[FFmpeg-trac] #3123(avformat:new): Request: Support MKV files with ordered chapters

FFmpeg trac at avcodec.org
Sun Nov 10 20:27:47 CET 2013


#3123: Request: Support MKV files with ordered chapters
-------------------------------------+-------------------------------------
             Reporter:  11rcombs     |                     Type:
               Status:  new          |  enhancement
            Component:  avformat     |                 Priority:  normal
             Keywords:  Matroska,    |                  Version:  git-
  Chapters, AVFormat                 |  master
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 Summary: In MKV files with ordered chapters from external files, the
 external chapters are skipped, rather than the files being found, read,
 and decoded.
 How to reproduce:
 {{{
 % ffmpeg -i file_with_ordered_chapters.mkv … output.mp4
 ffmpeg version N-58014-g199b8fb Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Nov 10 2013 13:22:37 with Apple LLVM version 5.0
 (clang-500.1.58) (based on LLVM 3.3svn)
 ...
 }}}
 Expected outcome:
 Output file contains the entire timeline, as would be played in a video
 player with ordered chapters support.
 Actual outcome:
 Output file contains the portion of the timeline included in the input MKV
 files, but skips portions encoded in external files.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/3123>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list