[gst-devel] video playback fast
Thomas Vander Stichele
thomas at apestaart.org
Fri Sep 22 11:56:38 CEST 2006
On Tue, 2006-09-19 at 02:01 +0000, Pavan Kumar Patale wrote:
> Hi,
>
> >Seriously, avimux can't really "handle" timestamps because avi files
> >(typically) don't store the timestamps >of individual buffers, only the
> >framerate is recorded in the header. So, avimux reads the framerate from
> > >the caps, stores this in the header, and avidemux re-constructs the
> >framerate from this and computes >timestamps for the buffers based on this.
>
> Thanks for the reply,
> So, is there a way to "handle" timestamps by adding intermediate elements
> with avimux combination ?
The videorate element does exactly this. It retimestamps and
drops/duplicates incoming video frames to respect the framerate on the
sink caps.
I updated the docs to explain that some more:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-videorate.html
For those who didn't know yet, all the plugins that have documentation
are listed on this page:
http://gstreamer.freedesktop.org/documentation/plugins.html
Thomas
More information about the gstreamer-devel
mailing list