H265 contents

Hi,

I would like to know if it’s possible to decode Yuv420p10le or yuv420p12le contents on the Jetson TX2 board. Right now I’am only succeding decoding H265 8 bits contens, using omxh265dec.

my decoding line is gst-launch-1.0 filesrc location=mymp4file.mp4 ! decodebin ! nvoverlaysink

same for mkv files…

these 4k contents are playing right with mplayer, but sadly in some kind of slow motion.

the 12 bits encoding was done using ffmpeg.

Hi nicobi, in next release, 10-bit hevc decoding is supported. Since X display supports 8-bit only, it is converted to 8-bit for rendering.

We are checking 12-bit hevc support.
UPDATE 06/22/201712-bit hevc decoding is still under review