Im re-encoding a H265 10bit HDR clip.
After encoding it seems that in the generated file there is missing some metadata.
Is it possible to copy that from the original file to the new one?
That would be for you to compare the MediaInfo for the original and the encode. Metadata is generated fresh for every encode, and obscures old metadata, although not its collateral.
You can set it manually in the "additional options" textfield (can't remember the exact syntax). The main issue is that HandBrake pipeline is 8bit, so the video will lose a lot of precision when transcoding it with HandBrake.
Ritsuka wrote: ↑Fri May 08, 2020 8:56 am
You can set it manually in the "additional options" textfield (can't remember the exact syntax). The main issue is that HandBrake pipeline is 8bit, so the video will lose a lot of precision when transcoding it with HandBrake.
Oh, actually that explains a lot! Thanks for the info.