Hi, I can play a yuv file like below,
/ffplay -f rawvideo -pix_fmt *nv12* -s 640x480 -i input_480p.yuv/ Similarly, I have a *NV12 tile* formatted yuv file. I want to play it using command line. How can I do that ! Does ffmpeg supports NV12 tile format ? Note: under *libavcodec/mediacodecdec.c* I can see *COLOR_QCOM_FormatYUV420PackedSemiPlanar64x32Tile2m8ka* as enum. -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Is-NV12-Tile-format-is-supported-by-ffmpeg-tp4676352.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
