[FFmpeg-trac] #8842(ffmpeg:new): Error decoding old QuickTime video: multiple fourcc not supported
FFmpeg
trac at avcodec.org
Sat Aug 8 06:56:08 EEST 2020
#8842: Error decoding old QuickTime video: multiple fourcc not supported
----------------------------------+--------------------------------------
Reporter: buildist | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
----------------------------------+--------------------------------------
Attached video file, expected output from QT, and FFmpeg output.
When converting to image sequence with FFmpeg, most of the frames in the
middle are skipped (23 frames compared to 74 for QT).
{{{
% ffmpeg -i 115.mov ffmpeg/%02d.png
ffmpeg version git-2019-12-29-e20c6d9 Copyright (c) 2000-2019 the FFmpeg
developers
built with gcc 9.2.1 (GCC) 20191125
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-
fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-
libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr
--enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack
--enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2
--enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-
libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa
--enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx
--enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc
--enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
--enable-amf
libavutil 56. 38.100 / 56. 38.100
libavcodec 58. 65.100 / 58. 65.100
libavformat 58. 35.101 / 58. 35.101
libavdevice 58. 9.101 / 58. 9.101
libavfilter 7. 70.100 / 7. 70.100
libswscale 5. 6.100 / 5. 6.100
libswresample 3. 6.100 / 3. 6.100
libpostproc 55. 6.100 / 55. 6.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000241ac929900] multiple fourcc not supported
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '115.mov':
Metadata:
creation_time : 1998-06-13T11:48:52.000000Z
premiere_version: Created with Adobe Premiere¬ 4.2
quicktime_version: Created with QuickTime 2.0 or later
Duration: 00:00:04.93, start: 0.000000, bitrate: 1886 kb/s
Stream #0:0(eng): Video: qtrle (rle / 0x20656C72), rgb555le, 432x392,
1697 kb/s, 4.66 fps, 600 tbr, 600 tbn, 600 tbc (default)
Metadata:
creation_time : 1998-06-13T11:48:52.000000Z
handler_name : Apple Video Media Handler
encoder : Animation
Stream #0:1(eng): Audio: adpcm_ima_qt (ima4 / 0x34616D69), 22050 Hz,
stereo, s16p, 176 kb/s (default)
Metadata:
creation_time : 1998-06-13T11:48:52.000000Z
handler_name : Apple Sound Media Handler
Stream mapping:
Stream #0:0 -> #0:0 (qtrle (native) -> png (native))
Press [q] to stop, [?] for help
Output #0, image2, to 'ffmpeg/%02d.png':
Metadata:
quicktime_version: Created with QuickTime 2.0 or later
premiere_version: Created with Adobe Premiere¬ 4.2
encoder : Lavf58.35.101
Stream #0:0(eng): Video: png, rgb24, 432x392, q=2-31, 200 kb/s, 4.66
fps, 4.66 tbn, 4.66 tbc (default)
Metadata:
creation_time : 1998-06-13T11:48:52.000000Z
handler_name : Apple Video Media Handler
encoder : Lavc58.65.100 png
frame= 23 fps=0.0 q=-0.0 Lsize=N/A time=00:00:04.93 bitrate=N/A dup=21
drop=0 speed=28.1x
video:1379kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
muxing overhead: unknown
}}}
{{{
% ffmpeg -v 9 -loglevel 99 -i 115.mov
ffmpeg version git-2019-12-29-e20c6d9 Copyright (c) 2000-2019 the FFmpeg
developers
built with gcc 9.2.1 (GCC) 20191125
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-
fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-
libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr
--enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack
--enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2
--enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-
libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa
--enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx
--enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc
--enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
--enable-amf
libavutil 56. 38.100 / 56. 38.100
libavcodec 58. 65.100 / 58. 65.100
libavformat 58. 35.101 / 58. 35.101
libavdevice 58. 9.101 / 58. 9.101
libavfilter 7. 70.100 / 7. 70.100
libswscale 5. 6.100 / 5. 6.100
libswresample 3. 6.100 / 3. 6.100
libpostproc 55. 6.100 / 55. 6.100
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 '115.mov'.
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 115.mov.
Successfully parsed a group of options.
Opening an input file: 115.mov.
[NULL @ 00000225e4469040] Opening '115.mov' for reading
[file @ 00000225e4469900] Setting default whitelist 'file,crypto'
Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] Format
mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'moov' parent:'root' sz:
1790 8 1163530
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'mvhd' parent:'moov' sz:
108 8 1782
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] time scale = 600
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'trak' parent:'moov' sz:
899 116 1782
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'tkhd' parent:'trak' sz:
92 8 891
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'edts' parent:'trak' sz:
36 100 891
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'elst' parent:'edts' sz:
28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] track[0].edit_count = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] duration=2960 time=0
rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'mdia' parent:'trak' sz:
763 136 891
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'mdhd' parent:'mdia' sz:
32 8 755
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'hdlr' parent:'mdia' sz:
58 40 755
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] ctype=mhlr
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stype=vide
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'minf' parent:'mdia' sz:
665 98 755
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'vmhd' parent:'minf' sz:
20 8 657
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'hdlr' parent:'minf' sz:
57 28 657
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] ctype=dhlr
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stype=alis
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'dinf' parent:'minf' sz:
36 85 657
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'dref' parent:'dinf' sz:
28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] Unknown dref type 0x73696c61
size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stbl' parent:'minf' sz:
544 121 657
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stsd' parent:'stbl' sz:
188 8 536
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] size=86 4CC=rle codec_type=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] multiple fourcc not supported
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stts' parent:'stbl' sz:
40 196 536
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] track[0].stts.entries = 3
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] sample_count=1,
sample_duration=440
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] sample_count=21,
sample_duration=40
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] sample_count=1,
sample_duration=1680
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stss' parent:'stbl' sz:
72 236 536
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] keyframe_count = 14
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stsc' parent:'stbl' sz:
76 308 536
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] track[0].stsc.entries = 5
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stsz' parent:'stbl' sz:
112 384 536
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] sample_size = 0 sample_count
= 23
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stco' parent:'stbl' sz:
48 496 536
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 0, sample 0,
offset 65fe, dts 0, size 145324, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 0, sample 22,
offset eec0a, dts 1280, size 141944, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] Processing st: 0, edit list 0
- media time: 0, duration: 2960
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'trak' parent:'moov' sz:
611 1015 1782
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'tkhd' parent:'trak' sz:
92 8 603
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'edts' parent:'trak' sz:
36 100 603
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'elst' parent:'edts' sz:
28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] track[1].edit_count = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] duration=2918 time=0
rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'mdia' parent:'trak' sz:
475 136 603
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'mdhd' parent:'mdia' sz:
32 8 467
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'hdlr' parent:'mdia' sz:
58 40 467
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] ctype=mhlr
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stype=soun
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'minf' parent:'mdia' sz:
377 98 467
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'smhd' parent:'minf' sz:
16 8 369
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'hdlr' parent:'minf' sz:
57 24 369
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] ctype=dhlr
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stype=alis
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'dinf' parent:'minf' sz:
36 81 369
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'dref' parent:'dinf' sz:
28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] Unknown dref type 0x73696c61
size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stbl' parent:'minf' sz:
260 117 369
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stsd' parent:'stbl' sz:
52 8 252
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] size=36 4CC=ima4 codec_type=1
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] audio channels 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] version =0, isom =0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stts' parent:'stbl' sz:
24 60 252
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] track[1].stts.entries = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] sample_count=107264,
sample_duration=1
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stsc' parent:'stbl' sz:
100 84 252
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] track[1].stsc.entries = 7
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stsz' parent:'stbl' sz:
20 184 252
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] sample_size = 1 sample_count
= 107264
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'stco' parent:'stbl' sz:
56 204 252
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] chunk count 107
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset a5a, dts 0, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset e9a, dts 1024, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset 12da, dts 2048, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset 171a, dts 3072, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset 1b5a, dts 4096, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset 1f9a, dts 5120, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset 23da, dts 6144, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset 281a, dts 7168, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset 2c5a, dts 8192, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset 309a, dts 9216, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 0,
offset 34da, dts 10240, size 884, duration 832
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 384e, dts 11072, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 3c8e, dts 12096, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 40ce, dts 13120, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 450e, dts 14144, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 494e, dts 15168, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 4d8e, dts 16192, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 51ce, dts 17216, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 560e, dts 18240, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 5a4e, dts 19264, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 5e8e, dts 20288, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 1,
offset 62ce, dts 21312, size 816, duration 768
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 29daa, dts 22080, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 2a1ea, dts 23104, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 2a62a, dts 24128, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 2aa6a, dts 25152, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 2aeaa, dts 26176, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 2b2ea, dts 27200, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 2b72a, dts 28224, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 2bb6a, dts 29248, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 2bfaa, dts 30272, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 2c3ea, dts 31296, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 2,
offset 2c82a, dts 32320, size 816, duration 768
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4a3de, dts 33088, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4a81e, dts 34112, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4ac5e, dts 35136, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4b09e, dts 36160, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4b4de, dts 37184, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4b91e, dts 38208, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4bd5e, dts 39232, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4c19e, dts 40256, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4c5de, dts 41280, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4ca1e, dts 42304, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 3,
offset 4ce5e, dts 43328, size 884, duration 832
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9a722, dts 44160, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9ab62, dts 45184, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9afa2, dts 46208, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9b3e2, dts 47232, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9b822, dts 48256, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9bc62, dts 49280, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9c0a2, dts 50304, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9c4e2, dts 51328, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9c922, dts 52352, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9cd62, dts 53376, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 4,
offset 9d1a2, dts 54400, size 816, duration 768
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d44aa, dts 55168, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d48ea, dts 56192, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d4d2a, dts 57216, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d516a, dts 58240, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d55aa, dts 59264, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d59ea, dts 60288, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d5e2a, dts 61312, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d626a, dts 62336, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d66aa, dts 63360, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d6aea, dts 64384, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 5,
offset d6f2a, dts 65408, size 816, duration 768
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 111682, dts 66176, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 111ac2, dts 67200, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 111f02, dts 68224, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 112342, dts 69248, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 112782, dts 70272, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 112bc2, dts 71296, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 113002, dts 72320, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 113442, dts 73344, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 113882, dts 74368, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 113cc2, dts 75392, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 6,
offset 114102, dts 76416, size 816, duration 768
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 114432, dts 77184, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 114872, dts 78208, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 114cb2, dts 79232, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 1150f2, dts 80256, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 115532, dts 81280, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 115972, dts 82304, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 115db2, dts 83328, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 1161f2, dts 84352, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 116632, dts 85376, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 116a72, dts 86400, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 7,
offset 116eb2, dts 87424, size 884, duration 832
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 117226, dts 88256, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 117666, dts 89280, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 117aa6, dts 90304, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 117ee6, dts 91328, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 118326, dts 92352, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 118766, dts 93376, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 118ba6, dts 94400, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 118fe6, dts 95424, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 119426, dts 96448, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 119866, dts 97472, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 8,
offset 119ca6, dts 98496, size 816, duration 768
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 9,
offset 119fd6, dts 99264, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 9,
offset 11a416, dts 100288, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 9,
offset 11a856, dts 101312, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 9,
offset 11ac96, dts 102336, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 9,
offset 11b0d6, dts 103360, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 9,
offset 11b516, dts 104384, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 9,
offset 11b956, dts 105408, size 1088, duration 1024
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] AVIndex stream 1, chunk 9,
offset 11bd96, dts 106432, size 884, duration 832
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] Processing st: 1, edit list 0
- media time: 0, duration: 107237
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'udta' parent:'moov' sz:
164 1626 1782
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'[64]PRM' parent:'udta'
sz: 40 8 156
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'[64]PRQ' parent:'udta'
sz: 43 48 156
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'WLOC' parent:'udta' sz:
12 91 156
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'PPro' parent:'udta' sz:
57 103 156
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] type:'mdat' parent:'root' sz:
1161740 1798 1163530
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] on_parse_exit_offset=1798
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] Before
avformat_find_stream_info() pos: 1798 bytes read:32768 seeks:0
nb_streams:2
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 1, dts 46440
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 2, dts 92880
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 3, dts
139320
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 4, dts
185760
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 5, dts
232200
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 6, dts
278639
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 7, dts
325079
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 8, dts
371519
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 9, dts
417959
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 10, dts
464399
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 11, dts
502132
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 12, dts
548571
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 13, dts
595011
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 14, dts
641451
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 15, dts
687891
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 16, dts
734331
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 17, dts
780771
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 18, dts
827211
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 19, dts
873651
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 20, dts
920091
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 21, dts
966531
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 22, dts
1001361
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 22, dts
1001361
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 23, dts
1047800
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 24, dts
1094240
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 25, dts
1140680
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 26, dts
1187120
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 27, dts
1233560
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 28, dts
1280000
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 29, dts
1326440
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 30, dts
1372880
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 31, dts
1419320
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 32, dts
1465760
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 33, dts
1500590
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 34, dts
1547029
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 35, dts
1593469
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 36, dts
1639909
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 37, dts
1686349
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 38, dts
1732789
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 39, dts
1779229
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 40, dts
1825669
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 41, dts
1872109
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 42, dts
1918549
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 43, dts
1964989
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 44, dts
2002721
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 45, dts
2049161
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 46, dts
2095601
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 47, dts
2142041
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 48, dts
2188481
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 49, dts
2234921
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 50, dts
2281361
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 51, dts
2327800
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 52, dts
2374240
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 53, dts
2420680
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 54, dts
2467120
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 55, dts
2501950
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 56, dts
2548390
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 57, dts
2594830
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 58, dts
2641270
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 59, dts
2687710
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 60, dts
2734150
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 61, dts
2780590
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 62, dts
2827029
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 63, dts
2873469
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 64, dts
2919909
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 65, dts
2966349
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0, sample 1, dts
2133333
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 66, dts
3001179
Last message repeated 1 times
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 67, dts
3047619
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 68, dts
3094059
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 69, dts
3140499
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 70, dts
3186939
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 71, dts
3233379
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 72, dts
3279819
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 73, dts
3326259
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 74, dts
3372698
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 75, dts
3419138
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 76, dts
3465578
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 77, dts
3500408
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 78, dts
3546848
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 79, dts
3593288
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 80, dts
3639728
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 81, dts
3686168
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 82, dts
3732608
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 83, dts
3779048
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 84, dts
3825488
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 85, dts
3871927
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 86, dts
3918367
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 87, dts
3964807
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 88, dts
4002540
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 89, dts
4048980
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 90, dts
4095420
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 91, dts
4141859
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 92, dts
4188299
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 93, dts
4234739
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 94, dts
4281179
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 95, dts
4327619
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 96, dts
4374059
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 97, dts
4420499
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 98, dts
4466939
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 99, dts
4501769
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 100, dts
4548209
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 101, dts
4594649
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 102, dts
4641088
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 103, dts
4687528
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 104, dts
4733968
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 105, dts
4780408
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1, sample 106, dts
4826848
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 0: start_time: 0.000
duration: 4.933
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] stream 1: start_time: 0.000
duration: 4.863
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] format: start_time: 0.000
duration: 4.933 (estimate from stream) bitrate=1886 kb/s
[mov,mp4,m4a,3gp,3g2,mj2 @ 00000225e4469040] After
avformat_find_stream_info() pos: 1163530 bytes read:488106 seeks:4
frames:109
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '115.mov':
Metadata:
creation_time : 1998-06-13T11:48:52.000000Z
premiere_version: Created with Adobe Premiere¬ 4.2
quicktime_version: Created with QuickTime 2.0 or later
Duration: 00:00:04.93, start: 0.000000, bitrate: 1886 kb/s
Stream #0:0(eng), 2, 1/600: Video: qtrle, 1 reference frame (rle /
0x20656C72), rgb555le, 432x392, 0/1, 1697 kb/s, 4.66 fps, 600 tbr, 600
tbn, 600 tbc (default)
Metadata:
creation_time : 1998-06-13T11:48:52.000000Z
handler_name : Apple Video Media Handler
encoder : Animation
Stream #0:1(eng), 107, 1/22050: Audio: adpcm_ima_qt (ima4 /
0x34616D69), 22050 Hz, stereo, s16p, 176 kb/s (default)
Metadata:
creation_time : 1998-06-13T11:48:52.000000Z
handler_name : Apple Sound Media Handler
Successfully opened the file.
At least one output file must be specified
[AVIOContext @ 00000225e4472c00] Statistics: 488106 bytes read, 4 seeks
}}}
Patches should be submitted to the ffmpeg-devel mailing list and not this
bug tracker.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8842>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list