[FFmpeg-trac] #7945(undetermined:new): regression in interplay MVE decoding

FFmpeg trac at avcodec.org
Thu Jun 6 04:56:10 EEST 2019


#7945: regression in interplay MVE decoding
-------------------------------------+-------------------------------------
             Reporter:  criezy       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by criezy):

 The command used is simply {{{./ffplay KING060.MVE}}}.

 Also here is more info:
 {{{
 iMac:FFmpeg criezy$ ./ffmpeg -v 9 -loglevel 99 -i
 /Volumes/LaCie/ScummVM/Other\ Games/Kingdom\ -\ The\ Far\
 Reaches.harddisk/MOVIES/KING060.MVE
 ffmpeg version N-89593-g8f86e66238 Copyright (c) 2000-2017 the FFmpeg
 developers
   built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
   configuration: --disable-x86asm
   libavutil      56.  7.100 / 56.  7.100
   libavcodec     58.  8.100 / 58.  8.100
   libavformat    58.  3.100 / 58.  3.100
   libavdevice    58.  0.100 / 58.  0.100
   libavfilter     7.  7.100 /  7.  7.100
   libswscale      5.  0.101 /  5.  0.101
   libswresample   3.  0.101 /  3.  0.101
 Splitting the commandline.
 Reading option '-v' ... matched as option 'v' (set logging level) with
 argument '9'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument '99'.
 Reading option '-i' ... matched as input url with argument
 '/Volumes/LaCie/ScummVM/Other Games/Kingdom - The Far
 Reaches.harddisk/MOVIES/KING060.MVE'.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option v (set logging level) with argument 9.
 Successfully parsed a group of options.
 Parsing a group of options: input url /Volumes/LaCie/ScummVM/Other
 Games/Kingdom - The Far Reaches.harddisk/MOVIES/KING060.MVE.
 Successfully parsed a group of options.
 Opening an input file: /Volumes/LaCie/ScummVM/Other Games/Kingdom - The
 Far Reaches.harddisk/MOVIES/KING060.MVE.
 [NULL @ 0x7f8390000000] Opening '/Volumes/LaCie/ScummVM/Other
 Games/Kingdom - The Far Reaches.harddisk/MOVIES/KING060.MVE' for reading
 [file @ 0x7f838f40e8c0] Setting default whitelist 'file,crypto'
 Probing ipmovie score:100 size:2048
 [ipmovie @ 0x7f8390000000] Format ipmovie probed with size=2048 and
 score=100
 [ipmovie @ 0x7f8390000000] chunk type 0x0002, 0x02C2 bytes: initialize
 video
 [ipmovie @ 0x7f8390000000]   opcode type 0A, version 0, 0x0006 bytes:
 initialize video mode
 [ipmovie @ 0x7f8390000000]   opcode type 05, version 2, 0x0008 bytes:
 initialize video buffers
 [ipmovie @ 0x7f8390000000] video resolution: 224 x 144
 [ipmovie @ 0x7f8390000000]   opcode type 0C, version 0, 0x02A4 bytes: set
 palette
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] chunk type 0x0000, 0x0010 bytes: initialize
 audio
 [ipmovie @ 0x7f8390000000]   opcode type 03, version 0, 0x0008 bytes:
 initialize audio buffers
 [ipmovie @ 0x7f8390000000] audio: 8 bits, 11025 Hz, mono, PCM format
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] Before avformat_find_stream_info() pos: 756
 bytes read:32768 seeks:0 nb_streams:2
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03A0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x038E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 0 (904 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03B0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 904 (1824 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03B0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 1824 (2744 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03B0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 2744 (3664 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03B0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 3664 (4584 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03B0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 4584 (5504 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03B0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 5504 (6424 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03B0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 6424 (7344 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03B0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 7344 (8264 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03B0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 8264 (9184 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0001, 0x03B0 bytes: audio only
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 9184 (10104 audio
 frames)
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 02, version 0, 0x0006 bytes:
 create timer
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 10104 (11024 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 0
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2BF0 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x038E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 11024 (11928 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 83328
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 11928 (12848 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 166656
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 12848 (13768 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 249984
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 13768 (14688 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 333312
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 14688 (15608 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 416640
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 15608 (16528 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 499968
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 16528 (17448 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 583296
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 17448 (18368 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 666624
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 18368 (19288 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 749952
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 19288 (20208 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 833280
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 20208 (21128 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 916608
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 21128 (22048 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 999936
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2BF0 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x038E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 22048 (22952 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 1083264
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 22952 (23872 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 1166592
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 23872 (24792 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 1249920
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 24792 (25712 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 1333248
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 25712 (26632 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 1416576
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 26632 (27552 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 1499904
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 27552 (28472 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 1583232
 [ipmovie @ 0x7f8390000000] chunk type 0x0003, 0x2C00 bytes: video (and
 audio)
 [ipmovie @ 0x7f8390000000]   opcode type 08, version 0, 0x039E bytes:
 audio frame
 [ipmovie @ 0x7f8390000000]   opcode type 09, version 0, 0x0006 bytes:
 silence frame
 [ipmovie @ 0x7f8390000000]   opcode type 06, version 0, 0x283E bytes: set
 video data format 0x06
 [ipmovie @ 0x7f8390000000]   opcode type 04, version 0, 0x0000 bytes:
 start/stop audio
 [ipmovie @ 0x7f8390000000]   opcode type 07, version 1, 0x0006 bytes: send
 buffer
 [ipmovie @ 0x7f8390000000]   opcode type 01, version 0, 0x0000 bytes: end
 of chunk
 [ipmovie @ 0x7f8390000000] sending audio frame with pts 28472 (29392 audio
 frames)
 [ipmovie @ 0x7f8390000000] sending video frame with pts 1666560
 [ipmovie @ 0x7f8390000000] All info found
 [ipmovie @ 0x7f8390000000] Setting avg frame rate based on r frame rate
 [ipmovie @ 0x7f8390000000] stream 0: start_time: 0.000 duration:
 -9223372036854.775
 [ipmovie @ 0x7f8390000000] stream 1: start_time: 0.000 duration:
 -836587032821294.875
 [ipmovie @ 0x7f8390000000] format: start_time: 0.000 duration:
 -9223372036854.775 bitrate=0 kb/s
 [ipmovie @ 0x7f8390000000] After avformat_find_stream_info() pos: 247746
 bytes read:688128 seeks:9 frames:53
 Input #0, ipmovie, from '/Volumes/LaCie/ScummVM/Other Games/Kingdom - The
 Far Reaches.harddisk/MOVIES/KING060.MVE':
   Duration: N/A, start: 0.000000, bitrate: N/A
     Stream #0:0, 21, 1/1000000: Video: interplayvideo, 1 reference frame,
 pal8, 224x144, 0/1, 12 fps, 12 tbr, 1000k tbn, 1000k tbc
     Stream #0:1, 32, 1/11025: Audio: pcm_u8, 11025 Hz, mono, u8, 88 kb/s
 Successfully opened the file.
 At least one output file must be specified
 [AVIOContext @ 0x7f838f40ea40] Statistics: 688128 bytes read, 9 seeks
 }}}

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


More information about the FFmpeg-trac mailing list