Replies: 4 comments 13 replies
|
No, you can't do that. They are two completely different JSON. |
Does libplacebo decode DoVi dynamic metadata aswell? |
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 :-) |
|
I've implemented the HDR10+ generation in |
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.hevcor 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.fileAll reactions