capture frame from position

Donny Viszneki donny.viszneki at gmail.com
Wed Jun 1 05:44:33 PDT 2011


Capturing audio at a position will not be very useful. Capturing audio
in a specified range will be more useful.

In Gstreamer it is critical to use the correct terminology: What are
known in common parlance as "video files" typically are files which
interleave multiple media streams. So your only challenge appears to
be: write a program which will extract audio from a multimedia file
within a given time range.

You should learn GStreamer basics, but this doc in particular may help:

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-eventsseek.html

2011/5/31 Dmitriy <dvfdsv at gmail.com>:
> Hi fellows!
>
> I work with SpaceWire-networks, and I was asked to arrange the transfer of
> video on the SpaceWire for same demonstration of oportunites and fps.
>
> Aaaaand, I have a problem: I never use gstreamer.
>
> In general, I need to capture frame and corresponding piece of audiotrack
> from the specified position in video file.
>
> Could somebody suggest what i need to use for this operations?
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>



-- 
http://codebad.com/


More information about the gstreamer-devel mailing list