five82 / batchtranscode

GNU General Public License v2.0
2 stars 1 forks source link

Add support for x265 HDR transcoding #3

Closed five82 closed 5 years ago

five82 commented 6 years ago

Partially implemented. FFmpeg doesn't set the HDR metadata in the output file's MKV header yet. For now, the following command will manually add it.

mkvpropedit --edit track:1 -s colour-primaries=9 -s colour-transfer-characteristics=16 -s colour-matrix-coefficients=9 output.mkv

five82 commented 6 years ago

Stopping work on this for now since I don't have the hardware yet to properly test HDR. The container now inserts the HDR metadata into the output file but HDR still isn't working on my iPad Pro with Plex.

five82 commented 5 years ago

Resumed work on this since I can now test HDR.

five82 commented 5 years ago

Support added with latest commit.