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.
Is it possible to set different format options depending on source? #22124
Comments
|
You can create custom configs and pass |
|
Could you direct me to any documentation on how to assign different configs based on source please? |
|
That's not possible. |
Checklist
Question
I would like to have a different format option depending on source, for example:
I want Youtube videos to run with:
bestvideo[height<=?480][fps<=?30][vcodec!=?vp9]+bestaudio/best[height<=480]And any other source to run with:
bestvideo[fps<=?30][vcodec!=?vp9]+bestaudio/bestWould that be possible?