[FFmpeg-user] How to play raw video file having nv12 tile format using ffplay ?

Paul B Mahol onemda at gmail.com
Thu Apr 28 14:35:25 CEST 2016


On 4/28/16, ssshukla26 <ssshukla26 at gmail.com> wrote:
> Hi guyz,
>
> I am working on a hardware decoder, its giving us raw video output in *nv12
> tile* format. The support for this format is in gstreamer, so am able to run
> the raw video using gstreamer pipe. But I am not able to do same with ffplay
> as described below.
>
> NOTE :- I get a file namely "*yuvframes_720p.yuv*" from the hardware
> decoder.
>
> Using gstreamer pipe I am able to play the file as below
>
> /gst-launch-1.0 filesrc location=*yuvframes_720p.yuv* ! videoparse
> width=1280 height=720 framerate=30/1 format=*nv12-64z32* ! autovideoconvert
> !  autovideosink/
>
> I am able to play yuv file with *nv12* format using ffplay command as below
>
> /ffplay -f rawvideo -pix_fmt *nv12* -s 640x480 -i test_nv12_480p.yuv/
>
> So how can I play *nv12 tile* format raw video using ffplay ?

If this is some special format we will need sample.

>
> Please help I am so much stuck in this point.
>
>
>
>
>
> --
> View this message in context:
> http://ffmpeg-users.933282.n4.nabble.com/How-to-play-raw-video-file-having-nv12-tile-format-using-ffplay-tp4675834.html
> Sent from the FFmpeg-users mailing list archive at Nabble.com.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list