This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Keeping HDR Metadata with vpxenc
#1
So I'm currently compressing my movies and some of them is in HDR, Hybrid for some reason would output an SDR video instead, tried specifying the color space to bt2020 with 10bit 4:2:0 but it still doesn't work

tried it in ffmpeg and it works flawlessly, only problem being libvpx-vp9 doesn't have enough option to tinker around with

what am I doing wrong?
Reply
#2
You are not aware that VP9 doesn't signal HDR data on stream, but container level.
If you call "vpxenc --help" to see the options vpxenc offers you can see that there is no option for hdr signaling. Wink

So what you have to do is:
  • enable "Config->MKV tagging->Matroska advanced video signaling"
  • hit the "Config->MKV tagging->Matroska advanced video signaling->Import HDR data from source"
  • enabled the signaling you want to keep
Since this is container and not stream level signaling you can simply open your already encoded stream, set passthrough everything, adjust the signaling as mentioned and create a new job which should work fast, since it basically just extracting and muxing the streams.

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)