Opened 23 months ago

#9809 new defect

Hardware decode fails reporting VideoToolbox malfunction

Reported by: low-batt Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords:
Cc: low-batt Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
Hardware decode is failing under macOS

What you were trying to accomplish:
Decode a video under macOS using hardware.

The problem you encountered:
When run on a MacBook with the M1 chip FFmpeg fails to use Video Toolbox reporting:
[h264 @ 0x11c709720] VideoToolbox malfunction.
[h264 @ 0x11c709720] Failed setup for format videotoolbox_vld: hwaccel initialisation returned error.

This report originates from these issues reported against IINA:
Sometimes Green Screen when use hardware decode
A video file sometimes freezes IINA with green display

Apparently on MacBooks with Intel chips Video Toolbox setup works and libavcodec proceeds to decode the video using hardware which results in green artifacts.

The failure on the M1 is due to VTDecompressionSessionCreate returning kVTVideoDecoderMalfunctionErr (-12911). A reply to the Stack Overflow question Decoding H264 VideoToolkit API fails with Error -12911 in VTDecompressionSessionDecodeFrame indicates:

You you MUST call CMVideoFormatDescriptionCreateFromH264ParameterSets first

I did not find that method being called in FFmpeg.

The exact command line you were using:
./ffmpeg -v 9 -loglevel 99 -report -hwaccel videotoolbox -i h264_videotoolbox_malfunction_or_green_screen.mp4 -f null -

FFmpeg was built and run from master on my MacBookPro18,2 with the Apple M1 Max using Xcode 13.4.

How to reproduce:

low-batt@gag ffmpeg (master $%=)$ ./ffmpeg -v 9 -loglevel 99 -report -hwaccel videotoolbox -i h264_videotoolbox_malfunction_or_green_screen.mp4 -f null -
ffmpeg started on 2022-06-10 at 17:53:25
Report written to "ffmpeg-20220610-175325.log"
Log level: 99
ffmpeg version N-107080-gcb204f007b Copyright (c) 2000-2022 the FFmpeg developers
  built with Apple clang version 13.1.6 (clang-1316.0.21.2.5)
  configuration: 
  libavutil      57. 26.100 / 57. 26.100
  libavcodec     59. 33.100 / 59. 33.100
  libavformat    59. 24.100 / 59. 24.100
  libavdevice    59.  6.100 / 59.  6.100
  libavfilter     8. 40.100 /  8. 40.100
  libswscale      6.  6.100 /  6.  6.100
  libswresample   4.  6.100 /  4.  6.100
Splitting the commandline.
Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'videotoolbox'.
Reading option '-i' ... matched as input url with argument 'h264_videotoolbox_malfunction_or_green_screen.mp4'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'null'.
Reading option '-' ... 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 report (generate a report) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url h264_videotoolbox_malfunction_or_green_screen.mp4.
Applying option hwaccel (use HW accelerated decoding) with argument videotoolbox.
Successfully parsed a group of options.
Opening an input file: h264_videotoolbox_malfunction_or_green_screen.mp4.
[NULL @ 0x11c704d70] Opening 'h264_videotoolbox_malfunction_or_green_screen.mp4' for reading
[file @ 0x11c704ff0] Setting default whitelist 'file,crypto,data'
Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
Probing mp3 score:25 size:2048
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'ftyp' parent:'root' sz: 32 8 1163084
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] ISO: File Type Major Brand: isom
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'free' parent:'root' sz: 8 40 1163084
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'mdat' parent:'root' sz: 1160912 48 1163084
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'moov' parent:'root' sz: 2132 1160960 1163084
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'mvhd' parent:'moov' sz: 108 8 2124
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] time scale = 1000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'trak' parent:'moov' sz: 1081 116 2124
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'tkhd' parent:'trak' sz: 92 8 1073
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'edts' parent:'trak' sz: 48 100 1073
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'elst' parent:'edts' sz: 40 8 40
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] track[0].edit_count = 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] duration=967 time=-1 rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] duration=1200 time=7200 rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'mdia' parent:'trak' sz: 933 148 1073
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'mdhd' parent:'mdia' sz: 32 8 925
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'hdlr' parent:'mdia' sz: 45 40 925
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] ctype=[0][0][0][0]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stype=vide
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'minf' parent:'mdia' sz: 848 85 925
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'vmhd' parent:'minf' sz: 20 8 840
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'dinf' parent:'minf' sz: 36 28 840
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'dref' parent:'dinf' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] Unknown dref type 0x206c7275 size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stbl' parent:'minf' sz: 784 64 840
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stsd' parent:'stbl' sz: 212 8 776
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] size=196 4CC=avc1 codec_type=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'avcC' parent:'stsd' sz: 55 8 110
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'colr' parent:'stsd' sz: 19 63 110
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] nclx: pri 1 trc 1 matrix 1 full 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'pasp' parent:'stsd' sz: 16 82 110
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'btrt' parent:'stsd' sz: 20 98 110
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stts' parent:'stbl' sz: 24 220 776
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] track[0].stts.entries = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] sample_count=28, sample_duration=3600
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stss' parent:'stbl' sz: 28 244 776
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] keyframe_count = 3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'ctts' parent:'stbl' sz: 224 272 776
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] track[0].ctts.entries = 26
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=7200
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=10800
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=3600
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=10800
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=3600
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=10800
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=3600
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=10800
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=3600
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=10800
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=3600
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=2, duration=7200
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=18000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=7200
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=3600
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=2, duration=7200
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=18000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=7200
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=3600
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=18000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=7200
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=3600
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] count=1, duration=14400
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] dts shift 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stsc' parent:'stbl' sz: 28 496 776
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] track[0].stsc.entries = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stsz' parent:'stbl' sz: 132 524 776
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] sample_size = 0 sample_count = 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stco' parent:'stbl' sz: 128 656 776
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 0, offset 37b0, dts 0, size 242020, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 1, offset 3ec14, dts 3600, size 37508, distance 1, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 2, offset 48198, dts 7200, size 4084, distance 2, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 3, offset 4930c, dts 10800, size 29850, distance 3, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 4, offset 50aa6, dts 14400, size 4820, distance 4, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 5, offset 5207a, dts 18000, size 28803, distance 5, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 6, offset 5927d, dts 21600, size 3759, distance 6, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 7, offset 5a42c, dts 25200, size 58066, distance 7, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 8, offset 689fe, dts 28800, size 3768, distance 8, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 9, offset 69a36, dts 32400, size 152249, distance 9, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 10, offset 8efef, dts 36000, size 1761, distance 10, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 11, offset 8f9d0, dts 39600, size 6275, distance 11, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 12, offset 913d3, dts 43200, size 203422, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 13, offset c3171, dts 46800, size 21013, distance 1, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 14, offset c8686, dts 50400, size 1904, distance 2, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 15, offset c8f76, dts 54000, size 1048, distance 3, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 16, offset c968e, dts 57600, size 1121, distance 4, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 17, offset c9def, dts 61200, size 9868, distance 5, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 18, offset cc5fb, dts 64800, size 133318, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 19, offset ed1c1, dts 68400, size 55336, distance 1, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 20, offset face9, dts 72000, size 19029, distance 2, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 21, offset ff8be, dts 75600, size 7457, distance 3, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 22, offset 1018df, dts 79200, size 8634, distance 4, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 23, offset 103d99, dts 82800, size 36464, distance 5, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 24, offset 10cd89, dts 86400, size 14390, distance 6, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 25, offset 1108bf, dts 90000, size 5536, distance 7, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 26, offset 11215f, dts 93600, size 8025, distance 8, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 0, sample 27, offset 114238, dts 97200, size 29120, distance 9, keyframe 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] Processing st: 0, edit list 0 - media time: -1, duration: 87030
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] Processing st: 0, edit list 1 - media time: 7200, duration: 108000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 0 ctts: 7200, ctts_index: 0, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 3600 ctts: 10800, ctts_index: 1, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 7200 ctts: 3600, ctts_index: 2, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 10800 ctts: 10800, ctts_index: 3, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 14400 ctts: 3600, ctts_index: 4, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 18000 ctts: 10800, ctts_index: 5, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 21600 ctts: 3600, ctts_index: 6, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 25200 ctts: 10800, ctts_index: 7, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 28800 ctts: 3600, ctts_index: 8, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 32400 ctts: 10800, ctts_index: 9, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 36000 ctts: 3600, ctts_index: 10, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 39600 ctts: 7200, ctts_index: 11, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 43200 ctts: 7200, ctts_index: 12, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 46800 ctts: 18000, ctts_index: 13, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 50400 ctts: 7200, ctts_index: 14, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 54000 ctts: 0, ctts_index: 15, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 57600 ctts: 3600, ctts_index: 16, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 61200 ctts: 7200, ctts_index: 17, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 64800 ctts: 7200, ctts_index: 18, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 68400 ctts: 18000, ctts_index: 19, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 72000 ctts: 7200, ctts_index: 20, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 75600 ctts: 0, ctts_index: 21, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 79200 ctts: 3600, ctts_index: 22, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 82800 ctts: 18000, ctts_index: 23, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 86400 ctts: 7200, ctts_index: 24, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 90000 ctts: 0, ctts_index: 25, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 93600 ctts: 3600, ctts_index: 26, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stts: 97200 ctts: 14400, ctts_index: 27, ctts_count: 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] Offset DTS by 7200 to make first pts zero.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] Setting codecpar->delay to 2 for stream st: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'trak' parent:'moov' sz: 837 1197 2124
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'tkhd' parent:'trak' sz: 92 8 829
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'edts' parent:'trak' sz: 36 100 829
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'elst' parent:'edts' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] track[1].edit_count = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] duration=2016 time=0 rate=1.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'mdia' parent:'trak' sz: 701 136 829
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'mdhd' parent:'mdia' sz: 32 8 693
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'hdlr' parent:'mdia' sz: 45 40 693
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] ctype=[0][0][0][0]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stype=soun
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'minf' parent:'mdia' sz: 616 85 693
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'smhd' parent:'minf' sz: 16 8 608
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'dinf' parent:'minf' sz: 36 24 608
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'dref' parent:'dinf' sz: 28 8 28
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] Unknown dref type 0x206c7275 size 12
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stbl' parent:'minf' sz: 556 60 608
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stsd' parent:'stbl' sz: 116 8 548
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] size=100 4CC=mp4a codec_type=1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] audio channels 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] version =0, isom =1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'esds' parent:'stsd' sz: 44 8 64
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] MPEG-4 description: tag=0x03 len=27
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] MPEG-4 description: tag=0x04 len=13
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] esds object type id 0x6b
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] MPEG-4 description: tag=0x06 len=1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'btrt' parent:'stsd' sz: 20 52 64
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stts' parent:'stbl' sz: 24 124 548
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] track[1].stts.entries = 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] sample_count=84, sample_duration=1152
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stsc' parent:'stbl' sz: 256 148 548
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] track[1].stsc.entries = 20
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stsz' parent:'stbl' sz: 20 404 548
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] sample_size = 384 sample_count = 84
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'stco' parent:'stbl' sz: 132 424 548
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 0, offset 30, dts 0, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 1, offset 1b0, dts 1152, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 2, offset 330, dts 2304, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 3, offset 4b0, dts 3456, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 4, offset 630, dts 4608, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 5, offset 7b0, dts 5760, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 6, offset 930, dts 6912, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 7, offset ab0, dts 8064, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 8, offset c30, dts 9216, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 9, offset db0, dts 10368, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 10, offset f30, dts 11520, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 11, offset 10b0, dts 12672, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 12, offset 1230, dts 13824, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 13, offset 13b0, dts 14976, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 14, offset 1530, dts 16128, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 15, offset 16b0, dts 17280, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 16, offset 1830, dts 18432, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 17, offset 19b0, dts 19584, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 18, offset 1b30, dts 20736, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 19, offset 1cb0, dts 21888, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 20, offset 1e30, dts 23040, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 21, offset 1fb0, dts 24192, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 22, offset 2130, dts 25344, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 23, offset 22b0, dts 26496, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 24, offset 2430, dts 27648, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 25, offset 25b0, dts 28800, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 26, offset 2730, dts 29952, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 27, offset 28b0, dts 31104, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 28, offset 2a30, dts 32256, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 29, offset 2bb0, dts 33408, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 30, offset 2d30, dts 34560, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 31, offset 2eb0, dts 35712, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 32, offset 3030, dts 36864, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 33, offset 31b0, dts 38016, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 34, offset 3330, dts 39168, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 35, offset 34b0, dts 40320, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 36, offset 3630, dts 41472, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 37, offset 3e914, dts 42624, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 38, offset 3ea94, dts 43776, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 39, offset 47e98, dts 44928, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 40, offset 48018, dts 46080, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 41, offset 4918c, dts 47232, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 42, offset 507a6, dts 48384, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 43, offset 50926, dts 49536, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 44, offset 51d7a, dts 50688, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 45, offset 51efa, dts 51840, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 46, offset 590fd, dts 52992, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 47, offset 5a12c, dts 54144, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 48, offset 5a2ac, dts 55296, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 49, offset 686fe, dts 56448, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 50, offset 6887e, dts 57600, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 51, offset 698b6, dts 58752, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 52, offset 8ecef, dts 59904, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 53, offset 8ee6f, dts 61056, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 54, offset 8f6d0, dts 62208, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 55, offset 8f850, dts 63360, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 56, offset 91253, dts 64512, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 57, offset c2e71, dts 65664, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 58, offset c2ff1, dts 66816, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 59, offset c8386, dts 67968, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 60, offset c8506, dts 69120, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 61, offset c8df6, dts 70272, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 62, offset c938e, dts 71424, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 63, offset c950e, dts 72576, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 64, offset c9aef, dts 73728, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 65, offset c9c6f, dts 74880, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 66, offset cc47b, dts 76032, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 67, offset ecec1, dts 77184, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 68, offset ed041, dts 78336, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 69, offset fa9e9, dts 79488, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 70, offset fab69, dts 80640, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 71, offset ff73e, dts 81792, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 72, offset 1015df, dts 82944, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 73, offset 10175f, dts 84096, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 74, offset 103a99, dts 85248, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 75, offset 103c19, dts 86400, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 76, offset 10cc09, dts 87552, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 77, offset 1105bf, dts 88704, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 78, offset 11073f, dts 89856, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 79, offset 111e5f, dts 91008, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 80, offset 111fdf, dts 92160, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 81, offset 1140b8, dts 93312, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 82, offset 11b3f8, dts 94464, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] AVIndex stream 1, sample 83, offset 11b578, dts 95616, size 384, distance 0, keyframe 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] Processing st: 1, edit list 0 - media time: 0, duration: 96768
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'udta' parent:'moov' sz: 98 2034 2124
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'meta' parent:'udta' sz: 90 8 90
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'hdlr' parent:'meta' sz: 33 8 78
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] ctype=[0][0][0][0]
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stype=mdir
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'ilst' parent:'meta' sz: 45 41 78
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] type:'[169]too' parent:'ilst' sz: 37 8 37
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] on_parse_exit_offset=1163084
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] Before avformat_find_stream_info() pos: 1163084 bytes read:34900 seeks:1 nb_streams:2
[h264 @ 0x11c705800] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x11c705800] nal_unit_type: 8(PPS), nal_ref_idc: 3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 0, dts 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 1, dts 24000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 2, dts 48000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 3, dts 72000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 4, dts 96000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 5, dts 120000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 6, dts 144000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 7, dts 168000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 8, dts 192000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 9, dts 216000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 10, dts 240000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 11, dts 264000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 12, dts 288000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 13, dts 312000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 14, dts 336000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 15, dts 360000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 16, dts 384000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 17, dts 408000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 18, dts 432000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 19, dts 456000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 20, dts 480000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 21, dts 504000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 22, dts 528000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 23, dts 552000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 24, dts 576000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 25, dts 600000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 26, dts 624000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 27, dts 648000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 28, dts 672000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 29, dts 696000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 30, dts 720000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 31, dts 744000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 32, dts 768000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 33, dts 792000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 34, dts 816000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 35, dts 840000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 36, dts 864000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 0, dts 887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 37, dts 888000
[h264 @ 0x11c705800] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x11c705800] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0x11c705800] unknown SEI type 100
[h264 @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c705800] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c705800] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x11c705800] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0x11c705800] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c705800] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 0x11c705800] unknown SEI type 100
[h264 @ 0x11c705800] Format yuv420p chosen by get_format().
[h264 @ 0x11c705800] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c705800] no picture 
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] All info found
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0: start_time: 0.967 duration: 1.12
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1: start_time: 0 duration: 2.016
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] format: start_time: 0 duration: 2.167 (estimate from stream) bitrate=4293 kb/s
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] After avformat_find_stream_info() pos: 256276 bytes read:291128 seeks:2 frames:38
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'h264_videotoolbox_malfunction_or_green_screen.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf59.16.100
  Duration: 00:00:02.17, start: 0.000000, bitrate: 4293 kb/s
  Stream #0:0[0x1](und), 1, 1/90000: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(tv, bt709, top first, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 0/1, 8061 kb/s, 25 fps, 25 tbr, 90k tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
  Stream #0:1[0x2](und), 37, 1/48000: Audio: mp3 (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
      vendor_id       : [0][0][0][0]
