-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description of the the bug
While running deew in a Ubuntu VM, my vdisk wasn't large enough (only 25GB). So when encoding certain files, it would run out of space. However this wasn't clear because deew swallowed the real exception from FFMPEG and continued on as if it was successful. By manually running the ffmpeg step myself I was able to find the real issue. How this would end up presenting though deew would be:
- Run deew for a set of files
- ffmpeg portion runs
- Behind the scenes a .wav file is generated but it is incomplete because ffmpeg ran out of space to write the file
- deew starts the measure step
- Exception is thrown:
wav: DEE Exception: Mediainfo xml parse failed (-1).
input[0]:audio[0]:wav[0]: Input stage (input[0]:audio[0]:wav[0]) run failed.
Version
deew 3.2.1
OS
Ubuntu 24.04 LTS
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working