Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty error detail #26

Open
matteoalessiocarrara opened this issue Jul 17, 2016 · 4 comments
Open

Empty error detail #26

matteoalessiocarrara opened this issue Jul 17, 2016 · 4 comments
Labels

Comments

@matteoalessiocarrara
Copy link
Contributor

matteoalessiocarrara commented Jul 17, 2016

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
Copy link
Owner

chamfay commented Jul 17, 2016

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

@matteoalessiocarrara
Copy link
Contributor Author

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

@chamfay
Copy link
Owner

chamfay commented May 2, 2017

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 chamfay added the bug label May 2, 2017
@hervyqa
Copy link

hervyqa commented Nov 18, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants