chamfay / Curlew

Easy to use and Free Multimedia Converter for Linux.
Other
65 stars 12 forks source link

Empty error detail #26

Open matteoalessiocarrara opened 8 years ago

matteoalessiocarrara commented 8 years ago

When there is a conversion error the error string is not shown in the interface. The error is shown by running the same command from terminal, so it's not a ffmpeg problem.

screenshot_2016-07-17_12-22-13 screenshot_2016-07-17_12-23-18

chamfay commented 8 years ago

Try ffmpeg static build from here: http://johnvansickle.com/ffmpeg/

matteoalessiocarrara commented 8 years ago

Meanwhile I wrote a patch that prevents starting the conversion if the codec is missing, I think it is clear to the user https://github.com/chamfay/Curlew/pull/27

chamfay commented 7 years ago

When there is a conversion error the error string is not shown in the interface. The error is shown by running the same command from terminal, so it's not a ffmpeg problem. Yeh, this an issue, sometimes Curlew does not show the details of errors.

hervyqa commented 4 years ago

Meanwhile I wrote a patch that prevents starting the conversion if the codec is missing, I think it is clear to the user

27

because libvo_aacenc has been removed from ffmpeg. It was a crappy encoder anyway. Use libfdk-aac, that one's the best.

see #46