[FFmpeg-trac] #9317(undetermined:new): ffmpeg - spark - azure databricks - error writing trailer of “filename.mp3”: Operation not supported
FFmpeg
trac at avcodec.org
Sun Jul 4 23:53:57 EEST 2021
#9317: ffmpeg - spark - azure databricks - error writing trailer of
“filename.mp3”: Operation not supported
-------------------------------------+-------------------------------------
Reporter: jminer | Owner: (none)
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by jminer):
Please confirm that version 4.4 is the latest version of ffmpeg.
I can not download and build from git since this is on a managed spark
cluster - Azure Databricks.
This same BUG is in version 4.4.
I used the following script to install version 4.4 on the driver and
workers.
#!/bin/bash
sudo add-apt-repository ppa:savoury1/ffmpeg4
sudo add-apt-repository ppa:savoury1/graphics
sudo add-apt-repository ppa:savoury1/multimedia
sudo apt-get update
sudo apt-get -y install ffmpeg
Here is the output from a simple conversion from mp4 to mp3.
We want to perform dairization on the sound clip.
Output from ffmpeg.
ffmpeg version 4.4-1ubuntu0~18.04.sav0.1 Copyright (c) 2000-2021 the
FFmpeg developers
built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)
configuration: --prefix=/usr --extra-version='1ubuntu0~18.04.sav0.1'
--toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu
--incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl
--disable-stripping --enable-avresample --disable-filter=resample
--enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-
libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-
libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig
--enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm
--enable-libjack --enable-libmp3lame --enable-libmysofa --enable-
libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse
--enable-librabbitmq --enable-librubberband --enable-libshine --enable-
libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-
libssh --enable-libtheora --enable-libtwolame --enable-libvidstab
--enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265
--enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq
--enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl
--enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg
--enable-crystalhd --enable-libmfx --enable-libdc1394 --enable-libdrm
--enable-libiec61883 --enable-nvenc --enable-chromaprint --enable-frei0r
--enable-libx264 --enable-shared
libavutil 56. 70.100 / 56. 70.100
libavcodec 58.134.100 / 58.134.100
libavformat 58. 76.100 / 58. 76.100
libavdevice 58. 13.100 / 58. 13.100
libavfilter 7.110.100 / 7.110.100
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 9.100 / 5. 9.100
libswresample 3. 9.100 / 3. 9.100
libpostproc 55. 9.100 / 55. 9.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
'/dbfs/Insight/recording.mp4'.
Reading option '-y' ... matched as option 'y' (overwrite output files)
with argument '1'.
Reading option '/dbfs/Insight/recording.mp3' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option v (set logging level) with argument 9.
Applying option y (overwrite output files) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url /dbfs/Insight/recording.mp4.
Successfully parsed a group of options.
Opening an input file: /dbfs/Insight/recording.mp4.
[NULL @ 0x55b56c0553c0] Opening '/dbfs/Insight/recording.mp4' for reading
[file @ 0x55b56c056040] Setting default whitelist 'file,crypto,data'
Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] Format mov,mp4,m4a,3gp,3g2,mj2
probed with size=2048 and score=100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'ftyp' parent:'root' sz:
24 8 38442502
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] ISO: File Type Major Brand:
isom
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'moov' parent:'root' sz:
55004 32 38442502
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'mvhd' parent:'moov' sz:
108 8 54996
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] time scale = 1000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'trak' parent:'moov' sz:
19053 116 54996
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'tkhd' parent:'trak' sz:
92 8 19045
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'mdia' parent:'trak' sz:
18953 100 19045
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'mdhd' parent:'mdia' sz:
32 8 18945
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'hdlr' parent:'mdia' sz:
33 40 18945
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] ctype=[0][0][0][0]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stype=vide
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'minf' parent:'mdia' sz:
18880 73 18945
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'vmhd' parent:'minf' sz:
20 8 18872
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'dinf' parent:'minf' sz:
36 28 18872
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'dref' parent:'dinf' sz:
28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] Unknown dref type 0x206c7275
size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'stbl' parent:'minf' sz:
18816 64 18872
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'stsd' parent:'stbl' sz:
148 8 18808
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] size=132 4CC=avc1 codec_type=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'avcC' parent:'stsd' sz:
46 8 46
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'stts' parent:'stbl' sz:
32 156 18808
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] track[0].stts.entries = 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] sample_count=2298,
sample_duration=1250
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] sample_count=1,
sample_duration=13900
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'stsc' parent:'stbl' sz:
88 188 18808
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] track[0].stsc.entries = 6
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'stsz' parent:'stbl' sz:
9216 276 18808
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] sample_size = 0 sample_count =
2299
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'stss' parent:'stbl' sz:
208 9492 18808
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] keyframe_count = 48
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] type:'stco' parent:'stbl' sz:
9116 9700 18808
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 0,
offset e389, dts 0, size 9666, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 1,
offset 1094b, dts 1250, size 80, distance 1, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 2,
offset 1099b, dts 2500, size 12, distance 2, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 3,
offset 109a7, dts 3750, size 12, distance 3, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 4,
offset 109b3, dts 5000, size 12, distance 4, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 5,
offset 109bf, dts 6250, size 12, distance 5, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 6,
offset 109cb, dts 7500, size 3354, distance 6, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 7,
offset 116e5, dts 8750, size 15555, distance 7, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 8,
offset 153a8, dts 10000, size 9813, distance 8, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 9,
offset 179fd, dts 11250, size 11282, distance 9, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 10,
offset 1a60f, dts 12500, size 35, distance 10, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 11,
offset 1a632, dts 13750, size 12, distance 11, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 12,
offset 1a63e, dts 15000, size 12, distance 12, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 13,
offset 1a64a, dts 16250, size 12, distance 13, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 14,
offset 1a656, dts 17500, size 12, distance 14, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 15,
offset 1a676, dts 18750, size 12, distance 15, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 16,
offset 1a682, dts 20000, size 12, distance 16, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 17,
offset 1a68e, dts 21250, size 12, distance 17, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 18,
offset 1a69e, dts 22500, size 12, distance 18, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 19,
offset 1a6b6, dts 23750, size 12, distance 19, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 20,
offset 1a6ca, dts 25000, size 12, distance 20, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 21,
offset 1a6de, dts 26250, size 12, distance 21, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 22,
offset 1a6f2, dts 27500, size 43328, distance 22, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 23,
offset 2503a, dts 28750, size 1286, distance 23, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 24,
offset 257fd, dts 30000, size 17, distance 24, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 25,
offset 25d3b, dts 31250, size 56057, distance 25, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 26,
offset 33d3c, dts 32500, size 30501, distance 26, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 27,
offset 3b767, dts 33750, size 8377, distance 27, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 28,
offset 3d9a5, dts 35000, size 60346, distance 28, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 29,
offset 4c84a, dts 36250, size 26024, distance 29, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 30,
offset 530d9, dts 37500, size 24903, distance 30, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 31,
offset 59654, dts 38750, size 18055, distance 31, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 32,
offset 5dff3, dts 40000, size 72033, distance 32, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 33,
offset 6fdd2, dts 41250, size 10475, distance 33, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 34,
offset 729f5, dts 42500, size 9388, distance 34, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 35,
offset 751c2, dts 43750, size 58314, distance 35, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 36,
offset 839f5, dts 45000, size 4986, distance 36, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 37,
offset 85057, dts 46250, size 12530, distance 37, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 38,
offset 88433, dts 47500, size 18751, distance 38, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 39,
offset 8d1e2, dts 48750, size 8677, distance 39, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 40,
offset 8f807, dts 50000, size 13311, distance 40, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 41,
offset 92ee2, dts 51250, size 10760, distance 41, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 42,
offset 95e95, dts 52500, size 9567, distance 42, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 43,
offset 9877b, dts 53750, size 18077, distance 43, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 44,
offset 9cf9b, dts 55000, size 10857, distance 44, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 45,
offset 9fd0a, dts 56250, size 10726, distance 45, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 46,
offset a29b4, dts 57500, size 9755, distance 46, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 47,
offset a52dc, dts 58750, size 10511, distance 47, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 48,
offset a7f0e, dts 60000, size 117768, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 49,
offset c4b1e, dts 61250, size 1989, distance 1, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 50,
offset c5608, dts 62500, size 2988, distance 2, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 51,
offset c64ab, dts 63750, size 3925, distance 3, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 52,
offset c76d9, dts 65000, size 6647, distance 4, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 53,
offset c9399, dts 66250, size 7943, distance 5, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 54,
offset cb59a, dts 67500, size 14473, distance 6, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 55,
offset cee2b, dts 68750, size 13333, distance 7, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 56,
offset d2248, dts 70000, size 44429, distance 8, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 57,
offset dcfdd, dts 71250, size 23268, distance 9, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 58,
offset e2ac9, dts 72500, size 24444, distance 10, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 59,
offset e8a4d, dts 73750, size 19020, distance 11, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 60,
offset ed4a1, dts 75000, size 16022, distance 12, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 61,
offset f133f, dts 76250, size 18494, distance 13, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 62,
offset f5b85, dts 77500, size 12781, distance 14, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 63,
offset f8d7a, dts 78750, size 14095, distance 15, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 64,
offset fc491, dts 80000, size 15530, distance 16, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 65,
offset 10013f, dts 81250, size 12129, distance 17, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 66,
offset 1036c2, dts 82500, size 9562, distance 18, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 67,
offset 105e26, dts 83750, size 12333, distance 19, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 68,
offset 10939b, dts 85000, size 12723, distance 20, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 69,
offset 10c92b, dts 86250, size 14512, distance 21, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 70,
offset 110554, dts 87500, size 13513, distance 22, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 71,
offset 113d29, dts 88750, size 12651, distance 23, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 72,
offset 117182, dts 90000, size 22499, distance 24, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 73,
offset 11cc4b, dts 91250, size 16912, distance 25, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 74,
offset 121146, dts 92500, size 14532, distance 26, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 75,
offset 124e3b, dts 93750, size 14558, distance 27, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 76,
offset 128b07, dts 95000, size 20810, distance 28, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 77,
offset 12e0c4, dts 96250, size 14206, distance 29, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 78,
offset 131b15, dts 97500, size 13579, distance 30, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 79,
offset 1354c0, dts 98750, size 14505, distance 31, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 80,
offset 138f0e, dts 100000, size 14391, distance 32, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 81,
offset 13cd1d, dts 101250, size 11937, distance 33, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 82,
offset 13fdbb, dts 102500, size 13785, distance 34, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 83,
offset 143682, dts 103750, size 16418, distance 35, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 84,
offset 147e49, dts 105000, size 17440, distance 36, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 85,
offset 14c7d0, dts 106250, size 17751, distance 37, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 86,
offset 151098, dts 107500, size 16667, distance 38, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 87,
offset 1554b3, dts 108750, size 18450, distance 39, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 88,
offset 159e38, dts 110000, size 18171, distance 40, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 89,
offset 15e836, dts 111250, size 14922, distance 41, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 90,
offset 16257c, dts 112500, size 22444, distance 42, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 91,
offset 168045, dts 113750, size 16990, distance 43, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 92,
offset 16c2ab, dts 115000, size 17297, distance 44, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 93,
offset 170bd0, dts 116250, size 17442, distance 45, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 94,
offset 1751ff, dts 117500, size 14309, distance 46, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 95,
offset 1790be, dts 118750, size 15685, distance 47, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 96,
offset 17d132, dts 120000, size 139996, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 97,
offset 19f8fc, dts 121250, size 4389, distance 1, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 98,
offset 1a0e9a, dts 122500, size 8765, distance 2, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 99,
offset 1a363b, dts 123750, size 11058, distance 3, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 100,
offset 1a662b, dts 125000, size 14065, distance 4, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 101,
offset 1aa218, dts 126250, size 16574, distance 5, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 102,
offset 1ae758, dts 127500, size 16191, distance 6, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 103,
offset 1b2b19, dts 128750, size 14469, distance 7, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 104,
offset 1b67a1, dts 130000, size 17116, distance 8, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 105,
offset 1bac79, dts 131250, size 14257, distance 9, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 106,
offset 1be8f6, dts 132500, size 14915, distance 10, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 107,
offset 1c2835, dts 133750, size 15689, distance 11, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 108,
offset 1c6c5a, dts 135000, size 14008, distance 12, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 109,
offset 1ca6d6, dts 136250, size 12537, distance 13, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 110,
offset 1cdaf4, dts 137500, size 12447, distance 14, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 111,
offset 1d0d62, dts 138750, size 14896, distance 15, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 112,
offset 1d4b54, dts 140000, size 13407, distance 16, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 113,
offset 1d82e3, dts 141250, size 13430, distance 17, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 114,
offset 1dba5e, dts 142500, size 18484, distance 18, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 115,
offset 1e05b3, dts 143750, size 14387, distance 19, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 116,
offset 1e40fd, dts 145000, size 13555, distance 20, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 117,
offset 1e7a12, dts 146250, size 12694, distance 21, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 118,
offset 1eb06c, dts 147500, size 19067, distance 22, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 119,
offset 1efe1a, dts 148750, size 15550, distance 23, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 120,
offset 1f3ded, dts 150000, size 14196, distance 24, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 121,
offset 1f79ba, dts 151250, size 16015, distance 25, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 122,
offset 1fbb42, dts 152500, size 15351, distance 26, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 123,
offset 1ffbc0, dts 153750, size 13536, distance 27, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 124,
offset 2033c0, dts 155000, size 18372, distance 28, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 125,
offset 207fc3, dts 156250, size 14457, distance 29, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 126,
offset 20bcde, dts 157500, size 14041, distance 30, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 127,
offset 20f82f, dts 158750, size 15395, distance 31, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 128,
offset 213643, dts 160000, size 13926, distance 32, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 129,
offset 217160, dts 161250, size 14678, distance 33, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 130,
offset 21ac37, dts 162500, size 14813, distance 34, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 131,
offset 21e903, dts 163750, size 15432, distance 35, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 132,
offset 22285f, dts 165000, size 15735, distance 36, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 133,
offset 2268d2, dts 166250, size 15917, distance 37, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 134,
offset 22ab10, dts 167500, size 13924, distance 38, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 135,
offset 22e40b, dts 168750, size 14131, distance 39, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 136,
offset 23202a, dts 170000, size 15244, distance 40, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 137,
offset 2360d6, dts 171250, size 16152, distance 41, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 138,
offset 23a40c, dts 172500, size 14274, distance 42, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 139,
offset 23df83, dts 173750, size 20871, distance 43, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 140,
offset 24369c, dts 175000, size 13332, distance 44, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 141,
offset 24705d, dts 176250, size 14444, distance 45, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 142,
offset 24adaf, dts 177500, size 17141, distance 46, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 143,
offset 24f66c, dts 178750, size 18700, distance 47, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 144,
offset 254437, dts 180000, size 124934, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] AVIndex stream 0, sample 145,
offset 273138, dts 181250, size 3449, distance 1, keyframe 0
*** WARNING: skipped 1966461 bytes of output ***
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4407, dts
282048000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2250, dts
281250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4407, dts
282048000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2250, dts
281250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4408, dts
282112000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2250, dts
281250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4409, dts
282176000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2251, dts
281375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4409, dts
282176000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2251, dts
281375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4410, dts
282240000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2251, dts
281375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4411, dts
282304000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2252, dts
281500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4411, dts
282304000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2252, dts
281500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4412, dts
282368000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2252, dts
281500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4413, dts
282432000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2253, dts
281625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4413, dts
282432000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2253, dts
281625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4414, dts
282496000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2253, dts
281625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4415, dts
282560000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2254, dts
281750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4415, dts
282560000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2254, dts
281750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4416, dts
282624000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2254, dts
281750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4417, dts
282688000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2255, dts
281875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4417, dts
282688000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2255, dts
281875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4418, dts
282752000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2255, dts
281875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4419, dts
282816000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2256, dts
282000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4419, dts
282816000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2256, dts
282000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4420, dts
282880000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2256, dts
282000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4421, dts
282944000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2257, dts
282125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4421, dts
282944000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2257, dts
282125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4422, dts
283008000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2257, dts
282125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4423, dts
283072000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2258, dts
282250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4423, dts
283072000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2258, dts
282250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4424, dts
283136000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2258, dts
282250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4425, dts
283200000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2259, dts
282375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4425, dts
283200000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2259, dts
282375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4426, dts
283264000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2259, dts
282375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4427, dts
283328000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2260, dts
282500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4427, dts
283328000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2260, dts
282500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4428, dts
283392000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2260, dts
282500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4429, dts
283456000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2261, dts
282625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4429, dts
283456000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2261, dts
282625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4430, dts
283520000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2262, dts
282750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4430, dts
283520000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2262, dts
282750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4431, dts
283584000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2262, dts
282750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4432, dts
283648000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2263, dts
282875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4432, dts
283648000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2263, dts
282875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4433, dts
283712000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2263, dts
282875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4434, dts
283776000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2264, dts
283000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4434, dts
283776000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2264, dts
283000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4435, dts
283840000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2264, dts
283000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4436, dts
283904000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2265, dts
283125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4436, dts
283904000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2265, dts
283125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4437, dts
283968000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2265, dts
283125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4438, dts
284032000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2266, dts
283250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4438, dts
284032000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2266, dts
283250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4439, dts
284096000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2266, dts
283250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4440, dts
284160000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2267, dts
283375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4440, dts
284160000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2267, dts
283375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4441, dts
284224000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2267, dts
283375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4442, dts
284288000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2268, dts
283500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4442, dts
284288000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2268, dts
283500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4443, dts
284352000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2268, dts
283500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4444, dts
284416000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2269, dts
283625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4444, dts
284416000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2269, dts
283625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4445, dts
284480000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2269, dts
283625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4446, dts
284544000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2270, dts
283750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4446, dts
284544000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2270, dts
283750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4447, dts
284608000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2270, dts
283750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4448, dts
284672000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2271, dts
283875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4448, dts
284672000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2271, dts
283875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4449, dts
284736000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2271, dts
283875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4450, dts
284800000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2272, dts
284000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4450, dts
284800000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2272, dts
284000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4451, dts
284864000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2272, dts
284000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4452, dts
284928000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2273, dts
284125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4452, dts
284928000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2273, dts
284125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4453, dts
284992000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2273, dts
284125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4454, dts
285056000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2274, dts
284250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4454, dts
285056000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2274, dts
284250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4455, dts
285120000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2274, dts
284250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4456, dts
285184000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2275, dts
284375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4456, dts
285184000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2275, dts
284375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4457, dts
285248000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2275, dts
284375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4458, dts
285312000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2276, dts
284500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4458, dts
285312000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2276, dts
284500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4459, dts
285376000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2276, dts
284500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4460, dts
285440000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2277, dts
284625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4460, dts
285440000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2277, dts
284625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4461, dts
285504000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2277, dts
284625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4462, dts
285568000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2278, dts
284750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4462, dts
285568000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2278, dts
284750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4463, dts
285632000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2278, dts
284750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4464, dts
285696000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2279, dts
284875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4464, dts
285696000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2279, dts
284875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4465, dts
285760000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2280, dts
285000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4465, dts
285760000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2280, dts
285000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4466, dts
285824000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2280, dts
285000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4467, dts
285888000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2280, dts
285000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4468, dts
285952000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2281, dts
285125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4468, dts
285952000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2281, dts
285125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4469, dts
286016000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2282, dts
285250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4469, dts
286016000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2282, dts
285250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4470, dts
286080000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2282, dts
285250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4471, dts
286144000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2282, dts
285250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4472, dts
286208000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2283, dts
285375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4472, dts
286208000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2283, dts
285375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4473, dts
286272000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2283, dts
285375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4474, dts
286336000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2284, dts
285500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4474, dts
286336000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2284, dts
285500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4475, dts
286400000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2284, dts
285500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4476, dts
286464000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2285, dts
285625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4476, dts
286464000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2285, dts
285625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4477, dts
286528000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2285, dts
285625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4478, dts
286592000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2286, dts
285750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4478, dts
286592000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2286, dts
285750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4479, dts
286656000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2286, dts
285750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4480, dts
286720000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2287, dts
285875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4480, dts
286720000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2287, dts
285875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4481, dts
286784000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2288, dts
286000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4481, dts
286784000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2288, dts
286000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4482, dts
286848000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2288, dts
286000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4483, dts
286912000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2288, dts
286000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4484, dts
286976000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2289, dts
286125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4484, dts
286976000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2289, dts
286125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4485, dts
287040000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2290, dts
286250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4485, dts
287040000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2290, dts
286250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4486, dts
287104000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2290, dts
286250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4487, dts
287168000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2291, dts
286375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4487, dts
287168000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2291, dts
286375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4488, dts
287232000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2291, dts
286375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4489, dts
287296000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2291, dts
286375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4490, dts
287360000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2291, dts
286375000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4491, dts
287424000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2292, dts
286500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4491, dts
287424000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2292, dts
286500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4492, dts
287488000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2292, dts
286500000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4493, dts
287552000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2293, dts
286625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4493, dts
287552000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2293, dts
286625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4494, dts
287616000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2293, dts
286625000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4495, dts
287680000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2294, dts
286750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4495, dts
287680000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2294, dts
286750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4496, dts
287744000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2294, dts
286750000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4497, dts
287808000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2295, dts
286875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4497, dts
287808000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2295, dts
286875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4498, dts
287872000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2295, dts
286875000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4499, dts
287936000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2296, dts
287000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4499, dts
287936000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2296, dts
287000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4500, dts
288000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2296, dts
287000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4501, dts
288064000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2297, dts
287125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4501, dts
288064000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2297, dts
287125000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4502, dts
288128000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2298, dts
287250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4502, dts
288128000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2298, dts
287250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4503, dts
288192000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 0, sample 2298, dts
287250000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4504, dts
288256000
Last message repeated 1 times
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4505, dts
288320000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4506, dts
288384000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4507, dts
288448000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4508, dts
288512000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b56c0553c0] stream 1, sample 4509, dts
288576000
[out_0_0 @ 0x55b56c0b2cc0] EOF on sink link out_0_0:default.
No more output streams to write to, finishing.
[libmp3lame @ 0x55b56c068f40] Trying to remove 175 more samples than there
are in the queue
Error writing trailer of /dbfs/Insight/recording.mp3: Operation not
supported
size= 846kB time=00:04:48.61 bitrate= 24.0kbits/s speed=48.5x
video:0kB audio:846kB subtitle:0kB other streams:0kB global headers:0kB
muxing overhead: 0.036945%
Input file #0 (/dbfs/Insight/recording.mp4):
Input stream #0:0 (video): 1 packets read (9666 bytes);
Input stream #0:1 (audio): 4510 packets read (2300217 bytes); 4510
frames decoded (4618240 samples);
Total: 4511 packets (2309883 bytes) demuxed
Output file #0 (/dbfs/Insight/recording.mp3):
Output stream #0:0 (audio): 8018 frames encoded (4618240 samples); 8020
packets muxed (866160 bytes);
Total: 8020 packets (866160 bytes) muxed
4510 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0x55b56c069540] Statistics: 2 seeks, 5 writeouts
[AVIOContext @ 0x55b56c05e440] Statistics: 33226760 bytes read, 52 seeks
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9317#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list