2024-12-17, 01:22 PM
(2024-12-16, 10:48 PM)TheDreadPirate Wrote: This guide only applies to DV7 and DV8. Your video is DV5.
DV7 and DV8 add "enhancement layers" to the high dynamic range BT2020 (HDR10) color space. DV5 is like HDR10 in that it is a native high dynamic range color space (IPTPQc2).
Having said that, DV5 is also very compatible. Most devices should support it.
I have no idea what would happen if you tried to convert it to AV1.
Thanks for your answer. Since the video is DV5. What should the command below look like to get it to convert the DV5 Video to HDR?
ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "dv-video.mkv" -map 0 -bsf:v hevc_metadata=remove_dovi=1 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled "hrd10-video.mkv"