[FFmpeg-trac] #386(undetermined:closed): Missing audio and subtitle streams in vob file

FFmpeg trac at avcodec.org
Mon Aug 8 23:11:07 CEST 2011


#386: Missing audio and subtitle streams in vob file
------------------------+---------------------------
Reporter:  Aztek        |       Owner:
    Type:  defect       |      Status:  closed
Priority:  normal       |   Component:  undetermined
 Version:  unspecified  |  Resolution:  invalid
Keywords:               |  Blocked By:
Blocking:               |  Reproduced:  0
Analyzed:  0            |
------------------------+---------------------------
Changes (by cehoyos):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Mediainfo output is almost never useful; complete, uncut output of your
 (failing) ffmpeg command is always needed!

 > max_analyze_duration reached

 This line indicates that you may need to provide -analyzeduration
 very_big_value to find all streams in the file. For program streams (vob
 files), I don't think there is a limit on when (= how late in a file) a
 stream may start, but in general, users expect FFmpeg not to scan a whole
 file on initialisation.

 Please test with -analyzeduration 1000000000, and reopen the issue if it
 still fails.

-- 
Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/386#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list