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.
Turn off post processing #5964
Turn off post processing #5964
Comments
|
Update ffmpeg or pass |
|
Thank you for such a prompt reply! I just found that switch in the docs as well - missed it on my first read through. |
|
I'd still suggest you updating ffmpeg as you may encounter similar problems further, e.g. with bestvideo+bestaudio muxing. |
|
ok, will do. Thank you. |
|
Hello, I have the same problem. I want to keep my audio and video streams separate for audio only players. I can use the |
Hello -
I have a video that I'm trying to download that has a non-uniform pixel ratio. When youtube-dl (great product, btw) finishes the download, it tries to use ffmpeg to correct this problem. Unfortunately, this is resulting in the following error:
[download] Destination: test.mp4
[download] 100% of 15.44MiB in 00:00
[ffmpeg] Fixing aspect ratio in "test.mp4"
ERROR: Unrecognized option 'c'
Is there a way to tell youtube-dl not to worry about fixing the aspect ratio problem?
Thanks!