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

Increase FFmpeg verbosity to show errors #748

Merged
merged 4 commits into from
Jun 1, 2020
Merged

Increase FFmpeg verbosity to show errors #748

merged 4 commits into from
Jun 1, 2020

Conversation

ritiek
Copy link
Member

@ritiek ritiek commented Jun 1, 2020

With -v panic, in case something went wrong with FFmpeg, FFmpeg will
never hint as to what went wrong and would silently die. This had been
making debugging FFmpeg errors pretty difficult, even with
passing --log-level=DEBUG to spotdl. Now with -v warning, FFmpeg
will display the reason it failed when it does fail.

ritiek added 4 commits June 2, 2020 00:00
With `-v panic`, in case something went wrong with FFmpeg, FFmpeg will
never hint as to what went wrong and would silently die. This had been
making debugging FFmpeg errors pretty difficult, even with
passing `--log-level=DEBUG` to spotdl. Now with `-v warning`, FFmpeg
will display the reason it failed when it does fail.
@ritiek ritiek merged commit c528586 into master Jun 1, 2020
@ritiek ritiek added this to the v2.0.9 milestone Jun 1, 2020
@ritiek ritiek deleted the ffmpeg-errors branch June 1, 2020 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant