[gst-devel] Fwd: gst avimux problem

Ronald S. Bultje rsbultje at gmail.com
Wed Jul 29 15:44:23 CEST 2009


---------- Forwarded message ----------
From: renardier philippe <philipperenardier at yahoo.fr>
Date: Wed, Jul 29, 2009 at 8:21 AM
Subject: gst avimux problem
To: rsbultje at gmail.com



Hi

I use avimux you wrote in 2002. If you are still involved in the
project i should want to have your advice on this :
I wrote 8 plugins : Audio src/sink, alaw encode/decode, Video
src/sink, divx encode/decode (mpeg4-2 but avidemux turns mpeg4-2 mime
type in divx mime type)
The pipelines below work very well :
gst-launch-0.10 AudioSrc ! alawEncoder ! queue ! m. avimux name=m !
filesink location=test.avi
gst-launch-0.10 filesrc location=test.avi ! avidemux name=m  m. !
queue ! alawDecoder ! AudioSink
gst-launch-0.10 VideoSrc ! divxEncoder ! queue ! m. avimux name=m !
filesink location=test.avi
gst-launch-0.10 filesrc location=test.avi ! avidemux name=m  m. !
queue ! divxDecoder ! VideoSink
This pipeline doesn't work :
gst-launch-0.10 AudioSrc ! alawEncoder ! queue ! m. VideoSrc !
divxEncoder ! queue ! m. avimux name=m ! filesink location=test.avi
(test.avi is made but it has only video stream, not audio stream).
I use a davinci soc from ti (dm355)
Can you help ?
Thanks

philipperenardier at yahoo.fr




More information about the gstreamer-devel mailing list