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

slect format: video only with width < 600 #12145

Closed
sant527 opened this issue Feb 15, 2017 · 3 comments
Closed

slect format: video only with width < 600 #12145

sant527 opened this issue Feb 15, 2017 · 3 comments

Comments

@sant527
Copy link

@sant527 sant527 commented Feb 15, 2017

In youtube-dl: I am using -f '[width<=600]'

it selects formats with width <= 600 having both audio and video

If the format is video only then its not selecting.

I am fine if it selects video only format or video+audio format. I am more concerned about the width

how to select any format with width <= 600

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 15, 2017

Read FAQ.

@dstftw dstftw closed this Feb 15, 2017
@r13s
Copy link

@r13s r13s commented Feb 15, 2017

-f 'bestvideo[width<=?600]+bestaudio/best'

@sant527
Copy link
Author

@sant527 sant527 commented Feb 16, 2017

working

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.