[FFmpeg-trac] #8109(undetermined:closed): Long loading delay for VfW codecs in Matroska

FFmpeg trac at avcodec.org
Tue Sep 3 00:08:58 EEST 2019


#8109: Long loading delay for VfW codecs in Matroska
-------------------------------------+-------------------------------------
             Reporter:  Austin       |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
                                     |  worksforme
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

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


Comment:

 I cannot reproduce any measurable delay (disk cache cleared):
 {{{
 $ ffmpeg -loglevel verbose -benchmark -ss 00:50:00.000 -i MKVTest.mkv -t 1
 -c copy LoadAndSeek.mkv
 ffmpeg version N-94680-gffd65c8862 Copyright (c) 2000-2019 the FFmpeg
 developers
   built with gcc 9 (SUSE Linux)
   configuration: --enable-gpl --enable-gnutls --enable-libxml2 --enable-
 libx264 --enable-libx265 --enable-libvpx --enable-libaom
   libavutil      56. 33.100 / 56. 33.100
   libavcodec     58. 55.102 / 58. 55.102
   libavformat    58. 31.104 / 58. 31.104
   libavdevice    58.  9.100 / 58.  9.100
   libavfilter     7. 58.101 /  7. 58.101
   libswscale      5.  6.100 /  5.  6.100
   libswresample   3.  6.100 /  3.  6.100
   libpostproc    55.  6.100 / 55.  6.100
 [matroska,webm @ 0x215bc80] parser not found for codec utvideo, packets or
 times may be invalid.
     Last message repeated 1 times
 Input #0, matroska,webm, from 'MKVTest.mkv':
   Metadata:
     ENCODER         : Lavf58.31.104
   Duration: 01:00:00.00, start: 0.000000, bitrate: 18374 kb/s
     Stream #0:0: Video: utvideo, 1 reference frame (ULRG / 0x47524C55),
 gbrp, 640x360, 25 fps, 25 tbr, 1k tbn, 1k tbc (default)
     Metadata:
       ENCODER         : Lavc58.55.102 utvideo
       DURATION        : 01:00:00.000000000
 Output #0, matroska, to 'LoadAndSeek.mkv':
   Metadata:
     encoder         : Lavf58.31.104
     Stream #0:0: Video: utvideo, 1 reference frame (ULRG / 0x47524C55),
 gbrp, 640x360 (0x0), q=2-31, 25 fps, 25 tbr, 1k tbn, 1k tbc (default)
     Metadata:
       ENCODER         : Lavc58.55.102 utvideo
       DURATION        : 01:00:00.000000000
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
 Press [q] to stop, [?] for help
 No more output streams to write to, finishing.
 frame=   25 fps=0.0 q=-1.0 Lsize=    2244kB time=00:00:00.96
 bitrate=19126.8kbits/s speed=18.8x
 video:2242kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 0.078753%
 Input file #0 (MKVTest.mkv):
   Input stream #0:0 (video): 26 packets read (2387632 bytes);
   Total: 26 packets (2387632 bytes) demuxed
 Output file #0 (LoadAndSeek.mkv):
   Output stream #0:0 (video): 25 packets muxed (2295800 bytes);
   Total: 25 packets (2295800 bytes) muxed
 bench: utime=0.004s stime=0.007s rtime=0.051s
 bench: maxrss=22704kB
 [AVIOContext @ 0x242f900] Statistics: 8 seeks, 31 writeouts
 [AVIOContext @ 0x2164b80] Statistics: 4412112 bytes read, 3 seeks
 }}}

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


More information about the FFmpeg-trac mailing list