How to play .3gp file using gstreamer pipe ?

ssshukla26 ssshukla26 at gmail.com
Wed Apr 27 11:27:30 UTC 2016


Hi guyz,

I am able to play .mov, .h264, .avi and .mp4 file using gstreamer pipe as
shown in the commands below.

1) .mov

*gst-launch-1.0 filesrc location=test.mov ! /qtdemux/ ! decodebin !
autovideoconvert ! autovideosink*

2) .h264 

*gst-launch-1.0 filesrc location=test.h264 ! /h264parse/ ! decodebin !
autovideosink*

3) .avi

*gst-launch-1.0 filesrc location=test.avi ! /avidemux/ ! decodebin !
autovideoconvert ! autovideosink*

4) .mp4

*gst-launch-1.0 filesrc location=test.mp4 ! /qtdemux/ ! decodebin !
autovideoconvert ! autovideosink*


But am not able to play .3gp file as above. Please anyone help.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-play-3gp-file-using-gstreamer-pipe-tp4677148.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list