problem with playing mkv files using gstreamer

gsksiva21 boopathisivakumar at gmail.com
Sat Sep 13 03:56:29 PDT 2014


yes ! i found myself 
the problem is i need to a pad for audio and video after matroskademux ..
the result which  is working

to play video file 

gst-launch-0.10  filesrc location=Videos/0001.mkv ! matroskademux name=d
d.video_00 ! h264parse ! ffdec_h264 ! ffmpegcolorspace ! xvimagesink

 to audio file 

gst-launch-0.10  filesrc location=Videos/0001.mkv ! matroskademux name=d
d.audio_00 ! queue ! ac3parse !  ffdec_ac3 ! audioconvert ! audioresample !
alsasink

play with audio and video 

 gst-launch-0.10  filesrc location=Videos/0001.mkv ! matroskademux name=d
d.video_00 ! queue !  h264parse ! ffdec_h264 ! ffmpegcolorspace !
xvimagesink  d.audio_00 ! queue ! ac3parse !  ffdec_ac3 ! audioconvert !
audioresample ! alsasink


use these tags for different files to play using cmd prompt
 $ gst-inspect | grep -i AC3
 $ gst-inspect | grep -i h264









--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/problem-with-playing-mkv-files-using-gstreamer-tp4668693p4668696.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list