Encode DoVi AV1 + HDR10+ #47
-
Hello, I tried to encode in AV1 with DoVi and it worked perfectly. Now I'm trying to encode a source that has DoVi (in profile 8.1 in this case) and HDR10+ but in this case I lose the hdr10+ layer for only simple HDR10. I've also tried encoding seuelemnt with HDR10+ without DoVi and again the encoding doesn't keep the dynamic layer. I've seen that you can encode HDR10+ in AV1 via Rigaya hardware encoders with NVENC for example, but I don't own any AV1 hardware encoders and besides I don't want to encode with my library of films and series. Here are the parameters I use via staxrip (with SVT-AV1-PSY 2.0.0-7+6-62325458-.Mod-by-Patman.-x64-msvc1937) : --rc 0 --crf 27 --progress 3 --enable-hdr 1 --preset 7 --tune 0 --keyint 2s --scd 1 --enable-overlays 1 --color-primaries 9 --transfer-characteristics 16 --matrix-coefficients 9 --chroma-sample-position 2 --mastering-display "G(0.2650,0.6900)B(0.1500,0.0600)R(0.6800,0.3200)WP(0.3127,0.3290)L(1000.0000,0.0050)" --content-light "699,333" Am I missing something, or does SVT-AV1 still not support HDR10+ encoding? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
Hi, Thank you for your detailed question & for providing the encoding parameters you are using. SVT-AV1-PSY currently supports encoding with Dolby Vision (DoVi) using the |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for your reply! Is this a feature that is planned or will we have to wait for SVT-AV1 to support it so that SVT-AV1-PSY has it or can we expect like dolby vision and that it is based on quietdovi work on HDR10+? |
Beta Was this translation helpful? Give feedback.
-
I'll look into it if there is enough demand. It seems compelling to support both HDR10+ & Dolby Vision encoding |
Beta Was this translation helpful? Give feedback.
-
Thank you ! I hope this can be done :) |
Beta Was this translation helpful? Give feedback.
-
See quietvoid/SVT-AV1@18f8213 |
Beta Was this translation helpful? Give feedback.
-
I've just analised a file I encoded by modifying a few parameters and the good news is that HDR10+ is detected in the stream :) Apparently the info isn't displayed in mediainfo, so I opened an issue on its github: MediaArea/MediaInfo#862 but for the moment no news would it be possible to include this modification in the main branch and also add it to the windows version and not just linux? Thanks :) |
Beta Was this translation helpful? Give feedback.
Hi,
Thank you for your detailed question & for providing the encoding parameters you are using. SVT-AV1-PSY currently supports encoding with Dolby Vision (DoVi) using the
--dolby-vision-rpu
parameter, given the encoder is built with theenable-libdovi
flag passed to the build script on Linux & macOS. However, SVT-AV1-PSY does not natively support HDR10+ encoding at this time.