i.MX27 ADS Board Video GST Play

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX27 ADS Board Video GST Play

i.MX27 ADS Board Video GST Play

Play

MPEG4

Video only

 gst-launch filesrc location=test.mpeg ! mfw_vpudecoder codec-type=std_mpeg4 ! mfw_v4lsink 

H.264

Video only

 gst-launch filesrc location=test.avi ! mfw_avidemuxer ! mfw_vpudecoder codec-type=std_avc ! mfw_v4lsink 

AVI(H264+MP3)

 
gst-launch filesrc location=test.avi ! mfw_avidemuxer name=demux demux. !  mfw_vpudecoder \ 
    codec-type=std_avc ! mfw_v4lsink demux. ! queue max-size-buffers=0 ! <mp3_decoder_plugin> ! alsasink

MP4(H264+MP3)

gst-launch filesrc location=test.mp4 ! mfw_mp4demuxer name=demux demux. ! \ 
   mfw_vpudecoder codec-type=std_mpeg4 ! mfw_v4lsink demux. ! \ 
   queue max-size-buffers=0 ! <mp3_decoder_plugin> ! alsasink

<mp3_decoder_plugin> can be replaced by mad

RAW

Video Test

 gst-launch videotestsrc ! video/x-raw-yuv,format=\(fourcc\)I420 !  mfw_v4lsink


Labels (1)
No ratings
Version history
Last update:
‎09-10-2020 03:00 AM
Updated by: