[gst-devel] v4l2src + avimux

Peter Eszlari peter.eszlari at stud.hs-merseburg.de
Tue May 2 05:03:04 CEST 2006


I'm trying to capture from my TV card with the following GStreamer pipeline:


gst-launch-0.10 avimux name=mux ! filesink location=output.avi { v4l2src 
! tee name=t ! {queue ! 
'video/x-raw-yuv,format=(fourcc)I420,width=320,height=240,framerate=(fraction)25/1' 
! queue ! mux. } } {alsasrc device="hw:1" ! audioconvert ! 
'audio/x-raw-int,rate=32000,channels=2' ! queue ! mux. } { t. ! queue ! 
xvimagesink }


The resulting file is playable with Totem but video runs much faster 
than audio and seeking is not possible. Am I doing something wrong or is 
this a bug in avimux?

Trying the same thing with matroskamux results in a internal data flow 
error.




More information about the gstreamer-devel mailing list