[gst-devel] Dv grabber pipeline

Edward Hervey bilboed at gmail.com
Mon Aug 11 13:14:23 CEST 2008


Hi,

   Move the first queue of your pipeline to 'just-after' the demuxer.

   dv1394src ! dvdemux ! queue ! ffdec_dvvideo ....

   This will create a thread dedicate to only doing capture and
demuxing, and the decoding/deinterlacing/colorspace-conversion will
happen in another thread.

     Edward

On Tue, 2008-08-05 at 22:46 +0200, Andoni Morales Alastruey wrote:
> Hi!
> 
> Does any one know about a good pipeline for DV grabbing?
> 
> I'm trying with this one and I'm getting good results but the video
> stream is not as fluid as I would like to, some times it gets faster: 
> 
> dv1394src ! dvdemux ! ffdec_dvvideo ! queue ! ffdeinterlace !
> ffmpegcolorspace ! queue ! ffenc_mpeg4 bitrate=4000000  ! queue ! avimux
> name="mux" ! filesink location=output.avi
> 
> Thank you!
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel





More information about the gstreamer-devel mailing list