Guest User

ffmpeg join + crossfade 5 input files (video+audio) into one

a guest
Apr 7th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.14 KB | None | 0 0
  1. C:\project>C:\project\ffmpeg.exe -y -i "0.mp4" -i "1.mp4" -i "2.mp4" -i "3.mp4" -i "4.mp4" -filter_comp
  2. lex "[0:v]setpts=PTS-STARTPTS[v1];[1:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(0.6/TB)[v2];[2:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(1.2/TB)[v3];[3:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(
  3. 1.8/TB)[v4];[4:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(2.4/TB)[v5];[v1][v2]overlay[u1];[u1][v3]overlay[u2];[u2][v4]overlay[u3];[u3][v5]overlay,format=yuv420p[v];[0][1]acrossfade=d=0.4[a0];[a0][2]acrossfade=d=0.4[a1];[a1][3]acrossfade=d=0.4
  4. [a2];[a2][4]acrossfade=d=0.4[a]" -map [v] -map [a] "C:\projects\video-of-the-day\input-videos\output.mp4" -loglevel debug
  5. ffmpeg version 4.1.3 Copyright (c) 2000-2019 the FFmpeg developers
  6. built with gcc 8.3.1 (GCC) 20190414
  7. configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg -
  8. -enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enabl
  9. e-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 -
  10. -enable-avisynth
  11. libavutil 56. 22.100 / 56. 22.100
  12. libavcodec 58. 35.100 / 58. 35.100
  13. libavformat 58. 20.100 / 58. 20.100
  14. libavdevice 58. 5.100 / 58. 5.100
  15. libavfilter 7. 40.101 / 7. 40.101
  16. libswscale 5. 3.100 / 5. 3.100
  17. libswresample 3. 3.100 / 3. 3.100
  18. libpostproc 55. 3.100 / 55. 3.100
  19. Splitting the commandline.
  20. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  21. Reading option '-i' ... matched as input url with argument '0.mp4'.
  22. Reading option '-i' ... matched as input url with argument '1.mp4'.
  23. Reading option '-i' ... matched as input url with argument '2.mp4'.
  24. Reading option '-i' ... matched as input url with argument '3.mp4'.
  25. Reading option '-i' ... matched as input url with argument '4.mp4'.
  26. Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument '[0:v]setpts=PTS-STARTPTS[v1];[1:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(0.6/TB)[v2];[2:v]format=yuva420p,fade=in:st=0:d=0
  27. .4:alpha=1,setpts=PTS-STARTPTS+(1.2/TB)[v3];[3:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(1.8/TB)[v4];[4:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(2.4/TB)[v5];[v1][v2]overlay[u1];[u1][v3]overlay[u2];[u2][v4]overlay[u3]
  28. ;[u3][v5]overlay,format=yuv420p[v];[0][1]acrossfade=d=0.4[a0];[a0][2]acrossfade=d=0.4[a1];[a1][3]acrossfade=d=0.4[a2];[a2][4]acrossfade=d=0.4[a]'.
  29. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[v]'.
  30. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[a]'.
  31. Reading option 'C:\projects\video-of-the-day\input-videos\output.mp4' ... matched as output url.
  32. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  33. Finished splitting the commandline.
  34. Parsing a group of options: global .
  35. Applying option y (overwrite output files) with argument 1.
  36. Applying option filter_complex (create a complex filtergraph) with argument [0:v]setpts=PTS-STARTPTS[v1];[1:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(0.6/TB)[v2];[2:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(1.2/TB)[v3
  37. ];[3:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(1.8/TB)[v4];[4:v]format=yuva420p,fade=in:st=0:d=0.4:alpha=1,setpts=PTS-STARTPTS+(2.4/TB)[v5];[v1][v2]overlay[u1];[u1][v3]overlay[u2];[u2][v4]overlay[u3];[u3][v5]overlay,format=yuv420p[v];[0][1]a
  38. crossfade=d=0.4[a0];[a0][2]acrossfade=d=0.4[a1];[a1][3]acrossfade=d=0.4[a2];[a2][4]acrossfade=d=0.4[a].
  39. Applying option loglevel (set logging level) with argument debug.
  40. Successfully parsed a group of options.
  41. Parsing a group of options: input url 0.mp4.
  42. Successfully parsed a group of options.
  43. Opening an input file: 0.mp4.
  44. [NULL @ 0000015fc7efa8c0] Opening '0.mp4' for reading
  45. [file @ 0000015fc7efc000] Setting default whitelist 'file,crypto'
  46. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  47. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] ISO: File Type Major Brand: isom
  48. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] Unknown dref type 0x206c7275 size 12
  49. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] Processing st: 0, edit list 0 - media time: 1024, duration: 15360
  50. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 0 ctts: 1024, ctts_index: 0, ctts_count: 30
  51. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 512 ctts: 2560, ctts_index: 1, ctts_count: 30
  52. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 1024 ctts: 1024, ctts_index: 2, ctts_count: 30
  53. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 1536 ctts: 0, ctts_index: 3, ctts_count: 30
  54. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 2048 ctts: 512, ctts_index: 4, ctts_count: 30
  55. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 2560 ctts: 2560, ctts_index: 5, ctts_count: 30
  56. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 3072 ctts: 1024, ctts_index: 6, ctts_count: 30
  57. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 3584 ctts: 0, ctts_index: 7, ctts_count: 30
  58. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 4096 ctts: 512, ctts_index: 8, ctts_count: 30
  59. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 4608 ctts: 2560, ctts_index: 9, ctts_count: 30
  60. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 5120 ctts: 1024, ctts_index: 10, ctts_count: 30
  61. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 5632 ctts: 0, ctts_index: 11, ctts_count: 30
  62. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 6144 ctts: 512, ctts_index: 12, ctts_count: 30
  63. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 6656 ctts: 2560, ctts_index: 13, ctts_count: 30
  64. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 7168 ctts: 1024, ctts_index: 14, ctts_count: 30
  65. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 7680 ctts: 0, ctts_index: 15, ctts_count: 30
  66. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 8192 ctts: 512, ctts_index: 16, ctts_count: 30
  67. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 8704 ctts: 2560, ctts_index: 17, ctts_count: 30
  68. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 9216 ctts: 1024, ctts_index: 18, ctts_count: 30
  69. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 9728 ctts: 0, ctts_index: 19, ctts_count: 30
  70. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 10240 ctts: 512, ctts_index: 20, ctts_count: 30
  71. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 10752 ctts: 2560, ctts_index: 21, ctts_count: 30
  72. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 11264 ctts: 1024, ctts_index: 22, ctts_count: 30
  73. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 11776 ctts: 0, ctts_index: 23, ctts_count: 30
  74. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 12288 ctts: 512, ctts_index: 24, ctts_count: 30
  75. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 12800 ctts: 2560, ctts_index: 25, ctts_count: 30
  76. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 13312 ctts: 1024, ctts_index: 26, ctts_count: 30
  77. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 13824 ctts: 0, ctts_index: 27, ctts_count: 30
  78. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 14336 ctts: 512, ctts_index: 28, ctts_count: 30
  79. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] stts: 14848 ctts: 1024, ctts_index: 29, ctts_count: 30
  80. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] Offset DTS by 1024 to make first pts zero.
  81. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] Setting codecpar->delay to 2 for stream st: 0
  82. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] Unknown dref type 0x206c7275 size 12
  83. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] Processing st: 1, edit list 0 - media time: 1024, duration: 48096
  84. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] drop a frame at curr_cts: 0 @ 0
  85. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] Before avformat_find_stream_info() pos: 1769127 bytes read:35223 seeks:1 nb_streams:2
  86. [h264 @ 0000015fc7f0d0c0] nal_unit_type: 7(SPS), nal_ref_idc: 3
  87. [h264 @ 0000015fc7f0d0c0] nal_unit_type: 8(PPS), nal_ref_idc: 3
  88. [h264 @ 0000015fc7f0d0c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
  89. [h264 @ 0000015fc7f0d0c0] nal_unit_type: 5(IDR), nal_ref_idc: 3
  90. [h264 @ 0000015fc7f0d0c0] Format yuv420p chosen by get_format().
  91. [h264 @ 0000015fc7f0d0c0] Reinit context to 2224x1088, pix_fmt: yuv420p
  92. [h264 @ 0000015fc7f0d0c0] no picture
  93. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] demuxer injecting skip 1024 / discard 0
  94. [aac @ 0000015fc7eff340] skip 1024 / discard 0 samples due to side data
  95. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] All info found
  96. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7efa8c0] After avformat_find_stream_info() pos: 469428 bytes read:537034 seeks:2 frames:3
  97. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '0.mp4':
  98. Metadata:
  99. major_brand : isom
  100. minor_version : 512
  101. compatible_brands: isomiso2avc1mp41
  102. encoder : Lavf58.20.100
  103. location-eng : +52.6899-001.8293/
  104. location : +52.6899-001.8293/
  105. Duration: 00:00:01.02, start: 0.000000, bitrate: 13821 kb/s
  106. Stream #0:0(eng), 2, 1/15360: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 2224x1080 (2224x1088) [SAR 1:1 DAR 278:135], 0/1, 14002 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
  107. Metadata:
  108. handler_name : VideoHandle
  109. Stream #0:1(eng), 1, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)
  110. Metadata:
  111. handler_name : SoundHandle
  112. Successfully opened the file.
  113. Parsing a group of options: input url 1.mp4.
  114. Successfully parsed a group of options.
  115. Opening an input file: 1.mp4.
  116. [NULL @ 0000015fc83100c0] Opening '1.mp4' for reading
  117. [file @ 0000015fc7fcee80] Setting default whitelist 'file,crypto'
  118. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  119. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] ISO: File Type Major Brand: isom
  120. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] Unknown dref type 0x206c7275 size 12
  121. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] Processing st: 0, edit list 0 - media time: 1024, duration: 15360
  122. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 0 ctts: 1024, ctts_index: 0, ctts_count: 30
  123. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 512 ctts: 2560, ctts_index: 1, ctts_count: 30
  124. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 1024 ctts: 1024, ctts_index: 2, ctts_count: 30
  125. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 1536 ctts: 0, ctts_index: 3, ctts_count: 30
  126. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 2048 ctts: 512, ctts_index: 4, ctts_count: 30
  127. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 2560 ctts: 2560, ctts_index: 5, ctts_count: 30
  128. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 3072 ctts: 1024, ctts_index: 6, ctts_count: 30
  129. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 3584 ctts: 0, ctts_index: 7, ctts_count: 30
  130. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 4096 ctts: 512, ctts_index: 8, ctts_count: 30
  131. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 4608 ctts: 2560, ctts_index: 9, ctts_count: 30
  132. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 5120 ctts: 1024, ctts_index: 10, ctts_count: 30
  133. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 5632 ctts: 0, ctts_index: 11, ctts_count: 30
  134. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 6144 ctts: 512, ctts_index: 12, ctts_count: 30
  135. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 6656 ctts: 2560, ctts_index: 13, ctts_count: 30
  136. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 7168 ctts: 1024, ctts_index: 14, ctts_count: 30
  137. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 7680 ctts: 0, ctts_index: 15, ctts_count: 30
  138. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 8192 ctts: 512, ctts_index: 16, ctts_count: 30
  139. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 8704 ctts: 2560, ctts_index: 17, ctts_count: 30
  140. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 9216 ctts: 1024, ctts_index: 18, ctts_count: 30
  141. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 9728 ctts: 0, ctts_index: 19, ctts_count: 30
  142. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 10240 ctts: 512, ctts_index: 20, ctts_count: 30
  143. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 10752 ctts: 2560, ctts_index: 21, ctts_count: 30
  144. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 11264 ctts: 1024, ctts_index: 22, ctts_count: 30
  145. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 11776 ctts: 0, ctts_index: 23, ctts_count: 30
  146. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 12288 ctts: 512, ctts_index: 24, ctts_count: 30
  147. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 12800 ctts: 2560, ctts_index: 25, ctts_count: 30
  148. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 13312 ctts: 1024, ctts_index: 26, ctts_count: 30
  149. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 13824 ctts: 0, ctts_index: 27, ctts_count: 30
  150. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 14336 ctts: 512, ctts_index: 28, ctts_count: 30
  151. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] stts: 14848 ctts: 1024, ctts_index: 29, ctts_count: 30
  152. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] Offset DTS by 1024 to make first pts zero.
  153. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] Setting codecpar->delay to 2 for stream st: 0
  154. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] Unknown dref type 0x206c7275 size 12
  155. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] Processing st: 1, edit list 0 - media time: 1024, duration: 48096
  156. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] drop a frame at curr_cts: 0 @ 0
  157. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] Before avformat_find_stream_info() pos: 908078 bytes read:35223 seeks:1 nb_streams:2
  158. [h264 @ 0000015fc8310b40] nal_unit_type: 7(SPS), nal_ref_idc: 3
  159. [h264 @ 0000015fc8310b40] nal_unit_type: 8(PPS), nal_ref_idc: 3
  160. [h264 @ 0000015fc8310b40] nal_unit_type: 6(SEI), nal_ref_idc: 0
  161. [h264 @ 0000015fc8310b40] nal_unit_type: 5(IDR), nal_ref_idc: 3
  162. [h264 @ 0000015fc8310b40] Format yuv420p chosen by get_format().
  163. [h264 @ 0000015fc8310b40] Reinit context to 2224x1088, pix_fmt: yuv420p
  164. [h264 @ 0000015fc8310b40] no picture
  165. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] demuxer injecting skip 1024 / discard 0
  166. [aac @ 0000015fc7f03200] skip 1024 / discard 0 samples due to side data
  167. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] All info found
  168. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc83100c0] After avformat_find_stream_info() pos: 263266 bytes read:330881 seeks:2 frames:3
  169. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from '1.mp4':
  170. Metadata:
  171. major_brand : isom
  172. minor_version : 512
  173. compatible_brands: isomiso2avc1mp41
  174. encoder : Lavf58.20.100
  175. location-eng : +53.4256-001.3580/
  176. location : +53.4256-001.3580/
  177. Duration: 00:00:01.02, start: 0.000000, bitrate: 7094 kb/s
  178. Stream #1:0(eng), 2, 1/15360: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 2224x1080 (2224x1088) [SAR 1:1 DAR 278:135], 0/1, 7113 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
  179. Metadata:
  180. handler_name : VideoHandle
  181. Stream #1:1(eng), 1, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)
  182. Metadata:
  183. handler_name : SoundHandle
  184. Successfully opened the file.
  185. Parsing a group of options: input url 2.mp4.
  186. Successfully parsed a group of options.
  187. Opening an input file: 2.mp4.
  188. [NULL @ 0000015fc850e2c0] Opening '2.mp4' for reading
  189. [file @ 0000015fc7fcd0c0] Setting default whitelist 'file,crypto'
  190. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  191. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] ISO: File Type Major Brand: isom
  192. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] Unknown dref type 0x206c7275 size 12
  193. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] Processing st: 0, edit list 0 - media time: 1024, duration: 15360
  194. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 0 ctts: 1024, ctts_index: 0, ctts_count: 30
  195. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 512 ctts: 2560, ctts_index: 1, ctts_count: 30
  196. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 1024 ctts: 1024, ctts_index: 2, ctts_count: 30
  197. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 1536 ctts: 0, ctts_index: 3, ctts_count: 30
  198. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 2048 ctts: 512, ctts_index: 4, ctts_count: 30
  199. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 2560 ctts: 2560, ctts_index: 5, ctts_count: 30
  200. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 3072 ctts: 1024, ctts_index: 6, ctts_count: 30
  201. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 3584 ctts: 0, ctts_index: 7, ctts_count: 30
  202. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 4096 ctts: 512, ctts_index: 8, ctts_count: 30
  203. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 4608 ctts: 2560, ctts_index: 9, ctts_count: 30
  204. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 5120 ctts: 1024, ctts_index: 10, ctts_count: 30
  205. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 5632 ctts: 0, ctts_index: 11, ctts_count: 30
  206. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 6144 ctts: 512, ctts_index: 12, ctts_count: 30
  207. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 6656 ctts: 2560, ctts_index: 13, ctts_count: 30
  208. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 7168 ctts: 1024, ctts_index: 14, ctts_count: 30
  209. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 7680 ctts: 0, ctts_index: 15, ctts_count: 30
  210. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 8192 ctts: 512, ctts_index: 16, ctts_count: 30
  211. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 8704 ctts: 2048, ctts_index: 17, ctts_count: 30
  212. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 9216 ctts: 512, ctts_index: 18, ctts_count: 30
  213. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 9728 ctts: 512, ctts_index: 19, ctts_count: 30
  214. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 10240 ctts: 2560, ctts_index: 20, ctts_count: 30
  215. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 10752 ctts: 1024, ctts_index: 21, ctts_count: 30
  216. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 11264 ctts: 0, ctts_index: 22, ctts_count: 30
  217. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 11776 ctts: 512, ctts_index: 23, ctts_count: 30
  218. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 12288 ctts: 1536, ctts_index: 24, ctts_count: 30
  219. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 12800 ctts: 512, ctts_index: 25, ctts_count: 30
  220. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 13312 ctts: 2560, ctts_index: 26, ctts_count: 30
  221. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 13824 ctts: 1024, ctts_index: 27, ctts_count: 30
  222. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 14336 ctts: 0, ctts_index: 28, ctts_count: 30
  223. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] stts: 14848 ctts: 512, ctts_index: 29, ctts_count: 30
  224. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] Offset DTS by 1024 to make first pts zero.
  225. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] Setting codecpar->delay to 2 for stream st: 0
  226. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] Unknown dref type 0x206c7275 size 12
  227. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] Processing st: 1, edit list 0 - media time: 1024, duration: 48096
  228. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] drop a frame at curr_cts: 0 @ 0
  229. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] Before avformat_find_stream_info() pos: 942985 bytes read:35215 seeks:1 nb_streams:2
  230. [h264 @ 0000015fc7fcabc0] nal_unit_type: 7(SPS), nal_ref_idc: 3
  231. [h264 @ 0000015fc7fcabc0] nal_unit_type: 8(PPS), nal_ref_idc: 3
  232. [h264 @ 0000015fc7fcabc0] nal_unit_type: 6(SEI), nal_ref_idc: 0
  233. [h264 @ 0000015fc7fcabc0] nal_unit_type: 5(IDR), nal_ref_idc: 3
  234. [h264 @ 0000015fc7fcabc0] Format yuv420p chosen by get_format().
  235. [h264 @ 0000015fc7fcabc0] Reinit context to 2224x1088, pix_fmt: yuv420p
  236. [h264 @ 0000015fc7fcabc0] no picture
  237. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] demuxer injecting skip 1024 / discard 0
  238. [aac @ 0000015fc7f24d00] skip 1024 / discard 0 samples due to side data
  239. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] All info found
  240. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc850e2c0] After avformat_find_stream_info() pos: 134811 bytes read:202441 seeks:2 frames:3
  241. Input #2, mov,mp4,m4a,3gp,3g2,mj2, from '2.mp4':
  242. Metadata:
  243. major_brand : isom
  244. minor_version : 512
  245. compatible_brands: isomiso2avc1mp41
  246. encoder : Lavf58.20.100
  247. location-eng : +53.3927-001.5044/
  248. location : +53.3927-001.5044/
  249. Duration: 00:00:01.02, start: 0.000000, bitrate: 7367 kb/s
  250. Stream #2:0(eng), 2, 1/15360: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 2224x1080 (2224x1088) [SAR 1:1 DAR 278:135], 0/1, 7394 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
  251. Metadata:
  252. handler_name : VideoHandle
  253. Stream #2:1(eng), 1, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 126 kb/s (default)
  254. Metadata:
  255. handler_name : SoundHandle
  256. Successfully opened the file.
  257. Parsing a group of options: input url 3.mp4.
  258. Successfully parsed a group of options.
  259. Opening an input file: 3.mp4.
  260. [NULL @ 0000015fc7f69a80] Opening '3.mp4' for reading
  261. [file @ 0000015fc7fcbb80] Setting default whitelist 'file,crypto'
  262. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  263. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] ISO: File Type Major Brand: isom
  264. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] Unknown dref type 0x206c7275 size 12
  265. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] Processing st: 0, edit list 0 - media time: 1024, duration: 15360
  266. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 0 ctts: 1024, ctts_index: 0, ctts_count: 30
  267. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 512 ctts: 2560, ctts_index: 1, ctts_count: 30
  268. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 1024 ctts: 1024, ctts_index: 2, ctts_count: 30
  269. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 1536 ctts: 0, ctts_index: 3, ctts_count: 30
  270. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 2048 ctts: 512, ctts_index: 4, ctts_count: 30
  271. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 2560 ctts: 2560, ctts_index: 5, ctts_count: 30
  272. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 3072 ctts: 1024, ctts_index: 6, ctts_count: 30
  273. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 3584 ctts: 0, ctts_index: 7, ctts_count: 30
  274. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 4096 ctts: 512, ctts_index: 8, ctts_count: 30
  275. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 4608 ctts: 2560, ctts_index: 9, ctts_count: 30
  276. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 5120 ctts: 1024, ctts_index: 10, ctts_count: 30
  277. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 5632 ctts: 0, ctts_index: 11, ctts_count: 30
  278. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 6144 ctts: 512, ctts_index: 12, ctts_count: 30
  279. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 6656 ctts: 2560, ctts_index: 13, ctts_count: 30
  280. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 7168 ctts: 1024, ctts_index: 14, ctts_count: 30
  281. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 7680 ctts: 0, ctts_index: 15, ctts_count: 30
  282. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 8192 ctts: 512, ctts_index: 16, ctts_count: 30
  283. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 8704 ctts: 2560, ctts_index: 17, ctts_count: 30
  284. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 9216 ctts: 1024, ctts_index: 18, ctts_count: 30
  285. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 9728 ctts: 0, ctts_index: 19, ctts_count: 30
  286. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 10240 ctts: 512, ctts_index: 20, ctts_count: 30
  287. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 10752 ctts: 2560, ctts_index: 21, ctts_count: 30
  288. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 11264 ctts: 1024, ctts_index: 22, ctts_count: 30
  289. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 11776 ctts: 0, ctts_index: 23, ctts_count: 30
  290. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 12288 ctts: 512, ctts_index: 24, ctts_count: 30
  291. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 12800 ctts: 2560, ctts_index: 25, ctts_count: 30
  292. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 13312 ctts: 1024, ctts_index: 26, ctts_count: 30
  293. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 13824 ctts: 0, ctts_index: 27, ctts_count: 30
  294. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 14336 ctts: 512, ctts_index: 28, ctts_count: 30
  295. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] stts: 14848 ctts: 1024, ctts_index: 29, ctts_count: 30
  296. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] Offset DTS by 1024 to make first pts zero.
  297. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] Setting codecpar->delay to 2 for stream st: 0
  298. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] Unknown dref type 0x206c7275 size 12
  299. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] Processing st: 1, edit list 0 - media time: 1024, duration: 48096
  300. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] drop a frame at curr_cts: 0 @ 0
  301. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] Before avformat_find_stream_info() pos: 1042665 bytes read:35223 seeks:1 nb_streams:2
  302. [h264 @ 0000015fc7f2d180] nal_unit_type: 7(SPS), nal_ref_idc: 3
  303. [h264 @ 0000015fc7f2d180] nal_unit_type: 8(PPS), nal_ref_idc: 3
  304. [h264 @ 0000015fc7f2d180] nal_unit_type: 6(SEI), nal_ref_idc: 0
  305. [h264 @ 0000015fc7f2d180] nal_unit_type: 5(IDR), nal_ref_idc: 3
  306. [h264 @ 0000015fc7f2d180] Format yuv420p chosen by get_format().
  307. [h264 @ 0000015fc7f2d180] Reinit context to 2224x1088, pix_fmt: yuv420p
  308. [h264 @ 0000015fc7f2d180] no picture
  309. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] demuxer injecting skip 1024 / discard 0
  310. [aac @ 0000015fc7f2c3c0] skip 1024 / discard 0 samples due to side data
  311. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] All info found
  312. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc7f69a80] After avformat_find_stream_info() pos: 236120 bytes read:303805 seeks:2 frames:3
  313. Input #3, mov,mp4,m4a,3gp,3g2,mj2, from '3.mp4':
  314. Metadata:
  315. major_brand : isom
  316. minor_version : 512
  317. compatible_brands: isomiso2avc1mp41
  318. encoder : Lavf58.20.100
  319. location-eng : +53.3927-001.5044/
  320. location : +53.3927-001.5044/
  321. Duration: 00:00:01.02, start: 0.000000, bitrate: 8145 kb/s
  322. Stream #3:0(eng), 2, 1/15360: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 2224x1080 (2224x1088) [SAR 1:1 DAR 278:135], 0/1, 8192 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
  323. Metadata:
  324. handler_name : VideoHandle
  325. Stream #3:1(eng), 1, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 125 kb/s (default)
  326. Metadata:
  327. handler_name : SoundHandle
  328. Successfully opened the file.
  329. Parsing a group of options: input url 4.mp4.
  330. Successfully parsed a group of options.
  331. Opening an input file: 4.mp4.
  332. [NULL @ 0000015fc89dc900] Opening '4.mp4' for reading
  333. [file @ 0000015fc840f600] Setting default whitelist 'file,crypto'
  334. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  335. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] ISO: File Type Major Brand: isom
  336. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] Unknown dref type 0x206c7275 size 12
  337. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] Processing st: 0, edit list 0 - media time: 1024, duration: 15360
  338. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 0 ctts: 1024, ctts_index: 0, ctts_count: 30
  339. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 512 ctts: 2560, ctts_index: 1, ctts_count: 30
  340. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 1024 ctts: 1024, ctts_index: 2, ctts_count: 30
  341. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 1536 ctts: 0, ctts_index: 3, ctts_count: 30
  342. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 2048 ctts: 512, ctts_index: 4, ctts_count: 30
  343. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 2560 ctts: 2560, ctts_index: 5, ctts_count: 30
  344. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 3072 ctts: 1024, ctts_index: 6, ctts_count: 30
  345. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 3584 ctts: 0, ctts_index: 7, ctts_count: 30
  346. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 4096 ctts: 512, ctts_index: 8, ctts_count: 30
  347. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 4608 ctts: 2560, ctts_index: 9, ctts_count: 30
  348. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 5120 ctts: 1024, ctts_index: 10, ctts_count: 30
  349. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 5632 ctts: 0, ctts_index: 11, ctts_count: 30
  350. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 6144 ctts: 512, ctts_index: 12, ctts_count: 30
  351. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 6656 ctts: 2560, ctts_index: 13, ctts_count: 30
  352. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 7168 ctts: 1024, ctts_index: 14, ctts_count: 30
  353. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 7680 ctts: 0, ctts_index: 15, ctts_count: 30
  354. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 8192 ctts: 512, ctts_index: 16, ctts_count: 30
  355. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 8704 ctts: 2560, ctts_index: 17, ctts_count: 30
  356. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 9216 ctts: 1024, ctts_index: 18, ctts_count: 30
  357. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 9728 ctts: 0, ctts_index: 19, ctts_count: 30
  358. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 10240 ctts: 512, ctts_index: 20, ctts_count: 30
  359. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 10752 ctts: 2560, ctts_index: 21, ctts_count: 30
  360. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 11264 ctts: 1024, ctts_index: 22, ctts_count: 30
  361. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 11776 ctts: 0, ctts_index: 23, ctts_count: 30
  362. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 12288 ctts: 512, ctts_index: 24, ctts_count: 30
  363. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 12800 ctts: 2560, ctts_index: 25, ctts_count: 30
  364. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 13312 ctts: 1024, ctts_index: 26, ctts_count: 30
  365. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 13824 ctts: 0, ctts_index: 27, ctts_count: 30
  366. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 14336 ctts: 512, ctts_index: 28, ctts_count: 30
  367. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] stts: 14848 ctts: 1024, ctts_index: 29, ctts_count: 30
  368. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] Offset DTS by 1024 to make first pts zero.
  369. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] Setting codecpar->delay to 2 for stream st: 0
  370. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] Unknown dref type 0x206c7275 size 12
  371. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] Processing st: 1, edit list 0 - media time: 1024, duration: 48096
  372. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] drop a frame at curr_cts: 0 @ 0
  373. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] Before avformat_find_stream_info() pos: 798931 bytes read:35223 seeks:1 nb_streams:2
  374. [h264 @ 0000015fc7f2b180] nal_unit_type: 7(SPS), nal_ref_idc: 3
  375. [h264 @ 0000015fc7f2b180] nal_unit_type: 8(PPS), nal_ref_idc: 3
  376. [h264 @ 0000015fc7f2b180] nal_unit_type: 6(SEI), nal_ref_idc: 0
  377. [h264 @ 0000015fc7f2b180] nal_unit_type: 5(IDR), nal_ref_idc: 3
  378. [h264 @ 0000015fc7f2b180] Format yuv420p chosen by get_format().
  379. [h264 @ 0000015fc7f2b180] Reinit context to 2224x1088, pix_fmt: yuv420p
  380. [h264 @ 0000015fc7f2b180] no picture
  381. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] demuxer injecting skip 1024 / discard 0
  382. [aac @ 0000015fc7f2ba80] skip 1024 / discard 0 samples due to side data
  383. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] All info found
  384. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000015fc89dc900] After avformat_find_stream_info() pos: 221262 bytes read:288922 seeks:2 frames:3
  385. Input #4, mov,mp4,m4a,3gp,3g2,mj2, from '4.mp4':
  386. Metadata:
  387. major_brand : isom
  388. minor_version : 512
  389. compatible_brands: isomiso2avc1mp41
  390. encoder : Lavf58.20.100
  391. location-eng : +53.3927-001.5044/
  392. location : +53.3927-001.5044/
  393. Duration: 00:00:01.02, start: 0.000000, bitrate: 6241 kb/s
  394. Stream #4:0(eng), 2, 1/15360: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 2224x1080 (2224x1088) [SAR 1:1 DAR 278:135], 0/1, 6241 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
  395. Metadata:
  396. handler_name : VideoHandle
  397. Stream #4:1(eng), 1, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 126 kb/s (default)
  398. Metadata:
  399. handler_name : SoundHandle
  400. Successfully opened the file.
  401. [Parsed_setpts_0 @ 0000015fc89db7c0] Setting 'expr' to value 'PTS-STARTPTS'
  402. [Parsed_format_1 @ 0000015fc89edf00] Setting 'pix_fmts' to value 'yuva420p'
  403. [Parsed_fade_2 @ 0000015fc84bc7c0] Setting 'type' to value 'in'
  404. [Parsed_fade_2 @ 0000015fc84bc7c0] Setting 'st' to value '0'
  405. [Parsed_fade_2 @ 0000015fc84bc7c0] Setting 'd' to value '0.4'
  406. [Parsed_fade_2 @ 0000015fc84bc7c0] Setting 'alpha' to value '1'
  407. [Parsed_fade_2 @ 0000015fc84bc7c0] type:in start_time:0.000000 duration:0.400000 alpha:1
  408. [Parsed_setpts_3 @ 0000015fc8947280] Setting 'expr' to value 'PTS-STARTPTS+(0.6/TB)'
  409. [Parsed_format_4 @ 0000015fc842e4c0] Setting 'pix_fmts' to value 'yuva420p'
  410. [Parsed_fade_5 @ 0000015fc842e5c0] Setting 'type' to value 'in'
  411. [Parsed_fade_5 @ 0000015fc842e5c0] Setting 'st' to value '0'
  412. [Parsed_fade_5 @ 0000015fc842e5c0] Setting 'd' to value '0.4'
  413. [Parsed_fade_5 @ 0000015fc842e5c0] Setting 'alpha' to value '1'
  414. [Parsed_fade_5 @ 0000015fc842e5c0] type:in start_time:0.000000 duration:0.400000 alpha:1
  415. [Parsed_setpts_6 @ 0000015fc842e880] Setting 'expr' to value 'PTS-STARTPTS+(1.2/TB)'
  416. [Parsed_format_7 @ 0000015fc8947880] Setting 'pix_fmts' to value 'yuva420p'
  417. [Parsed_fade_8 @ 0000015fc842ee00] Setting 'type' to value 'in'
  418. [Parsed_fade_8 @ 0000015fc842ee00] Setting 'st' to value '0'
  419. [Parsed_fade_8 @ 0000015fc842ee00] Setting 'd' to value '0.4'
  420. [Parsed_fade_8 @ 0000015fc842ee00] Setting 'alpha' to value '1'
  421. [Parsed_fade_8 @ 0000015fc842ee00] type:in start_time:0.000000 duration:0.400000 alpha:1
  422. [Parsed_setpts_9 @ 0000015fc842ef00] Setting 'expr' to value 'PTS-STARTPTS+(1.8/TB)'
  423. [Parsed_format_10 @ 0000015fc8b79440] Setting 'pix_fmts' to value 'yuva420p'
  424. [Parsed_fade_11 @ 0000015fc8b79540] Setting 'type' to value 'in'
  425. [Parsed_fade_11 @ 0000015fc8b79540] Setting 'st' to value '0'
  426. [Parsed_fade_11 @ 0000015fc8b79540] Setting 'd' to value '0.4'
  427. [Parsed_fade_11 @ 0000015fc8b79540] Setting 'alpha' to value '1'
  428. [Parsed_fade_11 @ 0000015fc8b79540] type:in start_time:0.000000 duration:0.400000 alpha:1
  429. [Parsed_setpts_12 @ 0000015fc8b7a640] Setting 'expr' to value 'PTS-STARTPTS+(2.4/TB)'
  430. [Parsed_format_17 @ 0000015fc8b7b680] Setting 'pix_fmts' to value 'yuv420p'
  431. [Parsed_acrossfade_18 @ 0000015fc8b7bf80] Setting 'd' to value '0.4'
  432. [Parsed_acrossfade_19 @ 0000015fc8b7b180] Setting 'd' to value '0.4'
  433. [Parsed_acrossfade_20 @ 0000015fc8b7bd80] Setting 'd' to value '0.4'
  434. [Parsed_acrossfade_21 @ 0000015fc8b7ba80] Setting 'd' to value '0.4'
  435. Parsing a group of options: output url C:\projects\video-of-the-day\input-videos\output.mp4.
  436. Applying option map (set input stream mapping) with argument [v].
  437. Applying option map (set input stream mapping) with argument [a].
  438. Successfully parsed a group of options.
  439. Opening an output file: C:\projects\video-of-the-day\input-videos\output.mp4.
  440. [file @ 0000015fc89db7c0] Setting default whitelist 'file,crypto'
  441. Successfully opened the file.
  442. detected 16 logical cores
  443. [h264 @ 0000015fc7f4d8c0] nal_unit_type: 7(SPS), nal_ref_idc: 3
  444. [h264 @ 0000015fc7f4d8c0] nal_unit_type: 8(PPS), nal_ref_idc: 3
  445. [h264 @ 0000015fc8adc740] nal_unit_type: 7(SPS), nal_ref_idc: 3
  446. [h264 @ 0000015fc8adc740] nal_unit_type: 8(PPS), nal_ref_idc: 3
  447. [h264 @ 0000015fc8ade700] nal_unit_type: 7(SPS), nal_ref_idc: 3
  448. [h264 @ 0000015fc8ade700] nal_unit_type: 8(PPS), nal_ref_idc: 3
  449. [h264 @ 0000015fc8939600] nal_unit_type: 7(SPS), nal_ref_idc: 3
  450. [h264 @ 0000015fc8939600] nal_unit_type: 8(PPS), nal_ref_idc: 3
  451. [h264 @ 0000015fc909b200] nal_unit_type: 7(SPS), nal_ref_idc: 3
  452. [h264 @ 0000015fc909b200] nal_unit_type: 8(PPS), nal_ref_idc: 3
  453. Stream mapping:
  454. Stream #0:0 (h264) -> setpts
  455. Stream #0:1 (aac) -> acrossfade:crossfade0
  456. Stream #1:0 (h264) -> format
  457. Stream #1:1 (aac) -> acrossfade:crossfade1
  458. Stream #2:0 (h264) -> format
  459. Stream #2:1 (aac) -> acrossfade:crossfade1
  460. Stream #3:0 (h264) -> format
  461. Stream #3:1 (aac) -> acrossfade:crossfade1
  462. Stream #4:0 (h264) -> format
  463. Stream #4:1 (aac) -> acrossfade:crossfade1
  464. format -> Stream #0:0 (libx264)
  465. acrossfade -> Stream #0:1 (aac)
  466. Press [q] to stop, [?] for help
  467. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  468. Last message repeated 1 times
  469. [h264 @ 0000015fc7f4d8c0] nal_unit_type: 6(SEI), nal_ref_idc: 0
  470. [h264 @ 0000015fc7f4d8c0] nal_unit_type: 5(IDR), nal_ref_idc: 3
  471. [h264 @ 0000015fc7f4d8c0] Format yuv420p chosen by get_format().
  472. [h264 @ 0000015fc7f4d8c0] Reinit context to 2224x1088, pix_fmt: yuv420p
  473. [h264 @ 0000015fc7f4d8c0] no picture
  474. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  475. [h264 @ 0000015fc7f4cfc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  476. [aac @ 0000015fc7fce940] skip 1024 / discard 0 samples due to side data
  477. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  478. [h264 @ 0000015fc7f4cfc0] no picture
  479. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  480. [h264 @ 0000015fc7f4afc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  481. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  482. Last message repeated 4 times
  483. [h264 @ 0000015fc7f4b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  484. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  485. [h264 @ 0000015fc7f4dd40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  486. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  487. Last message repeated 1 times
  488. [h264 @ 0000015fc7f4b8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  489. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  490. Last message repeated 2 times
  491. [h264 @ 0000015fc8ae1040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  492. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  493. Last message repeated 1 times
  494. [h264 @ 0000015fc8ae0b80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  495. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  496. Last message repeated 2 times
  497. [h264 @ 0000015fc8adf4c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  498. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  499. Last message repeated 1 times
  500. [h264 @ 0000015fc8adf940] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  501. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  502. Last message repeated 2 times
  503. [h264 @ 0000015fc8add980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  504. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  505. Last message repeated 2 times
  506. [h264 @ 0000015fc8ae14c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  507. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  508. Last message repeated 1 times
  509. [h264 @ 0000015fc8adebc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  510. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  511. Last message repeated 2 times
  512. [h264 @ 0000015fc8adc280] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  513. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  514. Last message repeated 1 times
  515. [h264 @ 0000015fc8adfe00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  516. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  517. Last message repeated 2 times
  518. [h264 @ 0000015fc8ae0280] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  519. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  520. Last message repeated 1 times
  521. [h264 @ 0000015fc7f4d8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  522. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  523. Last message repeated 2 times
  524. [h264 @ 0000015fc7f4cfc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  525. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  526. [h264 @ 0000015fc8adc740] nal_unit_type: 6(SEI), nal_ref_idc: 0
  527. [h264 @ 0000015fc8adc740] nal_unit_type: 5(IDR), nal_ref_idc: 3
  528. [h264 @ 0000015fc8adc740] Format yuv420p chosen by get_format().
  529. [h264 @ 0000015fc8adc740] Reinit context to 2224x1088, pix_fmt: yuv420p
  530. [h264 @ 0000015fc8adc740] no picture
  531. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  532. [h264 @ 0000015fc8adcbc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  533. [aac @ 0000015fc8410040] skip 1024 / discard 0 samples due to side data
  534. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  535. [h264 @ 0000015fc8adcbc0] no picture
  536. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  537. [h264 @ 0000015fc8adde00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  538. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  539. Last message repeated 2 times
  540. [h264 @ 0000015fc8ae1940] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  541. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  542. Last message repeated 2 times
  543. [h264 @ 0000015fc8ae0700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  544. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  545. Last message repeated 1 times
  546. [h264 @ 0000015fc8add040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  547. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  548. Last message repeated 2 times
  549. [h264 @ 0000015fc8adbe00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  550. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  551. Last message repeated 3 times
  552. [h264 @ 0000015fc8ade280] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  553. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  554. [h264 @ 0000015fc8ae1dc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  555. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  556. Last message repeated 1 times
  557. [h264 @ 0000015fc8add4c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  558. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  559. Last message repeated 4 times
  560. [h264 @ 0000015fc8adabc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  561. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  562. Last message repeated 1 times
  563. [h264 @ 0000015fc8ae2280] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  564. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  565. Last message repeated 2 times
  566. [h264 @ 0000015fc8adb500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  567. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  568. [h264 @ 0000015fc8adf040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  569. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  570. Last message repeated 3 times
  571. [h264 @ 0000015fc8adb980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  572. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  573. [h264 @ 0000015fc8adb040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  574. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  575. Last message repeated 1 times
  576. [h264 @ 0000015fc8adc740] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  577. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  578. Last message repeated 2 times
  579. [h264 @ 0000015fc8adcbc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  580. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  581. [h264 @ 0000015fc8ade700] nal_unit_type: 6(SEI), nal_ref_idc: 0
  582. [h264 @ 0000015fc8ade700] nal_unit_type: 5(IDR), nal_ref_idc: 3
  583. [h264 @ 0000015fc8ade700] Format yuv420p chosen by get_format().
  584. [h264 @ 0000015fc8ade700] Reinit context to 2224x1088, pix_fmt: yuv420p
  585. [h264 @ 0000015fc8ade700] no picture
  586. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  587. [h264 @ 0000015fc8937f40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  588. [aac @ 0000015fc7f2d600] skip 1024 / discard 0 samples due to side data
  589. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  590. [h264 @ 0000015fc8937f40] no picture
  591. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  592. [h264 @ 0000015fc893a840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  593. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  594. Last message repeated 4 times
  595. [h264 @ 0000015fc893c380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  596. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  597. Last message repeated 1 times
  598. [h264 @ 0000015fc893d5c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  599. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  600. Last message repeated 2 times
  601. [h264 @ 0000015fc8938cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  602. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  603. [h264 @ 0000015fc893b140] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  604. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  605. Last message repeated 1 times
  606. [h264 @ 0000015fc893ecc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  607. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  608. Last message repeated 2 times
  609. [h264 @ 0000015fc89383c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  610. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  611. Last message repeated 1 times
  612. [h264 @ 0000015fc893f5c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  613. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  614. Last message repeated 2 times
  615. [h264 @ 0000015fc8939f00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  616. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  617. Last message repeated 2 times
  618. [h264 @ 0000015fc8938840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  619. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  620. Last message repeated 3 times
  621. [h264 @ 0000015fc893da80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  622. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  623. [h264 @ 0000015fc893f140] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  624. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  625. Last message repeated 3 times
  626. [h264 @ 0000015fc8939180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  627. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  628. Last message repeated 1 times
  629. [h264 @ 0000015fc893b600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  630. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  631. [h264 @ 0000015fc8ade700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  632. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  633. Last message repeated 2 times
  634. [h264 @ 0000015fc8937f40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  635. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  636. [h264 @ 0000015fc8939600] nal_unit_type: 6(SEI), nal_ref_idc: 0
  637. [h264 @ 0000015fc8939600] nal_unit_type: 5(IDR), nal_ref_idc: 3
  638. [h264 @ 0000015fc8939600] Format yuv420p chosen by get_format().
  639. [h264 @ 0000015fc8939600] Reinit context to 2224x1088, pix_fmt: yuv420p
  640. [h264 @ 0000015fc8939600] no picture
  641. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  642. [h264 @ 0000015fc893a3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  643. [aac @ 0000015fc7f2a840] skip 1024 / discard 0 samples due to side data
  644. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  645. [h264 @ 0000015fc893a3c0] no picture
  646. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  647. [h264 @ 0000015fc893acc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  648. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  649. Last message repeated 2 times
  650. [h264 @ 0000015fc8939a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  651. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  652. Last message repeated 3 times
  653. [h264 @ 0000015fc893ba80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  654. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  655. Last message repeated 1 times
  656. [h264 @ 0000015fc893df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  657. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  658. Last message repeated 2 times
  659. [h264 @ 0000015fc893bf00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  660. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  661. [h264 @ 0000015fc893e380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  662. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  663. Last message repeated 2 times
  664. [h264 @ 0000015fc893c840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  665. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  666. Last message repeated 1 times
  667. [h264 @ 0000015fc893ccc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  668. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  669. Last message repeated 3 times
  670. [h264 @ 0000015fc893e800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  671. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  672. Last message repeated 1 times
  673. [h264 @ 0000015fc893d140] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  674. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  675. Last message repeated 1 times
  676. [h264 @ 0000015fc909ff80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  677. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  678. Last message repeated 3 times
  679. [h264 @ 0000015fc909e440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  680. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  681. [h264 @ 0000015fc909f1c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  682. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  683. Last message repeated 2 times
  684. [h264 @ 0000015fc909db00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  685. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  686. Last message repeated 1 times
  687. [h264 @ 0000015fc8939600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  688. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  689. Last message repeated 2 times
  690. [h264 @ 0000015fc893a3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  691. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  692. [h264 @ 0000015fc909b200] nal_unit_type: 6(SEI), nal_ref_idc: 0
  693. [h264 @ 0000015fc909b200] nal_unit_type: 5(IDR), nal_ref_idc: 3
  694. [h264 @ 0000015fc909b200] Format yuv420p chosen by get_format().
  695. [h264 @ 0000015fc909b200] Reinit context to 2224x1088, pix_fmt: yuv420p
  696. [h264 @ 0000015fc909b200] no picture
  697. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  698. [h264 @ 0000015fc909ad80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  699. [aac @ 0000015fc7f4c200] skip 1024 / discard 0 samples due to side data
  700. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  701. [h264 @ 0000015fc909ad80] no picture
  702. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  703. [h264 @ 0000015fc909f680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  704. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  705. Last message repeated 2 times
  706. [h264 @ 0000015fc909fb00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  707. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  708. Last message repeated 2 times
  709. [h264 @ 0000015fc909c440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  710. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  711. Last message repeated 2 times
  712. [h264 @ 0000015fc90a0400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  713. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  714. Last message repeated 2 times
  715. [h264 @ 0000015fc9098d80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  716. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  717. [h264 @ 0000015fc909df80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  718. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  719. Last message repeated 2 times
  720. [h264 @ 0000015fc909ed40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  721. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  722. Last message repeated 1 times
  723. [h264 @ 0000015fc9099200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  724. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  725. Last message repeated 4 times
  726. [h264 @ 0000015fc9099680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  727. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  728. Last message repeated 1 times
  729. [h264 @ 0000015fc909a8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  730. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  731. Last message repeated 2 times
  732. [h264 @ 0000015fc909d680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  733. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  734. Last message repeated 1 times
  735. [h264 @ 0000015fc9099b40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  736. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  737. Last message repeated 2 times
  738. [h264 @ 0000015fc909bfc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  739. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  740. [h264 @ 0000015fc909c8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  741. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  742. Last message repeated 1 times
  743. [h264 @ 0000015fc909b200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  744. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  745. Last message repeated 1 times
  746. [h264 @ 0000015fc909ad80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  747. [Parsed_setpts_0 @ 0000015fc8b7be80] Setting 'expr' to value 'PTS-STARTPTS'
  748. [Parsed_format_1 @ 0000015fc8b7b480] Setting 'pix_fmts' to value 'yuva420p'
  749. [Parsed_fade_2 @ 0000015fc8b7b880] Setting 'type' to value 'in'
  750. [Parsed_fade_2 @ 0000015fc8b7b880] Setting 'st' to value '0'
  751. [Parsed_fade_2 @ 0000015fc8b7b880] Setting 'd' to value '0.4'
  752. [Parsed_fade_2 @ 0000015fc8b7b880] Setting 'alpha' to value '1'
  753. [Parsed_fade_2 @ 0000015fc8b7b880] type:in start_time:0.000000 duration:0.400000 alpha:1
  754. [Parsed_setpts_3 @ 0000015fc8b7bf80] Setting 'expr' to value 'PTS-STARTPTS+(0.6/TB)'
  755. [Parsed_format_4 @ 0000015fc8b7af80] Setting 'pix_fmts' to value 'yuva420p'
  756. [Parsed_fade_5 @ 0000015fc8b7b580] Setting 'type' to value 'in'
  757. [Parsed_fade_5 @ 0000015fc8b7b580] Setting 'st' to value '0'
  758. [Parsed_fade_5 @ 0000015fc8b7b580] Setting 'd' to value '0.4'
  759. [Parsed_fade_5 @ 0000015fc8b7b580] Setting 'alpha' to value '1'
  760. [Parsed_fade_5 @ 0000015fc8b7b580] type:in start_time:0.000000 duration:0.400000 alpha:1
  761. [Parsed_setpts_6 @ 0000015fc8b7c080] Setting 'expr' to value 'PTS-STARTPTS+(1.2/TB)'
  762. [Parsed_format_7 @ 0000015fc8b7c480] Setting 'pix_fmts' to value 'yuva420p'
  763. [Parsed_fade_8 @ 0000015fc8b7b380] Setting 'type' to value 'in'
  764. [Parsed_fade_8 @ 0000015fc8b7b380] Setting 'st' to value '0'
  765. [Parsed_fade_8 @ 0000015fc8b7b380] Setting 'd' to value '0.4'
  766. [Parsed_fade_8 @ 0000015fc8b7b380] Setting 'alpha' to value '1'
  767. [Parsed_fade_8 @ 0000015fc8b7b380] type:in start_time:0.000000 duration:0.400000 alpha:1
  768. [Parsed_setpts_9 @ 0000015fc8b7c580] Setting 'expr' to value 'PTS-STARTPTS+(1.8/TB)'
  769. [Parsed_format_10 @ 0000015fc8b7c880] Setting 'pix_fmts' to value 'yuva420p'
  770. [Parsed_fade_11 @ 0000015fc8b7c980] Setting 'type' to value 'in'
  771. [Parsed_fade_11 @ 0000015fc8b7c980] Setting 'st' to value '0'
  772. [Parsed_fade_11 @ 0000015fc8b7c980] Setting 'd' to value '0.4'
  773. [Parsed_fade_11 @ 0000015fc8b7c980] Setting 'alpha' to value '1'
  774. [Parsed_fade_11 @ 0000015fc8b7c980] type:in start_time:0.000000 duration:0.400000 alpha:1
  775. [Parsed_setpts_12 @ 0000015fc8b7b680] Setting 'expr' to value 'PTS-STARTPTS+(2.4/TB)'
  776. [Parsed_format_17 @ 0000015fc8b7cb80] Setting 'pix_fmts' to value 'yuv420p'
  777. [Parsed_acrossfade_18 @ 0000015fc8b7c280] Setting 'd' to value '0.4'
  778. [Parsed_acrossfade_19 @ 0000015fc8b7b080] Setting 'd' to value '0.4'
  779. [Parsed_acrossfade_20 @ 0000015fc8b7ad80] Setting 'd' to value '0.4'
  780. [Parsed_acrossfade_21 @ 0000015fc8b7ae80] Setting 'd' to value '0.4'
  781. [graph 0 input from stream 0:0 @ 0000015fc8b7c380] Setting 'video_size' to value '2224x1080'
  782. [graph 0 input from stream 0:0 @ 0000015fc8b7c380] Setting 'pix_fmt' to value '0'
  783. [graph 0 input from stream 0:0 @ 0000015fc8b7c380] Setting 'time_base' to value '1/15360'
  784. [graph 0 input from stream 0:0 @ 0000015fc8b7c380] Setting 'pixel_aspect' to value '1/1'
  785. [graph 0 input from stream 0:0 @ 0000015fc8b7c380] Setting 'sws_param' to value 'flags=2'
  786. [graph 0 input from stream 0:0 @ 0000015fc8b7c380] Setting 'frame_rate' to value '30/1'
  787. [graph 0 input from stream 0:0 @ 0000015fc8b7c380] w:2224 h:1080 pixfmt:yuv420p tb:1/15360 fr:30/1 sar:1/1 sws_param:flags=2
  788. [graph 0 input from stream 1:0 @ 0000015fc8b7c180] Setting 'video_size' to value '2224x1080'
  789. [graph 0 input from stream 1:0 @ 0000015fc8b7c180] Setting 'pix_fmt' to value '0'
  790. [graph 0 input from stream 1:0 @ 0000015fc8b7c180] Setting 'time_base' to value '1/15360'
  791. [graph 0 input from stream 1:0 @ 0000015fc8b7c180] Setting 'pixel_aspect' to value '1/1'
  792. [graph 0 input from stream 1:0 @ 0000015fc8b7c180] Setting 'sws_param' to value 'flags=2'
  793. [graph 0 input from stream 1:0 @ 0000015fc8b7c180] Setting 'frame_rate' to value '30/1'
  794. [graph 0 input from stream 1:0 @ 0000015fc8b7c180] w:2224 h:1080 pixfmt:yuv420p tb:1/15360 fr:30/1 sar:1/1 sws_param:flags=2
  795. [graph 0 input from stream 2:0 @ 0000015fc8b7c680] Setting 'video_size' to value '2224x1080'
  796. [graph 0 input from stream 2:0 @ 0000015fc8b7c680] Setting 'pix_fmt' to value '0'
  797. [graph 0 input from stream 2:0 @ 0000015fc8b7c680] Setting 'time_base' to value '1/15360'
  798. [graph 0 input from stream 2:0 @ 0000015fc8b7c680] Setting 'pixel_aspect' to value '1/1'
  799. [graph 0 input from stream 2:0 @ 0000015fc8b7c680] Setting 'sws_param' to value 'flags=2'
  800. [graph 0 input from stream 2:0 @ 0000015fc8b7c680] Setting 'frame_rate' to value '30/1'
  801. [graph 0 input from stream 2:0 @ 0000015fc8b7c680] w:2224 h:1080 pixfmt:yuv420p tb:1/15360 fr:30/1 sar:1/1 sws_param:flags=2
  802. [graph 0 input from stream 3:0 @ 0000015fc8b7b180] Setting 'video_size' to value '2224x1080'
  803. [graph 0 input from stream 3:0 @ 0000015fc8b7b180] Setting 'pix_fmt' to value '0'
  804. [graph 0 input from stream 3:0 @ 0000015fc8b7b180] Setting 'time_base' to value '1/15360'
  805. [graph 0 input from stream 3:0 @ 0000015fc8b7b180] Setting 'pixel_aspect' to value '1/1'
  806. [graph 0 input from stream 3:0 @ 0000015fc8b7b180] Setting 'sws_param' to value 'flags=2'
  807. [graph 0 input from stream 3:0 @ 0000015fc8b7b180] Setting 'frame_rate' to value '30/1'
  808. [graph 0 input from stream 3:0 @ 0000015fc8b7b180] w:2224 h:1080 pixfmt:yuv420p tb:1/15360 fr:30/1 sar:1/1 sws_param:flags=2
  809. [graph 0 input from stream 4:0 @ 0000015fc8b7b980] Setting 'video_size' to value '2224x1080'
  810. [graph 0 input from stream 4:0 @ 0000015fc8b7b980] Setting 'pix_fmt' to value '0'
  811. [graph 0 input from stream 4:0 @ 0000015fc8b7b980] Setting 'time_base' to value '1/15360'
  812. [graph 0 input from stream 4:0 @ 0000015fc8b7b980] Setting 'pixel_aspect' to value '1/1'
  813. [graph 0 input from stream 4:0 @ 0000015fc8b7b980] Setting 'sws_param' to value 'flags=2'
  814. [graph 0 input from stream 4:0 @ 0000015fc8b7b980] Setting 'frame_rate' to value '30/1'
  815. [graph 0 input from stream 4:0 @ 0000015fc8b7b980] w:2224 h:1080 pixfmt:yuv420p tb:1/15360 fr:30/1 sar:1/1 sws_param:flags=2
  816. [graph_0_in_0_1 @ 0000015fc8b7bb80] Setting 'time_base' to value '1/48000'
  817. [graph_0_in_0_1 @ 0000015fc8b7bb80] Setting 'sample_rate' to value '48000'
  818. [graph_0_in_0_1 @ 0000015fc8b7bb80] Setting 'sample_fmt' to value 'fltp'
  819. [graph_0_in_0_1 @ 0000015fc8b7bb80] Setting 'channel_layout' to value '0x3'
  820. [graph_0_in_0_1 @ 0000015fc8b7bb80] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x3
  821. [graph_0_in_1_1 @ 0000015fc8b7bc80] Setting 'time_base' to value '1/48000'
  822. [graph_0_in_1_1 @ 0000015fc8b7bc80] Setting 'sample_rate' to value '48000'
  823. [graph_0_in_1_1 @ 0000015fc8b7bc80] Setting 'sample_fmt' to value 'fltp'
  824. [graph_0_in_1_1 @ 0000015fc8b7bc80] Setting 'channel_layout' to value '0x3'
  825. [graph_0_in_1_1 @ 0000015fc8b7bc80] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x3
  826. [graph_0_in_2_1 @ 0000015fc8b7bd80] Setting 'time_base' to value '1/48000'
  827. [graph_0_in_2_1 @ 0000015fc8b7bd80] Setting 'sample_rate' to value '48000'
  828. [graph_0_in_2_1 @ 0000015fc8b7bd80] Setting 'sample_fmt' to value 'fltp'
  829. [graph_0_in_2_1 @ 0000015fc8b7bd80] Setting 'channel_layout' to value '0x3'
  830. [graph_0_in_2_1 @ 0000015fc8b7bd80] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x3
  831. [graph_0_in_3_1 @ 0000015fc8b7c780] Setting 'time_base' to value '1/48000'
  832. [graph_0_in_3_1 @ 0000015fc8b7c780] Setting 'sample_rate' to value '48000'
  833. [graph_0_in_3_1 @ 0000015fc8b7c780] Setting 'sample_fmt' to value 'fltp'
  834. [graph_0_in_3_1 @ 0000015fc8b7c780] Setting 'channel_layout' to value '0x3'
  835. [graph_0_in_3_1 @ 0000015fc8b7c780] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x3
  836. [graph_0_in_4_1 @ 0000015fecc3fec0] Setting 'time_base' to value '1/48000'
  837. [graph_0_in_4_1 @ 0000015fecc3fec0] Setting 'sample_rate' to value '48000'
  838. [graph_0_in_4_1 @ 0000015fecc3fec0] Setting 'sample_fmt' to value 'fltp'
  839. [graph_0_in_4_1 @ 0000015fecc3fec0] Setting 'channel_layout' to value '0x3'
  840. [graph_0_in_4_1 @ 0000015fecc3fec0] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x3
  841. [format_out_0_1 @ 0000015fecc419c0] Setting 'sample_fmts' to value 'fltp'
  842. [format_out_0_1 @ 0000015fecc419c0] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
  843. [format @ 0000015fecc420c0] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le|gray|gray10le'
  844. [auto_scaler_0 @ 0000015fecc3e8c0] w:iw h:ih flags:'bilinear' interl:0
  845. [Parsed_format_1 @ 0000015fc8b7b480] auto-inserting filter 'auto_scaler_0' between the filter 'graph 0 input from stream 1:0' and the filter 'Parsed_format_1'
  846. [auto_scaler_1 @ 0000015fecc41dc0] w:iw h:ih flags:'bilinear' interl:0
  847. [Parsed_format_4 @ 0000015fc8b7af80] auto-inserting filter 'auto_scaler_1' between the filter 'graph 0 input from stream 2:0' and the filter 'Parsed_format_4'
  848. [auto_scaler_2 @ 0000015fecc3fac0] w:iw h:ih flags:'bilinear' interl:0
  849. [Parsed_format_7 @ 0000015fc8b7c480] auto-inserting filter 'auto_scaler_2' between the filter 'graph 0 input from stream 3:0' and the filter 'Parsed_format_7'
  850. [auto_scaler_3 @ 0000015fecc40bc0] w:iw h:ih flags:'bilinear' interl:0
  851. [Parsed_format_10 @ 0000015fc8b7c880] auto-inserting filter 'auto_scaler_3' between the filter 'graph 0 input from stream 4:0' and the filter 'Parsed_format_10'
  852. [AVFilterGraph @ 0000015fc8c11140] query_formats: 36 queried, 50 merged, 4 already done, 0 delayed
  853. [graph 0 input from stream 0:0 @ 0000015fc8b7c380] TB:0.000065 FRAME_RATE:30.000000 SAMPLE_RATE:nan
  854. [auto_scaler_0 @ 0000015fecc3e8c0] w:2224 h:1080 fmt:yuv420p sar:1/1 -> w:2224 h:1080 fmt:yuva420p sar:1/1 flags:0x2
  855. [Parsed_fade_2 @ 0000015fc8b7b880] TB:0.000065 FRAME_RATE:30.000000 SAMPLE_RATE:nan
  856. [Parsed_overlay_13 @ 0000015fc8b7ca80] main w:2224 h:1080 fmt:yuv420p overlay w:2224 h:1080 fmt:yuva420p
  857. [Parsed_overlay_13 @ 0000015fc8b7ca80] [framesync @ 0000015fc945f328] Selected 1/15360 time base
  858. [Parsed_overlay_13 @ 0000015fc8b7ca80] [framesync @ 0000015fc945f328] Sync level 2
  859. [auto_scaler_1 @ 0000015fecc41dc0] w:2224 h:1080 fmt:yuv420p sar:1/1 -> w:2224 h:1080 fmt:yuva420p sar:1/1 flags:0x2
  860. [Parsed_fade_5 @ 0000015fc8b7b580] TB:0.000065 FRAME_RATE:30.000000 SAMPLE_RATE:nan
  861. [Parsed_overlay_14 @ 0000015fc8b7b280] main w:2224 h:1080 fmt:yuv420p overlay w:2224 h:1080 fmt:yuva420p
  862. [Parsed_overlay_14 @ 0000015fc8b7b280] [framesync @ 0000015fc945fa68] Selected 1/15360 time base
  863. [Parsed_overlay_14 @ 0000015fc8b7b280] [framesync @ 0000015fc945fa68] Sync level 2
  864. [auto_scaler_2 @ 0000015fecc3fac0] w:2224 h:1080 fmt:yuv420p sar:1/1 -> w:2224 h:1080 fmt:yuva420p sar:1/1 flags:0x2
  865. [Parsed_fade_8 @ 0000015fc8b7b380] TB:0.000065 FRAME_RATE:30.000000 SAMPLE_RATE:nan
  866. [Parsed_overlay_15 @ 0000015fc8b7ba80] main w:2224 h:1080 fmt:yuv420p overlay w:2224 h:1080 fmt:yuva420p
  867. [Parsed_overlay_15 @ 0000015fc8b7ba80] [framesync @ 0000015fc945efa8] Selected 1/15360 time base
  868. [Parsed_overlay_15 @ 0000015fc8b7ba80] [framesync @ 0000015fc945efa8] Sync level 2
  869. [auto_scaler_3 @ 0000015fecc40bc0] w:2224 h:1080 fmt:yuv420p sar:1/1 -> w:2224 h:1080 fmt:yuva420p sar:1/1 flags:0x2
  870. [Parsed_fade_11 @ 0000015fc8b7c980] TB:0.000065 FRAME_RATE:30.000000 SAMPLE_RATE:nan
  871. [Parsed_overlay_16 @ 0000015fc8b7b780] main w:2224 h:1080 fmt:yuv420p overlay w:2224 h:1080 fmt:yuva420p
  872. [Parsed_overlay_16 @ 0000015fc8b7b780] [framesync @ 0000015fc945f6e8] Selected 1/15360 time base
  873. [Parsed_overlay_16 @ 0000015fc8b7b780] [framesync @ 0000015fc945f6e8] Sync level 2
Add Comment
Please, Sign In to add comment