Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
TV4 module is broken when called from code ("FFmpegPostProcessorError: Conversion failed!") #16696
Comments
|
Outdated avconv not capable of merging properly. Nothing to do with youtube-dl. |
|
Thanks @dstftw ! It would be awesome if youtube-dl could warn if you're using a too old ffmpeg. But maybe that's difficult? |
|
Well, it's hard to be 100% sure whether it fails due to outdated version, malformed source files or something else. So it's barely possible to output warning at an appropriate occasion. A general rule when you encounter some merge/postprocessing error is to check for a newer version of avconv/ffmpeg. |
|
Understood. Thanks a lot for your hard work, and the most awesome python
package!!
2018-06-11 18:07 GMT+02:00 Sergey M. <notifications@github.com>:
… Well, it's hard to be 100% sure whether it fails due to outdated version,
malformed source files or something else. So it's barely possible to output
warning at an appropriate occasion. A general rule when you encounter some
merge/postprocessing error is to check for a newer version of avconv/ffmpeg.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16696 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGJ2LR90sKOs6nAmtioueCNSre81bM_ks5t7pWugaJpZM4Uiz7V>
.
|
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.06.11. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Working:
Output for WORKING version:
Somehow suddenly NOT working:
Output for NOT working version:
Video file to be tested on: http://tv4play.se/program/nyheterna/10002198
When downloading this video file using the Python library, it fails during FFMpeg conversion.
When downloading it via command line, it works flawlessly.
This is a new regression, since 30 may.