Replies: 4 comments 13 replies
-
No, you can't do that. They are two completely different JSON. |
Beta Was this translation helpful? Give feedback.
-
Does libplacebo decode DoVi dynamic metadata aswell? |
Beta Was this translation helpful? Give feedback.
-
How's that doing? It would be great to port L1 brightness metadata to HDR10+, or instead generate it as you said. This would be ideal to port DV movies to HDR10+ for Samsung tvs and enhance low light scenes. I know i can generate HDR10+ from Resolve but I'd prefer an elegant script tool :-) |
Beta Was this translation helpful? Give feedback.
-
I've implemented the HDR10+ generation in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to know if I can inject a Dovi extracted .json metadata into x265 to make it HDR10 compatible:
hdr10plus_tool inject -i video.hevc -j metadata.json -o injected_output.hevc
or using ffmpeg:
ffmpeg -fflags +discardcorrupt -ec guess_mvs+deblock+favor_inter -i input.file -c:a ac3 -ac 2 -ar 48000 -c:v libx265 -preset medium -x265-params 'hdr-opt=1:repeat-headers=1:colorprim=bt2020:transfer=smpte2084:colormatrix=bt2020nc:master-display=G(x,y)B(x,y)R(x,y)WP(x,y)L(x,y):max-cll=x,y:hdr10=1:dhdr10-info=output.json**' -map_metadata -1 -map_chapters -1 output.file
Beta Was this translation helpful? Give feedback.
All reactions