Successfully opened the file.
Parsing a group of options: output url -.
Applying option f (force format) with argument null.
Successfully parsed a group of options.
Opening an output file: -.
Successfully opened the file.
detected 10 logical cores
[h264 @ 0x11c709720] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x11c709720] nal_unit_type: 8(PPS), nal_ref_idc: 3
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> wrapped_avframe (native))
  Stream #0:1 -> #0:1 (mp3 (mp3float) -> pcm_s16le (native))
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)
[graph_1_in_0_1 @ 0x11c778790] Setting 'time_base' to value '1/48000'
[graph_1_in_0_1 @ 0x11c778790] Setting 'sample_rate' to value '48000'
[graph_1_in_0_1 @ 0x11c778790] Setting 'sample_fmt' to value 'fltp'
[graph_1_in_0_1 @ 0x11c778790] Setting 'channel_layout' to value 'stereo'
[graph_1_in_0_1 @ 0x11c778790] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:stereo
[format_out_0_1 @ 0x11c778bf0] Setting 'sample_fmts' to value 's16'
[format_out_0_1 @ 0x11c778bf0] auto-inserting filter 'auto_aresample_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_1'
[AVFilterGraph @ 0x11c778560] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed
[auto_aresample_0 @ 0x11c7791c0] [SWR @ 0x120768000] Using fltp internally between filters
[auto_aresample_0 @ 0x11c7791c0] ch:2 chl:stereo fmt:fltp r:48000Hz -> ch:2 chl:stereo fmt:s16 r:48000Hz
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 37 times
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 1, dts 927000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 37, dts 888000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 1, dts 927000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 38, dts 912000
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 @ 0x11c709720] nal_unit_type: 9(AUD), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 1, dts 927000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 39, dts 936000
[h264 @ 0x11c709720] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x11c709720] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0x11c709720] nal_unit_type: 6(SEI), nal_ref_idc: 0
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c709720] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 0x11c709720] unknown SEI type 100
[h264 @ 0x11c709720] Format videotoolbox_vld chosen by get_format().
[h264 @ 0x11c709720] Format videotoolbox_vld requires hwaccel initialisation.
[h264 @ 0x11c709720] VideoToolbox malfunction.
[h264 @ 0x11c709720] Failed setup for format videotoolbox_vld: hwaccel initialisation returned error.
[h264 @ 0x11c709720] Format videotoolbox_vld not usable, retrying get_format() without it.
[h264 @ 0x11c709720] Format yuv420p chosen by get_format().
[h264 @ 0x11c709720] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 0x11c709720] ct_type:0 pic_struct:3
[h264 @ 0x11c709720] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 2, dts 967000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 39, dts 936000
[h264 @ 0x11c71a7e0] nal_unit_type: 9(AUD), nal_ref_idc: 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 @ 0x11c71a7e0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 2, dts 967000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 40, dts 960000
[h264 @ 0x11c71a7e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c71a7e0] unknown SEI type 100
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 2, dts 967000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 41, dts 984000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c71a7e0] ct_type:0 pic_struct:3
[h264 @ 0x11c71a7e0] 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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 3, dts 1007000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 41, dts 984000
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 @ 0x11c723cc0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 3, dts 1007000
[h264 @ 0x11c723cc0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 42, dts 1008000
[h264 @ 0x11c723cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x11c723cc0] unknown SEI type 100
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c723cc0] ct_type:0 pic_struct:3
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 4, dts 1047000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 42, dts 1008000
[h264 @ 0x11c72d1a0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c72d1a0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c72d1a0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c72d1a0] unknown SEI type 100
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 4, dts 1047000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 43, dts 1032000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 4, dts 1047000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 44, dts 1056000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c72d1a0] ct_type:0 pic_struct:3
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 5, dts 1087000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 44, dts 1056000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 5, dts 1087000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 45, dts 1080000
[h264 @ 0x11c7366f0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c7366f0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c7366f0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 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 @ 0x11c7366f0] unknown SEI type 100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 5, dts 1087000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 46, dts 1104000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c7366f0] ct_type:0 pic_struct:3
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 6, dts 1127000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 46, dts 1104000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 6, dts 1127000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 47, dts 1128000
[NULL @ 0x11c705800] unknown SEI type 100
[h264 @ 0x11c73fc40] nal_unit_type: 9(AUD), nal_ref_idc: 0
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c73fc40] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c73fc40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c73fc40] unknown SEI type 100
[h264 @ 0x11c73fc40] ct_type:0 pic_struct:3
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 7, dts 1167000
[h264 @ 0x11c749190] nal_unit_type: 9(AUD), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 47, dts 1128000
[h264 @ 0x11c749190] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c749190] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x11c749190] unknown SEI type 100
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 7, dts 1167000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 48, dts 1152000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 7, dts 1167000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 49, dts 1176000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c749190] ct_type:0 pic_struct:3
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 8, dts 1207000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 49, dts 1176000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 8, dts 1207000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 50, dts 1200000
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 @ 0x11c7526e0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 8, dts 1207000
[h264 @ 0x11c7526e0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 51, dts 1224000
[NULL @ 0x11c705800] unknown SEI type 100
[h264 @ 0x11c7526e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c7526e0] unknown SEI type 100
[h264 @ 0x11c7526e0] ct_type:0 pic_struct:3
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 9, dts 1247000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 51, dts 1224000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 9, dts 1247000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 52, dts 1248000
[h264 @ 0x11c75bc30] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c75bc30] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c75bc30] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x11c75bc30] unknown SEI type 100
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c75bc30] ct_type:0 pic_struct:3
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 10, dts 1287000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 52, dts 1248000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 10, dts 1287000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 53, dts 1272000
[h264 @ 0x11c765180] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c765180] nal_unit_type: 6(SEI), nal_ref_idc: 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 @ 0x11c765180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 10, dts 1287000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 54, dts 1296000
[NULL @ 0x11c705800] unknown SEI type 100
[h264 @ 0x11c765180] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c765180] ct_type:0 pic_struct:3
[h264 @ 0x11c76e6d0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c76e6d0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c76e6d0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x11c76e6d0] unknown SEI type 100
[h264 @ 0x11c76e6d0] ct_type:0 pic_struct:3
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 11, dts 1327000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 54, dts 1296000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 11, dts 1327000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 55, dts 1320000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 11, dts 1327000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 56, dts 1344000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c709720] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c709720] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c709720] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c709720] unknown SEI type 100
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 12, dts 1367000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 56, dts 1344000
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)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 12, dts 1367000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 57, dts 1368000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c709720] ct_type:0 pic_struct:3
[h264 @ 0x11c71a7e0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c71a7e0] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x11c71a7e0] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0x11c71a7e0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c71a7e0] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 0x11c71a7e0] unknown SEI type 100
[graph 0 input from stream 0:0 @ 0x106f045a0] Setting 'video_size' to value '1920x1080'
[graph 0 input from stream 0:0 @ 0x106f045a0] Setting 'pix_fmt' to value '0'
[graph 0 input from stream 0:0 @ 0x106f045a0] Setting 'time_base' to value '1/90000'
[graph 0 input from stream 0:0 @ 0x106f045a0] Setting 'pixel_aspect' to value '1/1'
[graph 0 input from stream 0:0 @ 0x106f045a0] Setting 'frame_rate' to value '25/1'
[graph 0 input from stream 0:0 @ 0x106f045a0] w:1920 h:1080 pixfmt:yuv420p tb:1/90000 fr:25/1 sar:1/1
[AVFilterGraph @ 0x106f04b00] query_formats: 3 queried, 2 merged, 0 already done, 0 delayed
Output #0, null, to 'pipe:':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf59.24.100
  Stream #0:0(und), 0, 1/25: Video: wrapped_avframe, 1 reference frame, yuv420p(tv, bt709, top coded first (swapped), left), 1920x1080 (0x0) [SAR 1:1 DAR 16:9], 0/1, q=2-31, 200 kb/s, 25 fps, 25 tbn (default)ct_type:0 pic_struct:3

    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]
      encoder         : Lavc59.33.100 wrapped_avframe
  Stream #0:1(und), 0, 1/48000: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
      vendor_id       : [0][0][0][0]
      encoder         : Lavc59.33.100 pcm_s16le
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 13, dts 14070006.3x    
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 57, dts 1368000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 13, dts 1407000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 58, dts 1392000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 13, dts 1407000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 59, dts 1416000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 14, dts 1447000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 59, dts 1416000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 14, dts 1447000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 60, dts 1440000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 14, dts 1447000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 61, dts 1464000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c723cc0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c723cc0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c723cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c723cc0] unknown SEI type 100
[h264 @ 0x11c723cc0] ct_type:0 pic_struct:3
[h264 @ 0x11c72d1a0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c72d1a0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 15, dts 1487000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 61, dts 1464000
[h264 @ 0x11c72d1a0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c72d1a0] unknown SEI type 100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 15, dts 1487000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 62, dts 1488000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c72d1a0] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 16, dts 1527000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 62, dts 1488000
[h264 @ 0x11c7366f0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c7366f0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c7366f0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x11c7366f0] unknown SEI type 100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 16, dts 1527000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 63, dts 1512000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 16, dts 1527000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 64, dts 1536000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c7366f0] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 17, dts 1567000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 64, dts 1536000
[h264 @ 0x11c73fc40] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c73fc40] nal_unit_type: 6(SEI), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 17, dts 1567000
[h264 @ 0x11c73fc40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 65, dts 1560000
[h264 @ 0x11c73fc40] unknown SEI type 100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 17, dts 1567000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 66, dts 1584000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c73fc40] ct_type:0 pic_struct:3
[h264 @ 0x11c749190] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c749190] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c749190] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c749190] unknown SEI type 100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 18, dts 1607000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 66, dts 1584000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 18, dts 1607000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 67, dts 1608000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c749190] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 19, dts 1647000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 67, dts 1608000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 19, dts 1647000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 68, dts 1632000
[h264 @ 0x11c7526e0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 19, dts 1647000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 69, dts 1656000
[h264 @ 0x11c7526e0] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x11c7526e0] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0x11c7526e0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[NULL @ 0x11c705800] unknown SEI type 100
[h264 @ 0x11c7526e0] nal_unit_type: 5(IDR), nal_ref_idc: 3
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c7526e0] unknown SEI type 100
[h264 @ 0x11c7526e0] ct_type:0 pic_struct:3
[h264 @ 0x11c75bc30] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c75bc30] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c75bc30] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c75bc30] unknown SEI type 100
[h264 @ 0x11c75bc30] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 20, dts 1687000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 69, dts 1656000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 20, dts 1687000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 70, dts 1680000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 20, dts 1687000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 71, dts 1704000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 21, dts 1727000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 71, dts 1704000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 21, dts 1727000
[h264 @ 0x11c765180] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c765180] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c765180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c765180] unknown SEI type 100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 72, dts 1728000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c765180] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 22, dts 1767000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 72, dts 1728000
[h264 @ 0x11c76e6d0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 22, dts 1767000
[h264 @ 0x11c76e6d0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c76e6d0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 73, dts 1752000
[h264 @ 0x11c76e6d0] unknown SEI type 100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 22, dts 1767000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 74, dts 1776000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c76e6d0] ct_type:0 pic_struct:3
[h264 @ 0x11c709720] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c709720] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c709720] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x11c709720] unknown SEI type 100
[h264 @ 0x11c709720] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 23, dts 1807000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 74, dts 1776000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 23, dts 1807000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 75, dts 1800000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 23, dts 1807000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 76, dts 1824000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c71a7e0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c71a7e0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c71a7e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c71a7e0] unknown SEI type 100
[h264 @ 0x11c71a7e0] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 24, dts 1847000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 76, dts 1824000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 24, dts 1847000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 77, dts 1848000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c723cc0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c723cc0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c723cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c723cc0] unknown SEI type 100
[h264 @ 0x11c723cc0] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 25, dts 1887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 77, dts 1848000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 25, dts 1887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 78, dts 1872000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 25, dts 1887000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 79, dts 1896000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c72d1a0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x11c72d1a0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c72d1a0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x11c72d1a0] unknown SEI type 100
[h264 @ 0x11c72d1a0] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 26, dts 1927000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 79, dts 1896000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 26, dts 1927000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 80, dts 1920000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 26, dts 1927000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 81, dts 1944000
[NULL @ 0x11c705800] unknown SEI type 100
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 27, dts 1967000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 81, dts 1944000
[h264 @ 0x11c7366f0] nal_unit_type: 9(AUD), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 0, sample 27, dts 1967000
[h264 @ 0x11c7366f0] nal_unit_type: 6(SEI), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 82, dts 1968000
[h264 @ 0x11c7366f0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[NULL @ 0x11c705800] unknown SEI type 100
[h264 @ 0x11c7366f0] unknown SEI type 100
[h264 @ 0x11c7366f0] ct_type:0 pic_struct:3
[NULL @ 0x11c705800] ct_type:0 pic_struct:3
[h264 @ 0x11c73fc40] nal_unit_type: 9(AUD), nal_ref_idc: 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 82, dts 1968000
[h264 @ 0x11c73fc40] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x11c73fc40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x11c73fc40] unknown SEI type 100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x11c704d70] stream 1, sample 83, dts 1992000
[h264 @ 0x11c73fc40] ct_type:0 pic_struct:3
[out_0_1 @ 0x11c778900] EOF on sink link out_0_1:default.
[out_0_0 @ 0x106f04880] EOF on sink link out_0_0:default.
No more output streams to write to, finishing.
frame=   28 fps=0.0 q=-0.0 Lsize=N/A time=00:00:02.16 bitrate=N/A speed=19.9x    
video:13kB audio:378kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Input file #0 (h264_videotoolbox_malfunction_or_green_screen.mp4):
  Input stream #0:0 (video): 28 packets read (1128648 bytes); 28 frames decoded; 
  Input stream #0:1 (audio): 84 packets read (32256 bytes); 84 frames decoded (96768 samples); 
  Total: 112 packets (1160904 bytes) demuxed
Output file #0 (pipe:):
  Output stream #0:0 (video): 28 frames encoded; 28 packets muxed (13216 bytes); 
  Output stream #0:1 (audio): 84 frames encoded (96768 samples); 84 packets muxed (387072 bytes); 
  Total: 112 packets (400288 bytes) muxed
112 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0x11c705120] Statistics: 1197936 bytes read, 2 seeks
low-batt@gag ffmpeg (master $%=)$ 

Attachments (1)

h264_videotoolbox_malfunction_or_green_screen.mp4 (1.1 MB ) - added by low-batt 23 months ago.

Download all attachments as: .zip

Change History (1)

Note: See TracTickets for help on using tickets.