Freescale iMX6: Unable to play recorded videos inspite of using option "-ev"

ShilVin vinodkesti at yahoo.com
Mon Jul 30 12:03:06 UTC 2018


>> gst-launch-1.0 -e videotestsrc ! 
>> video/x-raw,width=640,height=480,framerate=30/1 ! imxvpuenc_h264 ! 
>> h264parse !  avdec_h264 ! filesink location=cx1.mp4 

What are you trying to do here, You are saving a YUV. Definitely no player
will be able to play the video.
Below is pipeline to archive stream in mp4 format.
 

gst-launch-1.0 -e videotestsrc ! 
video/x-raw,width=640,height=480,framerate=30/1 ! imxvpuenc_h264 ! 
 h264parse !  mp4mux ! filesink location=cx1.mp4 



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list