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 skip HDR video quality ? #16465
Comments
|
Ok, i found one way to do it - to add [format_id!=xxx] parameter, and add it for every video format with hdr, so as long as format_id is stable and same formats have same id, i can just manually skip all hdr formats, like [format_id!=336][format_id!=337] and so on. |
|
Maybe you want this? |
|
Where do i add (bestvideo[vcodec=vp9]/bestvideo[ext=mp4]/bestvideo)+bestaudio/best after -formats? like -formats(bestvideo[vcodec=vp9]/bestvideo[ext=mp4]/bestvideo)+bestaudio/best Thanks |
|
Like this You can also put this into your |
Thank you!! :) |
|
I got it working but after a few videos, i received: ERROR: unable to download video data: <urlopen error EOF occurred in violation of protocol (_ssl.c:600)> I don't know what this is... any ideas? |
|
It depends... better post the full output with But this looks like some issue with HTTPS and cert validation, could be caused by old Python 2.x versions. This was pretty common on macOS/OS X, iirc. |
Thanks. I'm on Windows. I restarted it and it's going so far with no issues. Thanks. |
Is it possible to skip video formats with HDR ? If you look at the output from
This video has many formats available, some of them are HDR. Now, i play video with
But is there a way to skip HDR video formats ?