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

Turn off post processing #5964

Closed
a3leggeddog opened this issue Jun 13, 2015 · 5 comments
Closed

Turn off post processing #5964

a3leggeddog opened this issue Jun 13, 2015 · 5 comments

Comments

@a3leggeddog
Copy link

@a3leggeddog a3leggeddog commented Jun 13, 2015

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!

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 13, 2015

Update ffmpeg or pass --fixup warn.

@dstftw dstftw closed this Jun 13, 2015
@a3leggeddog
Copy link
Author

@a3leggeddog a3leggeddog commented Jun 13, 2015

Thank you for such a prompt reply! I just found that switch in the docs as well - missed it on my first read through.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 13, 2015

I'd still suggest you updating ffmpeg as you may encounter similar problems further, e.g. with bestvideo+bestaudio muxing.

@a3leggeddog
Copy link
Author

@a3leggeddog a3leggeddog commented Jun 13, 2015

ok, will do. Thank you.

@fkbreitl
Copy link

@fkbreitl fkbreitl commented Dec 3, 2017

Hello, I have the same problem. I want to keep my audio and video streams separate for audio only players. I can use the -k option to prevent deletion of the files but --fixup warn or --fixup never doesn't prevent the muxing of the stream. How can I stop this?

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.