[gstreamer-bugs] [Bug 330634] New: Flash Video (FLV) support in 0.10

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Feb 10 01:02:30 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=330634
 GStreamer | gst-ffmpeg | Ver: 0.10.0

           Summary: Flash Video (FLV) support in 0.10
           Product: GStreamer
           Version: 0.10.0
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: peter.eszlari at stud.hs-merseburg.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


There seems to be no FLV demuxer in GStreamer 0.10 at the moment.

There could be workaround if you would add flash video (the codec) support to
the matroska demuxer. The FLV demuxer in mplayer/ffmpeg doesn't support seeking
with the examples given above. So I muxed them with ffmpeg from .flv-->.avi and
then from .avi-->.mkv with "mkvmerge" (and fixed sync with it). They play fine
in mplayer but gstreamer ignores the video, just plays the audio stream (MP3).



You can find a lot of flash videos on www.youtube.com, e.g.:

Embedded: http://www.youtube.com/w/nofx-live?v=7884Tl3lyoU
for downloading type:
wget -O test.flv http://www.youtube.com/get_video.php?video_id=7884Tl3lyoU
ffmpeg -i test.flv -vcodec copy -acodec copy test.avi
mkvmerge -o test.mkv --sync 1:100 test.avi
mplayer test.mkv


This, of course, would just be a workaround. A native FLV demuxer would be
better.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list