question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to skip HDR video quality ?

See original GitHub issue

Is it possible to skip video formats with HDR ? If you look at the output from

youtube-dl --list-formats https://www.youtube.com/watch?v=tO01J-M3g0U

This video has many formats available, some of them are HDR. Now, i play video with

mpv --ytdl-format="bestvideo[height<=?1440][fps<=?60]+bestaudio/best" https://www.youtube.com/watch?v=tO01J-M3g0U

But is there a way to skip HDR video formats ?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
Hrxncommented, Oct 1, 2018

Like this --format "(bestvideo[vcodec=vp9.2]/bestvideo[vcodec=vp9][fps>30]/bestvideo[vcodec=vp9][height>=1080]/bestvideo[fps>30]/bestvideo[height>720])+(bestaudio[acodec=opus]/bestaudio)/best"

You can also put this into your youtube-dl.conf to make this preference permanent. This config file needs to be placed into your $HOME directory.

0reactions
Tankamincommented, Oct 1, 2018

It depends… better post the full output with --verbose here.

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upload High Dynamic Range (HDR) videos - YouTube Help
You can upload High Dynamic Range (HDR) videos to YouTube. HDR videos show higher contrast with more colors than standard digital video.
Read more >
Display requirements for HDR video in Windows
Learn how to stream HDR video in Windows. Find out the display, PC, and graphics card requirements for streaming HDR video.
Read more >
How to Watch in HDR - MasterHDRVideo
In the "Arrangement" tab, disable screen mirroring. On the "Display" tab on the pop up on your HDR display, select "High Dynamic Range"....
Read more >
Convert or adjust HDR clips in Final Cut Pro - Apple Support
You can use the HDR Tools effect to convert wide-gamut HDR video clips from one color space to another or to set the...
Read more >
the ACTUAL FIX for your iPhone HDR video in Premiere Pro ...
is your iPhone video overexposed and blown out in Adobe Premiere Pro 2022 when you import it?! here is the ACTUAL FIX for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found