Curlew icon indicating copy to clipboard operation
Curlew copied to clipboard

Empty error detail

Open ghost opened this issue 9 years ago • 4 comments

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

ghost avatar Jul 17 '16 10:07 ghost

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

chamfay avatar Jul 17 '16 11:07 chamfay

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

matteoalessiocarrara avatar Jul 17 '16 12:07 matteoalessiocarrara

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.

chamfay avatar May 02 '17 07:05 chamfay

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

hervyqa avatar Nov 18 '19 05:11 hervyqa