simple playing video file
padam
skaromana at wp.pl
Thu Apr 26 07:02:15 PDT 2012
Hi again!
I'm trying to check some combiantions of posibilites of gstreamer by
gst-launch, and i put something like that:
gst-launch -v filesrc location="D:\\somefile.avi" ! ffdemux_avi name=demux
demux.audio_00 ! ffdec_mp3 ! audioconvert !ffaudioresample ! autoaudiosink
demux.video_00 ! queue ! ffdec_msmpeg4v1 !ffmpegcolorspace ! ffvideoscale !
directdrawsink
but on output i get this"
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/ffdec_mp3:ffdec_mp30.GstPad:sink: caps = audio/mpeg,
rate=(int)32000, channels=(int)1,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_MONO >, mpegversion=(int)1, layer=(int)3
/GstPipeline:pipeline0/ffdec_mp3:ffdec_mp30.GstPad:src: caps =
audio/x-raw-int, rate=(int)32000, channels=(int)1,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_MONO >, signed=(boolean)true,
endianness=(int)1234, width=(int)16, depth=(int)16
/GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:src: caps =
audio/x-raw-int, rate=(int)32000, channels=(int)1,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_MONO >, signed=(boolean)true,
endianness=(int)1234, width=(int)16, depth=(int)16
/GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:sink: caps =
audio/x-raw-int, rate=(int)32000, channels=(int)1,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_MONO >, signed=(boolean)true,
endianness=(int)1234, width=(int)16, depth=(int)16
/GstPipeline:pipeline0/GstFFMpegAudioResample:ffmpegaudioresample0.GstPad:src:
caps = audio/x-raw-int, rate=(int)32000, channels=(int)1,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_MONO >, signed=(boolean)true,
endianness=(int)1234, width=(int)16, depth=(int)16
/GstPipeline:pipeline0/GstFFMpegAudioResample:ffmpegaudioresample0.GstPad:sink:
caps = audio/x-raw-int, rate=(int)32000, channels=(int)1,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_MONO >, signed=(boolean)true,
endianness=(int)1234, width=(int)16, depth=(int)16
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstDirectSoundSink:autoaudiosink0-actual-sink-directsound.GstPad:sink:
caps = audio/x-raw-int, rate=(int)32000, channels=(int)1,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_MONO >, signed=(boolean)true,
endianness=(int)1234, width=(int)16, depth=(int)16
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink:
caps = audio/x-raw-int, rate=(int)32000, channels=(int)1,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_MONO >, signed=(boolean)true,
endianness=(int)1234, width=(int)16, depth=(int)16
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink.GstProxyPad:proxypad0:
caps = audio/x-raw-int, rate=(int)32000, channels=(int)1,
channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_MONO >, signed=(boolean)true,
endianness=(int)1234, width=(int)16, depth=(int)16
I know that it's very simple problem, but i can't handle with that. Thanks
for any suggestions.
P.S. Am i wrong or ossbuild installer don't install every plugin like good
or ugly?
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/simple-playing-video-file-tp4589913p4589913.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list