Skip to content

[BUG] Unraised ffmpeg exception when wav isn't properly finished by ffmpeg #63

@noxxusnx

Description

@noxxusnx

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:

  1. Run deew for a set of files
  2. ffmpeg portion runs
  3. Behind the scenes a .wav file is generated but it is incomplete because ffmpeg ran out of space to write the file
  4. deew starts the measure step
  5. 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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions