Faster3ck / Converseen

Converseen is a batch image converter and resizer
https://converseen.fasterland.net/
GNU General Public License v3.0
378 stars 33 forks source link

Error when converting a directory containing .mp4 files #138

Closed sfetzel closed 9 months ago

sfetzel commented 10 months ago

Converseen shuts down with the following error, when converting a directory containing a .mp4 file:

[NULL @ 0x564adce39a80] Requested output format 'rawvideo' is not a suitable output format
/tmp/magick-AD0XuhGvwoi6n9qMx5j_mJTbndVzajCp: Invalid argument
terminate called after throwing an instance of 'Magick::ErrorImage'
  what():  converseen: negative or zero image size `/media/myfile.mp4' @ error/resize.c/ResizeImage/3737

How to reproduce:

Expected outcome: The application skips the .mp4 files.

Faster3ck commented 10 months ago

Hello, thank you very much for reporting the bug! I am currently working on fixing it.

Faster3ck commented 9 months ago

Hi, the problem has been fixed in version 0.11.0.0: Now, the program will skip unsupported files in write mode.

Thanks again for the bug report!