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

FFmpeg trac at avcodec.org
Sun Dec 17 19:30:39 EET 2017


#3123: Request: Support MKV files with ordered chapters
-------------------------------------+------------------------------------
             Reporter:  11rcombs     |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  mkv          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by JouMxyzptlk):

 That is a pretty annoying and unexpected bug to skip chapters
 unexpectedly.
 Especially when the console tells me that the chapters are all detected.
 Now I a forced to check my older encodings which were a wasted time.
 Who introduces such stupidness in the code as default behaviour?

 {{{
 ffmpeg.exe -y -i "%%X" -vf "hqdn3d=4:3:7:6" -c:v libx264 -preset veryslow
 -tune animation -level 5.2 -profile:v high -crf 22 -codec:a libvorbis -q:a
 6  "out1\%%X"
 }}}



 {{{
 Output #0, matroska, to 'out1\1.mkv':
   Metadata:
     encoder         : Lavf57.83.100
     Chapter #0:0: start 0.000000, end 92.030000
     Metadata:
       title           : Opening
     Chapter #0:1: start 0.000000, end 669.640000
     Metadata:
       title           : Part 1
     Chapter #0:2: start 669.669000, end 1359.330000
     Metadata:
       title           : Part 2
     Stream #0:0(eng): Video: h264 (libx264) (H264 / 0x34363248),
 yuv420p(progressive), 1440x1080 [SAR 1:1 DAR 4:3], q=-1--1, 23.98 fps, 1k
 tbn, 23.98 tbc (default)
     Metadata:
       encoder         : Lavc57.107.100 libx264
     Side data:
       cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
     Stream #0:1(jpn): Audio: vorbis (libvorbis) (oV[0][0] / 0x566F), 48000
 Hz, stereo, fltp (16 bit) (default)
     Metadata:
       encoder         : Lavc57.107.100 libvorbis
     Stream #0:2(eng): Subtitle: ass (ssa) (default)
     Metadata:
       encoder         : Lavc57.107.100 ssa
 frame= 6158 fps=8.4 q=-1.0 Lsize=  161724kB time=00:04:16.71
 bitrate=5160.7kbits/s speed=0.35x
 }}}

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


More information about the FFmpeg-trac mailing list