[FFmpeg-trac] #8962(undetermined:new): Vulkan filters crash

FFmpeg trac at avcodec.org
Fri Oct 29 08:15:37 EEST 2021


#8962: Vulkan filters crash
-------------------------------------+-------------------------------------
             Reporter:  Paul         |                    Owner:  (none)
  Pacifico                           |
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  vulkan       |               Blocked By:
  crash                              |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by kvsico):

 same error, here is my command:
 ```

 ffmpeg -y -loglevel debug -init_hw_device "vulkan=gpu:0" -filter_hw_device
 gpu -i white.mp4 -filter_complex
 "[0]hwupload,scale_vulkan=1280:720,hwdownload"  aaa.mp4
 ```
 ffmpeg version 4.4.1 Copyright (c) 2000-2021 the FFmpeg developers
   built with gcc 8 (Debian 8.3.0-6)
   configuration:
 --prefix=/opt/user/mdk/ffmpeg-4.4.1-amd64-static/ffmpeg_build --pkg-
 config-flags=--static --extra-
 cflags=-I/opt/user/mdk/ffmpeg-4.4.1-amd64-static/ffmpeg_build/include
 --extra-ldflags=-L/opt/user/mdk/ffmpeg-4.4.1-amd64-static/ffmpeg_build/lib
 --extra-libs='-lpthread -lm'
 --bindir=/opt/user/mdk/ffmpeg-4.4.1-amd64-static/bin --enable-static
 --disable-shared --enable-gpl --enable-gnutls --disable-libaom --enable-
 libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame
 --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264
 --disable-libx265 --enable-nonfree --enable-cuda-nvcc --enable-libnpp
 --extra-cflags=-I/usr/local/cuda/include --extra-
 ldflags=-L/usr/local/cuda/lib64 --enable-cuda --enable-cuvid --enable-
 nvenc --enable-vulkan --enable-libglslang
   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
   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 '-y' ... matched as option 'y' (overwrite output files)
 with argument '1'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'debug'.
 Reading option '-init_hw_device' ... matched as option 'init_hw_device'
 (initialise hardware device) with argument 'vulkan=gpu:0'.
 Reading option '-filter_hw_device' ... matched as option
 'filter_hw_device' (set hardware device used when filtering) with argument
 'gpu'.
 Reading option '-i' ... matched as input url with argument 'white.mp4'.
 Reading option '-filter_complex' ... matched as option 'filter_complex'
 (create a complex filtergraph) with argument
 '[0]hwupload,scale_vulkan=1280:720,hwdownload'.
 Reading option 'aaa.mp4' ... matched as output url.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option y (overwrite output files) with argument 1.
 Applying option loglevel (set logging level) with argument debug.
 Applying option init_hw_device (initialise hardware device) with argument
 vulkan=gpu:0.
 [AVHWDeviceContext @ 0x561e487781c0] GPU listing:
 [AVHWDeviceContext @ 0x561e487781c0]     0: Tesla T4 (discrete) (0x1eb8)
 [AVHWDeviceContext @ 0x561e487781c0] Using queue family 0 (total queues:
 16) for graphics
 [AVHWDeviceContext @ 0x561e487781c0]     QF 0 flags: (graphics) (compute)
 (transfers) (sparse)
 [AVHWDeviceContext @ 0x561e487781c0] Using queue family 2 (total queues:
 8) for compute
 [AVHWDeviceContext @ 0x561e487781c0]     QF 2 flags: (compute) (transfers)
 (sparse)
 [AVHWDeviceContext @ 0x561e487781c0] Using queue family 1 (total queues:
 2) for transfers
 [AVHWDeviceContext @ 0x561e487781c0]     QF 1 flags: (transfers) (sparse)
 [AVHWDeviceContext @ 0x561e487781c0] Using device extension
 "VK_KHR_external_memory_fd"
 [AVHWDeviceContext @ 0x561e487781c0] Using device extension
 "VK_KHR_external_semaphore_fd"
 [AVHWDeviceContext @ 0x561e487781c0] Using device extension
 "VK_KHR_push_descriptor"
 [AVHWDeviceContext @ 0x561e487781c0] Using device extension
 "VK_EXT_host_query_reset"
 [AVHWDeviceContext @ 0x561e487781c0] Using device extension
 VK_KHR_external_memory_fd
 [AVHWDeviceContext @ 0x561e487781c0] Using device extension
 VK_KHR_external_semaphore_fd
 [AVHWDeviceContext @ 0x561e487781c0] Using device extension
 VK_KHR_push_descriptor
 [AVHWDeviceContext @ 0x561e487781c0] Using device extension
 VK_EXT_host_query_reset
 [AVHWDeviceContext @ 0x561e487781c0] Using device: Tesla T4
 [AVHWDeviceContext @ 0x561e487781c0] Alignments:
 [AVHWDeviceContext @ 0x561e487781c0]
 optimalBufferCopyRowPitchAlignment: 1
 [AVHWDeviceContext @ 0x561e487781c0]     minMemoryMapAlignment:
 64
 Applying option filter_hw_device (set hardware device used when filtering)
 with argument gpu.
 Applying option filter_complex (create a complex filtergraph) with
 argument [0]hwupload,scale_vulkan=1280:720,hwdownload.
 Successfully parsed a group of options.
 Parsing a group of options: input url white.mp4.
 Successfully parsed a group of options.
 Opening an input file: white.mp4.
 [NULL @ 0x561e4a15cf80] Opening 'white.mp4' for reading
 [file @ 0x561e4a22dfc0] Setting default whitelist 'file,crypto,data'
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] Format mov,mp4,m4a,3gp,3g2,mj2
 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] ISO: File Type Major Brand:
 isom
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] Unknown dref type 0x206c7275
 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] Processing st: 0, edit list 0 -
 media time: 1536, duration: 256000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 0 ctts: 1536, ctts_index:
 0, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 512 ctts: 3072,
 ctts_index: 1, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 1024 ctts: 1024,
 ctts_index: 2, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 1536 ctts: 1024,
 ctts_index: 3, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 2048 ctts: 1024,
 ctts_index: 4, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 2560 ctts: 3072,
 ctts_index: 5, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 3072 ctts: 1024,
 ctts_index: 6, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 3584 ctts: 1024,
 ctts_index: 7, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 4096 ctts: 1024,
 ctts_index: 8, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 4608 ctts: 3072,
 ctts_index: 9, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 5120 ctts: 1024,
 ctts_index: 10, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 5632 ctts: 1024,
 ctts_index: 11, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 6144 ctts: 1024,
 ctts_index: 12, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 6656 ctts: 3072,
 ctts_index: 13, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 7168 ctts: 1024,
 ctts_index: 14, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 7680 ctts: 1024,
 ctts_index: 15, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 8192 ctts: 1024,
 ctts_index: 16, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 8704 ctts: 3072,
 ctts_index: 17, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 9216 ctts: 1024,
 ctts_index: 18, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 9728 ctts: 1024,
 ctts_index: 19, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 10240 ctts: 1024,
 ctts_index: 20, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 10752 ctts: 3072,
 ctts_index: 21, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 11264 ctts: 1024,
 ctts_index: 22, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 11776 ctts: 1024,
 ctts_index: 23, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 12288 ctts: 1024,
 ctts_index: 24, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 12800 ctts: 3072,
 ctts_index: 25, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 13312 ctts: 1024,
 ctts_index: 26, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 13824 ctts: 1024,
 ctts_index: 27, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 14336 ctts: 1024,
 ctts_index: 28, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 14848 ctts: 3072,
 ctts_index: 29, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 15360 ctts: 1024,
 ctts_index: 30, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 15872 ctts: 1024,
 ctts_index: 31, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 16384 ctts: 1024,
 ctts_index: 32, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 16896 ctts: 3072,
 ctts_index: 33, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 17408 ctts: 1024,
 ctts_index: 34, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 17920 ctts: 1024,
 ctts_index: 35, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 18432 ctts: 1024,
 ctts_index: 36, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 18944 ctts: 3072,
 ctts_index: 37, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 19456 ctts: 1024,
 ctts_index: 38, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 19968 ctts: 1024,
 ctts_index: 39, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 20480 ctts: 1024,
 ctts_index: 40, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 20992 ctts: 3072,
 ctts_index: 41, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 21504 ctts: 1024,
 ctts_index: 42, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 22016 ctts: 1024,
 ctts_index: 43, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 22528 ctts: 1024,
 ctts_index: 44, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 23040 ctts: 3072,
 ctts_index: 45, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 23552 ctts: 1024,
 ctts_index: 46, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 24064 ctts: 1024,
 ctts_index: 47, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 24576 ctts: 1024,
 ctts_index: 48, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 25088 ctts: 3072,
 ctts_index: 49, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 25600 ctts: 1024,
 ctts_index: 50, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 26112 ctts: 1024,
 ctts_index: 51, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 26624 ctts: 1024,
 ctts_index: 52, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 27136 ctts: 3072,
 ctts_index: 53, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 27648 ctts: 1024,
 ctts_index: 54, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 28160 ctts: 1024,
 ctts_index: 55, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 28672 ctts: 1024,
 ctts_index: 56, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 29184 ctts: 3072,
 ctts_index: 57, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 29696 ctts: 1024,
 ctts_index: 58, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 30208 ctts: 1024,
 ctts_index: 59, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 30720 ctts: 1024,
 ctts_index: 60, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 31232 ctts: 3072,
 ctts_index: 61, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 31744 ctts: 1024,
 ctts_index: 62, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 32256 ctts: 1024,
 ctts_index: 63, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 32768 ctts: 1024,
 ctts_index: 64, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 33280 ctts: 3072,
 ctts_index: 65, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 33792 ctts: 1024,
 ctts_index: 66, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 34304 ctts: 1024,
 ctts_index: 67, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 34816 ctts: 1024,
 ctts_index: 68, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 35328 ctts: 3072,
 ctts_index: 69, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 35840 ctts: 1024,
 ctts_index: 70, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 36352 ctts: 1024,
 ctts_index: 71, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 36864 ctts: 1024,
 ctts_index: 72, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 37376 ctts: 3072,
 ctts_index: 73, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 37888 ctts: 1024,
 ctts_index: 74, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 38400 ctts: 1024,
 ctts_index: 75, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 38912 ctts: 1024,
 ctts_index: 76, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 39424 ctts: 3072,
 ctts_index: 77, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 39936 ctts: 1024,
 ctts_index: 78, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 40448 ctts: 1024,
 ctts_index: 79, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 40960 ctts: 1024,
 ctts_index: 80, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 41472 ctts: 3072,
 ctts_index: 81, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 41984 ctts: 1024,
 ctts_index: 82, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 42496 ctts: 1024,
 ctts_index: 83, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 43008 ctts: 1024,
 ctts_index: 84, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 43520 ctts: 3072,
 ctts_index: 85, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 44032 ctts: 1024,
 ctts_index: 86, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 44544 ctts: 1024,
 ctts_index: 87, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 45056 ctts: 1024,
 ctts_index: 88, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 45568 ctts: 3072,
 ctts_index: 89, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 46080 ctts: 1024,
 ctts_index: 90, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 46592 ctts: 1024,
 ctts_index: 91, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 47104 ctts: 1024,
 ctts_index: 92, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 47616 ctts: 3072,
 ctts_index: 93, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 48128 ctts: 1024,
 ctts_index: 94, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 48640 ctts: 1024,
 ctts_index: 95, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 49152 ctts: 1024,
 ctts_index: 96, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 49664 ctts: 3072,
 ctts_index: 97, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 50176 ctts: 1024,
 ctts_index: 98, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 50688 ctts: 1024,
 ctts_index: 99, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 51200 ctts: 1024,
 ctts_index: 100, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 51712 ctts: 3072,
 ctts_index: 101, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 52224 ctts: 1024,
 ctts_index: 102, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 52736 ctts: 1024,
 ctts_index: 103, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 53248 ctts: 1024,
 ctts_index: 104, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 53760 ctts: 3072,
 ctts_index: 105, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 54272 ctts: 1024,
 ctts_index: 106, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 54784 ctts: 1024,
 ctts_index: 107, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 55296 ctts: 1024,
 ctts_index: 108, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 55808 ctts: 3072,
 ctts_index: 109, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 56320 ctts: 1024,
 ctts_index: 110, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 56832 ctts: 1024,
 ctts_index: 111, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 57344 ctts: 1024,
 ctts_index: 112, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 57856 ctts: 3072,
 ctts_index: 113, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 58368 ctts: 1024,
 ctts_index: 114, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 58880 ctts: 1024,
 ctts_index: 115, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 59392 ctts: 1024,
 ctts_index: 116, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 59904 ctts: 3072,
 ctts_index: 117, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 60416 ctts: 1024,
 ctts_index: 118, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 60928 ctts: 1024,
 ctts_index: 119, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 61440 ctts: 1024,
 ctts_index: 120, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 61952 ctts: 3072,
 ctts_index: 121, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 62464 ctts: 1024,
 ctts_index: 122, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 62976 ctts: 1024,
 ctts_index: 123, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 63488 ctts: 1024,
 ctts_index: 124, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 64000 ctts: 3072,
 ctts_index: 125, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 64512 ctts: 1024,
 ctts_index: 126, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 65024 ctts: 1024,
 ctts_index: 127, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 65536 ctts: 1024,
 ctts_index: 128, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 66048 ctts: 3072,
 ctts_index: 129, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 66560 ctts: 1024,
 ctts_index: 130, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 67072 ctts: 1024,
 ctts_index: 131, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 67584 ctts: 1024,
 ctts_index: 132, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 68096 ctts: 3072,
 ctts_index: 133, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 68608 ctts: 1024,
 ctts_index: 134, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 69120 ctts: 1024,
 ctts_index: 135, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 69632 ctts: 1024,
 ctts_index: 136, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 70144 ctts: 3072,
 ctts_index: 137, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 70656 ctts: 1024,
 ctts_index: 138, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 71168 ctts: 1024,
 ctts_index: 139, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 71680 ctts: 1024,
 ctts_index: 140, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 72192 ctts: 3072,
 ctts_index: 141, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 72704 ctts: 1024,
 ctts_index: 142, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 73216 ctts: 1024,
 ctts_index: 143, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 73728 ctts: 1024,
 ctts_index: 144, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 74240 ctts: 3072,
 ctts_index: 145, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 74752 ctts: 1024,
 ctts_index: 146, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 75264 ctts: 1024,
 ctts_index: 147, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 75776 ctts: 1024,
 ctts_index: 148, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 76288 ctts: 3072,
 ctts_index: 149, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 76800 ctts: 1024,
 ctts_index: 150, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 77312 ctts: 1024,
 ctts_index: 151, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 77824 ctts: 1024,
 ctts_index: 152, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 78336 ctts: 3072,
 ctts_index: 153, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 78848 ctts: 1024,
 ctts_index: 154, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 79360 ctts: 1024,
 ctts_index: 155, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 79872 ctts: 1024,
 ctts_index: 156, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 80384 ctts: 3072,
 ctts_index: 157, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 80896 ctts: 1024,
 ctts_index: 158, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 81408 ctts: 1024,
 ctts_index: 159, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 81920 ctts: 1024,
 ctts_index: 160, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 82432 ctts: 3072,
 ctts_index: 161, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 82944 ctts: 1024,
 ctts_index: 162, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 83456 ctts: 1024,
 ctts_index: 163, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 83968 ctts: 1024,
 ctts_index: 164, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 84480 ctts: 3072,
 ctts_index: 165, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 84992 ctts: 1024,
 ctts_index: 166, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 85504 ctts: 1024,
 ctts_index: 167, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 86016 ctts: 1024,
 ctts_index: 168, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 86528 ctts: 3072,
 ctts_index: 169, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 87040 ctts: 1024,
 ctts_index: 170, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 87552 ctts: 1024,
 ctts_index: 171, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 88064 ctts: 1024,
 ctts_index: 172, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 88576 ctts: 3072,
 ctts_index: 173, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 89088 ctts: 1024,
 ctts_index: 174, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 89600 ctts: 1024,
 ctts_index: 175, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 90112 ctts: 1024,
 ctts_index: 176, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 90624 ctts: 3072,
 ctts_index: 177, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 91136 ctts: 1024,
 ctts_index: 178, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 91648 ctts: 1024,
 ctts_index: 179, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 92160 ctts: 1024,
 ctts_index: 180, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 92672 ctts: 3072,
 ctts_index: 181, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 93184 ctts: 1024,
 ctts_index: 182, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 93696 ctts: 1024,
 ctts_index: 183, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 94208 ctts: 1024,
 ctts_index: 184, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 94720 ctts: 3072,
 ctts_index: 185, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 95232 ctts: 1024,
 ctts_index: 186, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 95744 ctts: 1024,
 ctts_index: 187, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 96256 ctts: 1024,
 ctts_index: 188, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 96768 ctts: 3072,
 ctts_index: 189, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 97280 ctts: 1024,
 ctts_index: 190, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 97792 ctts: 1024,
 ctts_index: 191, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 98304 ctts: 1024,
 ctts_index: 192, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 98816 ctts: 3072,
 ctts_index: 193, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 99328 ctts: 1024,
 ctts_index: 194, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 99840 ctts: 1024,
 ctts_index: 195, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 100352 ctts: 1024,
 ctts_index: 196, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 100864 ctts: 3072,
 ctts_index: 197, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 101376 ctts: 1024,
 ctts_index: 198, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 101888 ctts: 1024,
 ctts_index: 199, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 102400 ctts: 1024,
 ctts_index: 200, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 102912 ctts: 3072,
 ctts_index: 201, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 103424 ctts: 1024,
 ctts_index: 202, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 103936 ctts: 1024,
 ctts_index: 203, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 104448 ctts: 1024,
 ctts_index: 204, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 104960 ctts: 3072,
 ctts_index: 205, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 105472 ctts: 1024,
 ctts_index: 206, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 105984 ctts: 1024,
 ctts_index: 207, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 106496 ctts: 1024,
 ctts_index: 208, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 107008 ctts: 3072,
 ctts_index: 209, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 107520 ctts: 1024,
 ctts_index: 210, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 108032 ctts: 1024,
 ctts_index: 211, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 108544 ctts: 1024,
 ctts_index: 212, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 109056 ctts: 3072,
 ctts_index: 213, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 109568 ctts: 1024,
 ctts_index: 214, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 110080 ctts: 1024,
 ctts_index: 215, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 110592 ctts: 1024,
 ctts_index: 216, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 111104 ctts: 3072,
 ctts_index: 217, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 111616 ctts: 1024,
 ctts_index: 218, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 112128 ctts: 1024,
 ctts_index: 219, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 112640 ctts: 1024,
 ctts_index: 220, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 113152 ctts: 3072,
 ctts_index: 221, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 113664 ctts: 1024,
 ctts_index: 222, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 114176 ctts: 1024,
 ctts_index: 223, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 114688 ctts: 1024,
 ctts_index: 224, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 115200 ctts: 3072,
 ctts_index: 225, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 115712 ctts: 1024,
 ctts_index: 226, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 116224 ctts: 1024,
 ctts_index: 227, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 116736 ctts: 1024,
 ctts_index: 228, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 117248 ctts: 3072,
 ctts_index: 229, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 117760 ctts: 1024,
 ctts_index: 230, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 118272 ctts: 1024,
 ctts_index: 231, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 118784 ctts: 1024,
 ctts_index: 232, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 119296 ctts: 3072,
 ctts_index: 233, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 119808 ctts: 1024,
 ctts_index: 234, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 120320 ctts: 1024,
 ctts_index: 235, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 120832 ctts: 1024,
 ctts_index: 236, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 121344 ctts: 3072,
 ctts_index: 237, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 121856 ctts: 1024,
 ctts_index: 238, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 122368 ctts: 1024,
 ctts_index: 239, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 122880 ctts: 1024,
 ctts_index: 240, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 123392 ctts: 3072,
 ctts_index: 241, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 123904 ctts: 1024,
 ctts_index: 242, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 124416 ctts: 1024,
 ctts_index: 243, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 124928 ctts: 1024,
 ctts_index: 244, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 125440 ctts: 3072,
 ctts_index: 245, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 125952 ctts: 1024,
 ctts_index: 246, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 126464 ctts: 1024,
 ctts_index: 247, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 126976 ctts: 1024,
 ctts_index: 248, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 127488 ctts: 1536,
 ctts_index: 249, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 128000 ctts: 1536,
 ctts_index: 250, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 128512 ctts: 3072,
 ctts_index: 251, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 129024 ctts: 1024,
 ctts_index: 252, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 129536 ctts: 1024,
 ctts_index: 253, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 130048 ctts: 1024,
 ctts_index: 254, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 130560 ctts: 3072,
 ctts_index: 255, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 131072 ctts: 1024,
 ctts_index: 256, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 131584 ctts: 1024,
 ctts_index: 257, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 132096 ctts: 1024,
 ctts_index: 258, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 132608 ctts: 3072,
 ctts_index: 259, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 133120 ctts: 1024,
 ctts_index: 260, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 133632 ctts: 1024,
 ctts_index: 261, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 134144 ctts: 1024,
 ctts_index: 262, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 134656 ctts: 3072,
 ctts_index: 263, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 135168 ctts: 1024,
 ctts_index: 264, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 135680 ctts: 1024,
 ctts_index: 265, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 136192 ctts: 1024,
 ctts_index: 266, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 136704 ctts: 3072,
 ctts_index: 267, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 137216 ctts: 1024,
 ctts_index: 268, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 137728 ctts: 1024,
 ctts_index: 269, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 138240 ctts: 1024,
 ctts_index: 270, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 138752 ctts: 3072,
 ctts_index: 271, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 139264 ctts: 1024,
 ctts_index: 272, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 139776 ctts: 1024,
 ctts_index: 273, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 140288 ctts: 1024,
 ctts_index: 274, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 140800 ctts: 3072,
 ctts_index: 275, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 141312 ctts: 1024,
 ctts_index: 276, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 141824 ctts: 1024,
 ctts_index: 277, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 142336 ctts: 1024,
 ctts_index: 278, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 142848 ctts: 3072,
 ctts_index: 279, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 143360 ctts: 1024,
 ctts_index: 280, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 143872 ctts: 1024,
 ctts_index: 281, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 144384 ctts: 1024,
 ctts_index: 282, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 144896 ctts: 3072,
 ctts_index: 283, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 145408 ctts: 1024,
 ctts_index: 284, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 145920 ctts: 1024,
 ctts_index: 285, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 146432 ctts: 1024,
 ctts_index: 286, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 146944 ctts: 3072,
 ctts_index: 287, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 147456 ctts: 1024,
 ctts_index: 288, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 147968 ctts: 1024,
 ctts_index: 289, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 148480 ctts: 1024,
 ctts_index: 290, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 148992 ctts: 3072,
 ctts_index: 291, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 149504 ctts: 1024,
 ctts_index: 292, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 150016 ctts: 1024,
 ctts_index: 293, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 150528 ctts: 1024,
 ctts_index: 294, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 151040 ctts: 3072,
 ctts_index: 295, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 151552 ctts: 1024,
 ctts_index: 296, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 152064 ctts: 1024,
 ctts_index: 297, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 152576 ctts: 1024,
 ctts_index: 298, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 153088 ctts: 3072,
 ctts_index: 299, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 153600 ctts: 1024,
 ctts_index: 300, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 154112 ctts: 1024,
 ctts_index: 301, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 154624 ctts: 1024,
 ctts_index: 302, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 155136 ctts: 3072,
 ctts_index: 303, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 155648 ctts: 1024,
 ctts_index: 304, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 156160 ctts: 1024,
 ctts_index: 305, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 156672 ctts: 1024,
 ctts_index: 306, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 157184 ctts: 3072,
 ctts_index: 307, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 157696 ctts: 1024,
 ctts_index: 308, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 158208 ctts: 1024,
 ctts_index: 309, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 158720 ctts: 1024,
 ctts_index: 310, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 159232 ctts: 3072,
 ctts_index: 311, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 159744 ctts: 1024,
 ctts_index: 312, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 160256 ctts: 1024,
 ctts_index: 313, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 160768 ctts: 1024,
 ctts_index: 314, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 161280 ctts: 3072,
 ctts_index: 315, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 161792 ctts: 1024,
 ctts_index: 316, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 162304 ctts: 1024,
 ctts_index: 317, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 162816 ctts: 1024,
 ctts_index: 318, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 163328 ctts: 3072,
 ctts_index: 319, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 163840 ctts: 1024,
 ctts_index: 320, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 164352 ctts: 1024,
 ctts_index: 321, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 164864 ctts: 1024,
 ctts_index: 322, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 165376 ctts: 3072,
 ctts_index: 323, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 165888 ctts: 1024,
 ctts_index: 324, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 166400 ctts: 1024,
 ctts_index: 325, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 166912 ctts: 1024,
 ctts_index: 326, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 167424 ctts: 3072,
 ctts_index: 327, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 167936 ctts: 1024,
 ctts_index: 328, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 168448 ctts: 1024,
 ctts_index: 329, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 168960 ctts: 1024,
 ctts_index: 330, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 169472 ctts: 3072,
 ctts_index: 331, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 169984 ctts: 1024,
 ctts_index: 332, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 170496 ctts: 1024,
 ctts_index: 333, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 171008 ctts: 1024,
 ctts_index: 334, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 171520 ctts: 3072,
 ctts_index: 335, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 172032 ctts: 1024,
 ctts_index: 336, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 172544 ctts: 1024,
 ctts_index: 337, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 173056 ctts: 1024,
 ctts_index: 338, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 173568 ctts: 3072,
 ctts_index: 339, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 174080 ctts: 1024,
 ctts_index: 340, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 174592 ctts: 1024,
 ctts_index: 341, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 175104 ctts: 1024,
 ctts_index: 342, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 175616 ctts: 3072,
 ctts_index: 343, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 176128 ctts: 1024,
 ctts_index: 344, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 176640 ctts: 1024,
 ctts_index: 345, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 177152 ctts: 1024,
 ctts_index: 346, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 177664 ctts: 3072,
 ctts_index: 347, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 178176 ctts: 1024,
 ctts_index: 348, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 178688 ctts: 1024,
 ctts_index: 349, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 179200 ctts: 1024,
 ctts_index: 350, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 179712 ctts: 3072,
 ctts_index: 351, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 180224 ctts: 1024,
 ctts_index: 352, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 180736 ctts: 1024,
 ctts_index: 353, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 181248 ctts: 1024,
 ctts_index: 354, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 181760 ctts: 3072,
 ctts_index: 355, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 182272 ctts: 1024,
 ctts_index: 356, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 182784 ctts: 1024,
 ctts_index: 357, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 183296 ctts: 1024,
 ctts_index: 358, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 183808 ctts: 3072,
 ctts_index: 359, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 184320 ctts: 1024,
 ctts_index: 360, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 184832 ctts: 1024,
 ctts_index: 361, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 185344 ctts: 1024,
 ctts_index: 362, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 185856 ctts: 3072,
 ctts_index: 363, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 186368 ctts: 1024,
 ctts_index: 364, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 186880 ctts: 1024,
 ctts_index: 365, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 187392 ctts: 1024,
 ctts_index: 366, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 187904 ctts: 3072,
 ctts_index: 367, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 188416 ctts: 1024,
 ctts_index: 368, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 188928 ctts: 1024,
 ctts_index: 369, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 189440 ctts: 1024,
 ctts_index: 370, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 189952 ctts: 3072,
 ctts_index: 371, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 190464 ctts: 1024,
 ctts_index: 372, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 190976 ctts: 1024,
 ctts_index: 373, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 191488 ctts: 1024,
 ctts_index: 374, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 192000 ctts: 3072,
 ctts_index: 375, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 192512 ctts: 1024,
 ctts_index: 376, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 193024 ctts: 1024,
 ctts_index: 377, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 193536 ctts: 1024,
 ctts_index: 378, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 194048 ctts: 3072,
 ctts_index: 379, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 194560 ctts: 1024,
 ctts_index: 380, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 195072 ctts: 1024,
 ctts_index: 381, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 195584 ctts: 1024,
 ctts_index: 382, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 196096 ctts: 3072,
 ctts_index: 383, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 196608 ctts: 1024,
 ctts_index: 384, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 197120 ctts: 1024,
 ctts_index: 385, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 197632 ctts: 1024,
 ctts_index: 386, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 198144 ctts: 3072,
 ctts_index: 387, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 198656 ctts: 1024,
 ctts_index: 388, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 199168 ctts: 1024,
 ctts_index: 389, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 199680 ctts: 1024,
 ctts_index: 390, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 200192 ctts: 3072,
 ctts_index: 391, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 200704 ctts: 1024,
 ctts_index: 392, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 201216 ctts: 1024,
 ctts_index: 393, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 201728 ctts: 1024,
 ctts_index: 394, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 202240 ctts: 3072,
 ctts_index: 395, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 202752 ctts: 1024,
 ctts_index: 396, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 203264 ctts: 1024,
 ctts_index: 397, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 203776 ctts: 1024,
 ctts_index: 398, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 204288 ctts: 3072,
 ctts_index: 399, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 204800 ctts: 1024,
 ctts_index: 400, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 205312 ctts: 1024,
 ctts_index: 401, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 205824 ctts: 1024,
 ctts_index: 402, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 206336 ctts: 3072,
 ctts_index: 403, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 206848 ctts: 1024,
 ctts_index: 404, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 207360 ctts: 1024,
 ctts_index: 405, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 207872 ctts: 1024,
 ctts_index: 406, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 208384 ctts: 3072,
 ctts_index: 407, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 208896 ctts: 1024,
 ctts_index: 408, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 209408 ctts: 1024,
 ctts_index: 409, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 209920 ctts: 1024,
 ctts_index: 410, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 210432 ctts: 3072,
 ctts_index: 411, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 210944 ctts: 1024,
 ctts_index: 412, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 211456 ctts: 1024,
 ctts_index: 413, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 211968 ctts: 1024,
 ctts_index: 414, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 212480 ctts: 3072,
 ctts_index: 415, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 212992 ctts: 1024,
 ctts_index: 416, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 213504 ctts: 1024,
 ctts_index: 417, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 214016 ctts: 1024,
 ctts_index: 418, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 214528 ctts: 3072,
 ctts_index: 419, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 215040 ctts: 1024,
 ctts_index: 420, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 215552 ctts: 1024,
 ctts_index: 421, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 216064 ctts: 1024,
 ctts_index: 422, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 216576 ctts: 3072,
 ctts_index: 423, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 217088 ctts: 1024,
 ctts_index: 424, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 217600 ctts: 1024,
 ctts_index: 425, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 218112 ctts: 1024,
 ctts_index: 426, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 218624 ctts: 3072,
 ctts_index: 427, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 219136 ctts: 1024,
 ctts_index: 428, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 219648 ctts: 1024,
 ctts_index: 429, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 220160 ctts: 1024,
 ctts_index: 430, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 220672 ctts: 3072,
 ctts_index: 431, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 221184 ctts: 1024,
 ctts_index: 432, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 221696 ctts: 1024,
 ctts_index: 433, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 222208 ctts: 1024,
 ctts_index: 434, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 222720 ctts: 3072,
 ctts_index: 435, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 223232 ctts: 1024,
 ctts_index: 436, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 223744 ctts: 1024,
 ctts_index: 437, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 224256 ctts: 1024,
 ctts_index: 438, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 224768 ctts: 3072,
 ctts_index: 439, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 225280 ctts: 1024,
 ctts_index: 440, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 225792 ctts: 1024,
 ctts_index: 441, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 226304 ctts: 1024,
 ctts_index: 442, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 226816 ctts: 3072,
 ctts_index: 443, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 227328 ctts: 1024,
 ctts_index: 444, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 227840 ctts: 1024,
 ctts_index: 445, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 228352 ctts: 1024,
 ctts_index: 446, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 228864 ctts: 3072,
 ctts_index: 447, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 229376 ctts: 1024,
 ctts_index: 448, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 229888 ctts: 1024,
 ctts_index: 449, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 230400 ctts: 1024,
 ctts_index: 450, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 230912 ctts: 3072,
 ctts_index: 451, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 231424 ctts: 1024,
 ctts_index: 452, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 231936 ctts: 1024,
 ctts_index: 453, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 232448 ctts: 1024,
 ctts_index: 454, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 232960 ctts: 3072,
 ctts_index: 455, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 233472 ctts: 1024,
 ctts_index: 456, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 233984 ctts: 1024,
 ctts_index: 457, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 234496 ctts: 1024,
 ctts_index: 458, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 235008 ctts: 3072,
 ctts_index: 459, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 235520 ctts: 1024,
 ctts_index: 460, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 236032 ctts: 1024,
 ctts_index: 461, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 236544 ctts: 1024,
 ctts_index: 462, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 237056 ctts: 3072,
 ctts_index: 463, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 237568 ctts: 1024,
 ctts_index: 464, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 238080 ctts: 1024,
 ctts_index: 465, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 238592 ctts: 1024,
 ctts_index: 466, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 239104 ctts: 3072,
 ctts_index: 467, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 239616 ctts: 1024,
 ctts_index: 468, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 240128 ctts: 1024,
 ctts_index: 469, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 240640 ctts: 1024,
 ctts_index: 470, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 241152 ctts: 3072,
 ctts_index: 471, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 241664 ctts: 1024,
 ctts_index: 472, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 242176 ctts: 1024,
 ctts_index: 473, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 242688 ctts: 1024,
 ctts_index: 474, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 243200 ctts: 3072,
 ctts_index: 475, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 243712 ctts: 1024,
 ctts_index: 476, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 244224 ctts: 1024,
 ctts_index: 477, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 244736 ctts: 1024,
 ctts_index: 478, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 245248 ctts: 3072,
 ctts_index: 479, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 245760 ctts: 1024,
 ctts_index: 480, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 246272 ctts: 1024,
 ctts_index: 481, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 246784 ctts: 1024,
 ctts_index: 482, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 247296 ctts: 3072,
 ctts_index: 483, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 247808 ctts: 1024,
 ctts_index: 484, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 248320 ctts: 1024,
 ctts_index: 485, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 248832 ctts: 1024,
 ctts_index: 486, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 249344 ctts: 3072,
 ctts_index: 487, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 249856 ctts: 1024,
 ctts_index: 488, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 250368 ctts: 1024,
 ctts_index: 489, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 250880 ctts: 1024,
 ctts_index: 490, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 251392 ctts: 3072,
 ctts_index: 491, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 251904 ctts: 1024,
 ctts_index: 492, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 252416 ctts: 1024,
 ctts_index: 493, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 252928 ctts: 1024,
 ctts_index: 494, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 253440 ctts: 3072,
 ctts_index: 495, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 253952 ctts: 1024,
 ctts_index: 496, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 254464 ctts: 1024,
 ctts_index: 497, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 254976 ctts: 1024,
 ctts_index: 498, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] stts: 255488 ctts: 1536,
 ctts_index: 499, ctts_count: 500
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] Offset DTS by 1536 to make
 first pts zero.
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] Setting codecpar->delay to 1
 for stream st: 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] Before
 avformat_find_stream_info() pos: 55284 bytes read:55284 seeks:0
 nb_streams:1
 [h264 @ 0x561e4a74e240] nal_unit_type: 7(SPS), nal_ref_idc: 3
 [h264 @ 0x561e4a74e240] nal_unit_type: 8(PPS), nal_ref_idc: 3
 [h264 @ 0x561e4a74e240] nal_unit_type: 6(SEI), nal_ref_idc: 0
     Last message repeated 1 times
 [h264 @ 0x561e4a74e240] nal_unit_type: 5(IDR), nal_ref_idc: 3
 [h264 @ 0x561e4a74e240] Format yuvj420p chosen by get_format().
 [h264 @ 0x561e4a74e240] Reinit context to 608x608, pix_fmt: yuvj420p
 [h264 @ 0x561e4a74e240] ct_type:0 pic_struct:0
 [h264 @ 0x561e4a74e240] no picture
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e4a15cf80] After
 avformat_find_stream_info() pos: 242 bytes read:88052 seeks:1 frames:1
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'white.mp4':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf58.76.100
   Duration: 00:00:20.00, start: 0.000000, bitrate: 22 kb/s
   Stream #0:0(und), 1, 1/12800: Video: h264 (Main), 1 reference frame
 (avc1 / 0x31637661), yuvj420p(pc, gbr/unknown/unknown, left), 600x600
 (608x608) [SAR 1:1 DAR 1:1], 0/1, 20 kb/s, 25 fps, 25 tbr, 12800 tbn, 50
 tbc (default)
     Metadata:
       handler_name    : VideoHandler
       vendor_id       : [0][0][0][0]
 Successfully opened the file.
 [Parsed_scale_vulkan_1 @ 0x561e4a576d80] Setting 'w' to value '1280'
 [Parsed_scale_vulkan_1 @ 0x561e4a576d80] Setting 'h' to value '720'
 Parsing a group of options: output url aaa.mp4.
 Successfully parsed a group of options.
 Opening an output file: aaa.mp4.
 [file @ 0x561e4a8f2b80] Setting default whitelist 'file,crypto,data'
 Successfully opened the file.
 detected 96 logical cores
 [h264 @ 0x561e48e863c0] nal_unit_type: 7(SPS), nal_ref_idc: 3
 [h264 @ 0x561e48e863c0] nal_unit_type: 8(PPS), nal_ref_idc: 3
 Stream mapping:
   Stream #0:0 (h264) -> hwupload
   hwdownload -> Stream #0:0 (libx264)
 Press [q] to stop, [?] for help
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
     Last message repeated 1 times
 [h264 @ 0x561e48e863c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
     Last message repeated 1 times
 [h264 @ 0x561e48e863c0] nal_unit_type: 5(IDR), nal_ref_idc: 3
 [h264 @ 0x561e48e863c0] Format yuvj420p chosen by get_format().
 [h264 @ 0x561e48e863c0] Reinit context to 608x608, pix_fmt: yuvj420p
 [h264 @ 0x561e48e863c0] ct_type:0 pic_struct:0
 [h264 @ 0x561e48e863c0] no picture
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a8fcbc0] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a8fcbc0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 3
 [h264 @ 0x561e4a8fcbc0] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a812280] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a812280] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a812280] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a82ef00] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a82ef00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a82ef00] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a84bd80] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a84bd80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a84bd80] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a868c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a868c00] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 3
 [h264 @ 0x561e4a868c00] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a885a80] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a885a80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a885a80] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a8a2900] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a8a2900] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a8a2900] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a8bf780] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a8bf780] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a8bf780] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a8dc600] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a8dc600] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 3
 [h264 @ 0x561e4a8dc600] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a8e31c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a8e31c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a8e31c0] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a930b80] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a930b80] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a930b80] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a94d8c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a94d8c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a94d8c0] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a96a600] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a96a600] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 3
 [h264 @ 0x561e4a96a600] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a987340] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a987340] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a987340] ct_type:0 pic_struct:0
 cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless
 if it occurs once at the start per stream)
 [h264 @ 0x561e4a9a3fc0] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e4a9a3fc0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e4a9a3fc0] ct_type:0 pic_struct:0
 [h264 @ 0x561e48e863c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
 [h264 @ 0x561e48e863c0] nal_unit_type: 1(Coded slice of a non-IDR
 picture), nal_ref_idc: 0
 [h264 @ 0x561e48e863c0] ct_type:0 pic_struct:0
 [Parsed_scale_vulkan_1 @ 0x561e4ac034c0] Setting 'w' to value '1280'
 [Parsed_scale_vulkan_1 @ 0x561e4ac034c0] Setting 'h' to value '720'
 [graph 0 input from stream 0:0 @ 0x561e4ac16180] Setting 'video_size' to
 value '600x600'
 [graph 0 input from stream 0:0 @ 0x561e4ac16180] Setting 'pix_fmt' to
 value '12'
 [graph 0 input from stream 0:0 @ 0x561e4ac16180] Setting 'time_base' to
 value '1/12800'
 [graph 0 input from stream 0:0 @ 0x561e4ac16180] Setting 'pixel_aspect' to
 value '1/1'
 [graph 0 input from stream 0:0 @ 0x561e4ac16180] Setting 'frame_rate' to
 value '25/1'
 [graph 0 input from stream 0:0 @ 0x561e4ac16180] w:600 h:600
 pixfmt:yuvj420p tb:1/12800 fr:25/1 sar:1/1
 [format @ 0x561e4ac16ac0] Setting 'pix_fmts' to value
 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le'
 [auto_scaler_0 @ 0x561e4ac190c0] w:iw h:ih flags:'bilinear' interl:0
 [Parsed_hwupload_0 @ 0x561e4ac056c0] auto-inserting filter 'auto_scaler_0'
 between the filter 'graph 0 input from stream 0:0' and the filter
 'Parsed_hwupload_0'
 [AVFilterGraph @ 0x561e4ac05880] query_formats: 6 queried, 4 merged, 1
 already done, 0 delayed
 [Parsed_hwdownload_2 @ 0x561e4ac13ac0] picking yuv420p out of 13
 ref:vulkan alpha:1
 [auto_scaler_0 @ 0x561e4ac190c0] picking yuv420p out of 44 ref:yuvj420p
 alpha:0
 [swscaler @ 0x561e4ac1a0c0] deprecated pixel format used, make sure you
 did set range correctly
 [auto_scaler_0 @ 0x561e4ac190c0] w:600 h:600 fmt:yuvj420p sar:1/1 -> w:600
 h:600 fmt:yuv420p sar:1/1 flags:0x2
 [hwupload @ 0x561e48e83880] Surface format is yuv420p.
 [Parsed_scale_vulkan_1 @ 0x561e4ac034c0] Shader scale_compute:
 1       #version 460
 2       #define IS_WITHIN(v1, v2) ((v1.x < v2.x) && (v1.y < v2.y))
 3
 4       layout (local_size_x = 32, local_size_y = 32, local_size_z = 1)
 in;
 5
 6       layout (set = 0, binding = 0) uniform sampler2D input_img[3];
 7       layout (set = 0, binding = 1, rgba8) uniform writeonly image2D
 output_img[3];
 8
 9       layout (set = 1, binding = 0, std430) readonly buffer params {
 10          mat4 yuv_matrix;
 11      };
 12
 13
 14      vec4 scale_bilinear(int idx, ivec2 pos, vec2 crop_range, vec2
 crop_off)
 15      {
 16          vec2 npos = (vec2(pos) + 0.5f) / imageSize(output_img[idx]);
 17          npos *= crop_range;
 18          npos += crop_off;
 19          return texture(input_img[idx], npos);
 20      }
 21
 22
 23      void write_420(vec4 src, ivec2 pos)
 24      {
 25          imageStore(output_img[0], pos, vec4(src.r, 0.0, 0.0, 0.0));
 26          pos /= ivec2(2);
 27          imageStore(output_img[1], pos, vec4(src.g, 0.0, 0.0, 0.0));
 28          imageStore(output_img[2], pos, vec4(src.b, 0.0, 0.0, 0.0));
 29      }
 30
 31      void main()
 32      {
 33          ivec2 size;
 34          ivec2 pos = ivec2(gl_GlobalInvocationID.xy);
 35          vec2 in_d = vec2(600, 600);
 36          vec2 c_r = vec2(600, 600) / in_d;
 37          vec2 c_o = vec2(0, 0) / in_d;
 38
 39          size = imageSize(output_img[0]);
 40          if (IS_WITHIN(pos, size)) {
 41              vec4 res = scale_bilinear(0, pos, c_r, c_o);
 42              imageStore(output_img[0], pos, res);
 43          }
 44          size = imageSize(output_img[1]);
 45          if (IS_WITHIN(pos, size)) {
 46              vec4 res = scale_bilinear(1, pos, c_r, c_o);
 47              imageStore(output_img[1], pos, res);
 48          }
 49          size = imageSize(output_img[2]);
 50          if (IS_WITHIN(pos, size)) {
 51              vec4 res = scale_bilinear(2, pos, c_r, c_o);
 52              imageStore(output_img[2], pos, res);
 53          }
 54      }
 [Parsed_scale_vulkan_1 @ 0x561e4ac034c0] Shader scale_compute linked!
 Size: 4548 bytes
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/8962#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list