[gstreamer-bugs] [Bug 587402] [ffdemux_dv] can't handle any dv file.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jun 30 04:19:55 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=587402

  GStreamer | gst-ffmpeg | Ver: git

Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at gmail.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
            Summary|[ffdemux_dv / ffdec_dvvideo]|[ffdemux_dv] can't handle
                   |                            |any dv file.




------- Comment #1 from Edward Hervey  2009-06-30 11:19 UTC -------
The main problem is with the demuxer. It scans the *whole* file looking for
streams... which takes forever with these big dv files.

So I'm seeing the following:

ffdemux_dv ! ffdec_dvvideo     FAIL
ffdemux_dv ! dvdec             FAIL
dvdemux ! ffdec_dvvideo        OK
dvdemux ! dvdec                OK

When using ffdemux_dv and that file ... we get the following message:
ffmpeg :0:: Can't determine profile of DV input stream.

With some other files (that have both audio and video), I get this message when
ffmpeg has finished parsing the whole file:
ffmpeg :0:: Cannot find DV header.


... 


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=587402.




More information about the Gstreamer-bugs mailing list