[gst-devel] avi (MJPEG) to mpeg or something else
Wim Taymans
wim at fluendo.com
Fri Feb 2 17:48:50 CET 2007
On Fri, 2007-02-02 at 16:12 +0100, Andreas Volz wrote:
> Am Fri, 02 Feb 2007 15:44:35 +0000 schrieb Wim Taymans:
>
> > > So any ideas the pipeline should look like?
> >
> > try:
> >
> > gst-launch-0.10 filesrc location=sarah.avi ! avidemux name=demux
> > demux.audio_00 ! decodebin ! audioconvert ! audioresample !
> > autoaudiosink demux.video_00 ! queue ! decodebin !
> > ffmpegcolorspace ! videoscale ! autovideosink
>
> Thanks. That works. But the performance is really bad. With totem it
> looks really smooth. Does gst-launch not buffer the video source?
>
gst-launch does not do anything else than run the pipeline. It's not the
most efficient pipeline you can have, though.
totem basically does:
gst-launch playbin uri=file:///path/sarah.avi
see if that works better. You can use the -v flag to get an idea of the
elements involved.
Wim
> regards
> Andreas
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> 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