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

FFmpeg trac at avcodec.org
Tue Sep 3 01:01:07 EEST 2019


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

Comment (by cehoyos):

 I cannot reproduce on Linux:
 {{{
 $ time ffmpeg -loglevel verbose -benchmark -ss 00:50:00.000 -i MKVTest.mkv
 -t 1 -c copy LoadAndSeek.mkv
 ffmpeg version N-94754-gef43a4d6b3 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. 34.100 / 56. 34.100
   libavcodec     58. 56.101 / 58. 56.101
   libavformat    58. 32.104 / 58. 32.104
   libavdevice    58.  9.100 / 58.  9.100
   libavfilter     7. 58.102 /  7. 58.102
   libswscale      5.  6.100 /  5.  6.100
   libswresample   3.  6.100 /  3.  6.100
   libpostproc    55.  6.100 / 55.  6.100
 [matroska,webm @ 0x2b96c80] 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.32.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=3.92x
 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.010s stime=0.001s rtime=0.245s
 bench: maxrss=22440kB
 [AVIOContext @ 0x2e6a900] Statistics: 8 seeks, 31 writeouts
 [AVIOContext @ 0x2b9fb80] Statistics: 4412112 bytes read, 3 seeks

 real    0m0.738s
 user    0m0.068s
 sys     0m0.017s
 }}}

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


More information about the FFmpeg-trac mailing list