Can tx2nx decode YUV444?

Hi,
In H264 decoding, YUV444 is not supported. Please try H265 encoding/decoding.

Encoding:

01_video_encode$ gst-launch-1.0 videotestsrc num-buffers=150 !  'video/x-raw, width=(int)1280, height=(int)720, format=(string)Y444'  ! filesink location=~/origin.yuv
01_video_encode$  ./video_encode ~/origin.yuv 1280 720 H265 ~/out.265 --elossless --max-perf

Decoding

00_video_decode$ export DISPLAY=:0(or 1)
00_video_decode$ ./video_decode H265 ~/out.265