Guest User

ffmpeg issue attempt with 6.1

a guest
Aug 8th, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.50 KB | None | 0 0
  1. ffmpeg -init_hw_device cuda=cu:0,primary_ctx=0 -init_hw_device vulkan=vk@cu -hwaccel cuda -hwaccel_output_format cuda -i IMG_8057.MOV -noauto_conversion_filters -vf:v "hwupload=derive_device=vulkan,libplacebo=tonemapping=auto:colorspace=bt709:color_primaries=bt709:color_trc=bt709:format=yuv420p:upscaler=none:downscaler=none:peak_detect=0,hwupload=derive_device=cuda,scale_cuda=format=yuv420p" -map 0:v -f null - -report
  2.  
  3. ffmpeg started on 2024-08-08 at 12:39:07
  4. Report written to "ffmpeg-20240808-123907.log"
  5. Log level: 48
  6. Successfully parsed a group of options.
  7. Parsing a group of options: input url IMG_8057.MOV.
  8. Applying option hwaccel (use HW accelerated decoding) with argument cuda.
  9. Applying option hwaccel_output_format (select output format used with HW accelerated decoding) with argument cuda.
  10. Applying option ss (set the start time offset) with argument 0.
  11. Successfully parsed a group of options.
  12. Opening an input file: IMG_8057.MOV.
  13. [AVFormatContext @ 000001b05b181d40] Opening 'IMG_8057.MOV' for reading
  14. [file @ 000001b05ac69000] Setting default whitelist 'file,crypto,data'
  15. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  16. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] ISO: File Type Major Brand: qt
  17. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Unknown dref type 0x73696c61 size 12
  18. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Shifting DTS by 41 because of negative CTTS.
  19. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Processing st: 0, edit list 0 - media time: 0, duration: 167803
  20. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Unknown dref type 0x73696c61 size 12
  21. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Processing st: 1, edit list 0 - media time: 2112, duration: 12333447
  22. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] drop a frame at curr_cts: 0 @ 0
  23. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] drop a frame at curr_cts: 1024 @ 1
  24. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] skip 64 audio samples from curr_cts: 2048
  25. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Unknown dref type 0x73696c61 size 12
  26. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Processing st: 2, edit list 0 - media time: 0, duration: 167803
  27. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Unknown dref type 0x73696c61 size 12
  28. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Processing st: 3, edit list 0 - media time: 0, duration: 167803
  29. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Unknown dref type 0x73696c61 size 12
  30. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Processing st: 4, edit list 0 - media time: 0, duration: 167803
  31. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] Before avformat_find_stream_info() pos: 565226885 bytes read:258085 seeks:1 nb_streams:5
  32. [hevc @ 000001b05afb2b00] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
  33. [hevc @ 000001b05afb2b00] Decoding VPS
  34. [hevc @ 000001b05afb2b00] Main 10 profile bitstream
  35. [hevc @ 000001b05afb2b00] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
  36. [hevc @ 000001b05afb2b00] Decoding SPS
  37. [hevc @ 000001b05afb2b00] Main 10 profile bitstream
  38. [hevc @ 000001b05afb2b00] Decoding VUI
  39. [hevc @ 000001b05afb2b00] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  40. [hevc @ 000001b05afb2b00] Decoding PPS
  41. [hevc @ 000001b05afb2b00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  42. [hevc @ 000001b05afb2b00] Decoding SEI
  43. For transform of length 64, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
  44. 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
  45. 2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
  46. 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
  47. For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
  48. 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
  49. 2: fft32_asm_float_avx - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
  50. Transform tree:
  51. mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  52. fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  53. For transform of length 64, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
  54. 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
  55. 2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
  56. 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
  57. For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
  58. 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
  59. 2: fft32_asm_float_avx - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
  60. Transform tree:
  61. mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  62. fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  63. For transform of length 120, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
  64. 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
  65. 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, ∞], factors[2]: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
  66. 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, ∞], factors[2]: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
  67. 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞], factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
  68. 5: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
  69. 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
  70. For transform of length 60, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
  71. 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, ∞], factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 655
  72. For transform of length 4, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
  73. 1: fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 352
  74. Transform tree:
  75. mdct_inv_float_avx2 - type: mdct_float, len: 120, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  76. fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 60, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  77. fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  78. For transform of length 128, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
  79. 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
  80. 2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
  81. 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
  82. For transform of length 64, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
  83. 1: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
  84. 2: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 447
  85. 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
  86. Transform tree:
  87. mdct_inv_float_avx2 - type: mdct_float, len: 128, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  88. fft_sr_asm_float_fma3 - type: fft_float, len: 64, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  89. For transform of length 480, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
  90. 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
  91. 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, ∞], factors[2]: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
  92. 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, ∞], factors[2]: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
  93. 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞], factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
  94. 5: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
  95. 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
  96. For transform of length 240, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
  97. 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, ∞], factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 655
  98. For transform of length 16, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
  99. 1: fft16_asm_float_fma3 - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
  100. 2: fft16_asm_float_avx - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
  101. Transform tree:
  102. mdct_inv_float_avx2 - type: mdct_float, len: 480, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  103. fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 240, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  104. fft16_asm_float_fma3 - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  105. For transform of length 512, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
  106. 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
  107. 2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
  108. 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
  109. For transform of length 256, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
  110. 1: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
  111. 2: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 447
  112. 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
  113. Transform tree:
  114. mdct_inv_float_avx2 - type: mdct_float, len: 512, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  115. fft_sr_asm_float_fma3 - type: fft_float, len: 256, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  116. For transform of length 960, inverse, mdct_float, flags: [aligned, out_of_place], found 6 matches:
  117. 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
  118. 2: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, ∞], factors[2]: [15, any], flags: [unaligned, out_of_place, inv_only], prio: 304
  119. 3: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, ∞], factors[2]: [5, any], flags: [unaligned, out_of_place, inv_only], prio: 144
  120. 4: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞], factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio: 112
  121. 5: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
  122. 6: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
  123. For transform of length 480, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 1 matches:
  124. 1: fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: [60, ∞], factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 655
  125. For transform of length 32, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 2 matches:
  126. 1: fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 512
  127. 2: fft32_asm_float_avx - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 480
  128. Transform tree:
  129. mdct_inv_float_avx2 - type: mdct_float, len: 960, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  130. fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 480, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  131. fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  132. For transform of length 1024, inverse, mdct_float, flags: [aligned, out_of_place], found 3 matches:
  133. 1: mdct_inv_float_avx2 - type: mdct_float, len: [16, ∞], factors[2]: [2, any], flags: [aligned, out_of_place, inv_only], prio: 511
  134. 2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: 96
  135. 3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
  136. For transform of length 512, inverse, fft_float, flags: [aligned, inplace, preshuf, asm_call], found 3 matches:
  137. 1: fft_sr_asm_float_fma3 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 448
  138. 2: fft_sr_asm_float_avx2 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 447
  139. 3: fft_sr_asm_float_avx - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call], prio: 416
  140. Transform tree:
  141. mdct_inv_float_avx2 - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
  142. fft_sr_asm_float_fma3 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
  143. For transform of length 1024, forward, mdct_float, flags: [aligned, out_of_place], found 2 matches:
  144. 1: mdct_fwd_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: 96
  145. 2: mdct_naive_fwd_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only], prio: -130976
  146. For transform of length 512, forward, fft_float, flags: [aligned, inplace, preshuf], found 5 matches:
  147. 1: fft_sr_ns_float_fma3 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf], prio: 448
  148. 2: fft_sr_ns_float_avx2 - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf], prio: 447
  149. 3: fft_sr_ns_float_avx - type: fft_float, len: [64, 131072], factor: 2, flags: [aligned, inplace, out_of_place, preshuf], prio: 416
  150. 4: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7, 5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio: 112
  151. 5: fft512_ns_float_c - type: fft_float, len: 512, factor: 2, flags: [unaligned, inplace, out_of_place, preshuf], prio: 96
  152. Transform tree:
  153. mdct_fwd_float_c - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only]
  154. fft_sr_ns_float_fma3 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
  155. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] demuxer injecting skip 2112 / discard 0
  156. [aac @ 000001b05afb51c0] skip 2112 / discard 0 samples due to side data
  157. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] All info found
  158. [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b05b181d40] After avformat_find_stream_info() pos: 274425 bytes read:532474 seeks:2 frames:44
  159. Selecting decoder 'hevc' because of requested hwaccel method cuda
  160. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'IMG_8057.MOV':
  161. Duration: 00:04:39.67, start: 0.000000, bitrate: 16168 kb/s
  162. Stream #0:0[0x1](und), 1, 1/600: Video: hevc (Main 10) (hvc1 / 0x31637668), yuv420p10le(tv, bt2020nc/bt2020/arib-std-b67), 1920x1080, 15953 kb/s, 29.99 fps, 30 tbr, 600 tbn (default)
  163. Metadata:
  164. creation_time : 2024-04-30T23:50:37.000000Z
  165. handler_name : Core Media Video
  166. vendor_id : [0][0][0][0]
  167. encoder : HEVC
  168. Side data:
  169. DOVI configuration record: version: 1.0, profile: 8, level: 4, rpu flag: 1, el flag: 0, bl flag: 1, compatibility id: 4
  170. displaymatrix: rotation of -90.00 degrees
  171. Stream #0:1[0x2](und), 43, 1/44100: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 164 kb/s (default)
  172. Metadata:
  173. creation_time : 2024-04-30T23:50:37.000000Z
  174. handler_name : Core Media Audio
  175. vendor_id : [0][0][0][0]
  176. Stream #0:2[0x3](und), 0, 1/600: Data: none (mebx / 0x7862656D) (default)
  177. Metadata:
  178. creation_time : 2024-04-30T23:50:37.000000Z
  179. handler_name : Core Media Metadata
  180. Stream #0:3[0x4](und), 0, 1/600: Data: none (mebx / 0x7862656D) (default)
  181. Metadata:
  182. creation_time : 2024-04-30T23:50:37.000000Z
  183. handler_name : Core Media Metadata
  184. Stream #0:4[0x5](und), 0, 1/600: Data: none (mebx / 0x7862656D), 37 kb/s (default)
  185. Metadata:
  186. creation_time : 2024-04-30T23:50:37.000000Z
  187. handler_name : Core Media Metadata
  188. Successfully opened the file.
  189. Parsing a group of options: output url -.
  190. Applying option vf:v (set video filters) with argument hwupload=derive_device=vulkan,libplacebo=tonemapping=auto:colorspace=bt709:color_primaries=bt709:color_trc=bt709:format=yuv420p:upscaler=none:downscaler=none:peak_detect=0,hwupload=derive_device=cuda,scale_cuda=format=yuv420p.
  191. Applying option map (set input stream mapping) with argument 0:v.
  192. Applying option f (force format) with argument null.
  193. Successfully parsed a group of options.
  194. Opening an output file: -.
  195. [out#0/null @ 000001b063dbd400] Adding streams from explicit maps...
  196. [vost#0:0/wrapped_avframe @ 000001b05b2f9680] Created video stream from input stream 0:0
  197. [AVFilterGraph @ 000001b05ac55f80] Setting 'derive_device' to value 'vulkan'
  198. [AVFilterGraph @ 000001b05ac55f80] Setting 'tonemapping' to value 'auto'
  199. [AVFilterGraph @ 000001b05ac55f80] Setting 'colorspace' to value 'bt709'
  200. [AVFilterGraph @ 000001b05ac55f80] Setting 'color_primaries' to value 'bt709'
  201. [AVFilterGraph @ 000001b05ac55f80] Setting 'color_trc' to value 'bt709'
  202. [AVFilterGraph @ 000001b05ac55f80] Setting 'format' to value 'yuv420p'
  203. [AVFilterGraph @ 000001b05ac55f80] Setting 'upscaler' to value 'none'
  204. [AVFilterGraph @ 000001b05ac55f80] Setting 'downscaler' to value 'none'
  205. [AVFilterGraph @ 000001b05ac55f80] Setting 'peak_detect' to value '0'
  206. [AVFilterGraph @ 000001b05ac55f80] Setting 'derive_device' to value 'cuda'
  207. [AVFilterGraph @ 000001b05ac55f80] Setting 'format' to value 'yuv420p'
  208. detected 64 logical cores
  209. [hevc @ 000001b063de7900] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
  210. [hevc @ 000001b063de7900] Decoding VPS
  211. [hevc @ 000001b063de7900] Main 10 profile bitstream
  212. [hevc @ 000001b063de7900] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
  213. [hevc @ 000001b063de7900] Decoding SPS
  214. [hevc @ 000001b063de7900] Main 10 profile bitstream
  215. [hevc @ 000001b063de7900] Decoding VUI
  216. [hevc @ 000001b063de7900] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  217. [hevc @ 000001b063de7900] Decoding PPS
  218. [hevc @ 000001b063de7900] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  219. [hevc @ 000001b063de7900] Decoding SEI
  220. Successfully opened the file.
  221. Stream mapping:
  222. Stream #0:0 -> #0:0 (hevc (native) -> wrapped_avframe (native))
  223. Press [q] to stop, [?] for help
  224. [hevc @ 000001b063de7900] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  225. [hevc @ 000001b063de7900] nal_unit_type: 20(IDR_N_LP), nuh_layer_id: 0, temporal_id: 0
  226. [hevc @ 000001b063de7900] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  227. [hevc @ 000001b063de7900] Decoding SEI
  228. [hevc @ 000001b063de7900] Format cuda chosen by get_format().
  229. [hevc @ 000001b063de7900] Format cuda requires hwaccel initialisation.
  230. [AVHWFramesContext @ 000001b063fd3800] CUDA texture alignment: 512
  231. [AVHWFramesContext @ 000001b063fd2b00] CUDA texture alignment: 512
  232. [hevc @ 000001b063de7900] Loaded lib: nvcuvid.dll
  233. [hevc @ 000001b063de7900] Loaded sym: cuvidGetDecoderCaps
  234. [hevc @ 000001b063de7900] Loaded sym: cuvidCreateDecoder
  235. [hevc @ 000001b063de7900] Loaded sym: cuvidDestroyDecoder
  236. [hevc @ 000001b063de7900] Loaded sym: cuvidDecodePicture
  237. [hevc @ 000001b063de7900] Loaded sym: cuvidGetDecodeStatus
  238. [hevc @ 000001b063de7900] Loaded sym: cuvidReconfigureDecoder
  239. [hevc @ 000001b063de7900] Loaded sym: cuvidMapVideoFrame64
  240. [hevc @ 000001b063de7900] Loaded sym: cuvidUnmapVideoFrame64
  241. [hevc @ 000001b063de7900] Loaded sym: cuvidCtxLockCreate
  242. [hevc @ 000001b063de7900] Loaded sym: cuvidCtxLockDestroy
  243. [hevc @ 000001b063de7900] Loaded sym: cuvidCtxLock
  244. [hevc @ 000001b063de7900] Loaded sym: cuvidCtxUnlock
  245. [hevc @ 000001b063de7900] Loaded sym: cuvidCreateVideoSource
  246. [hevc @ 000001b063de7900] Loaded sym: cuvidCreateVideoSourceW
  247. [hevc @ 000001b063de7900] Loaded sym: cuvidDestroyVideoSource
  248. [hevc @ 000001b063de7900] Loaded sym: cuvidSetVideoSourceState
  249. [hevc @ 000001b063de7900] Loaded sym: cuvidGetVideoSourceState
  250. [hevc @ 000001b063de7900] Loaded sym: cuvidGetSourceVideoFormat
  251. [hevc @ 000001b063de7900] Loaded sym: cuvidGetSourceAudioFormat
  252. [hevc @ 000001b063de7900] Loaded sym: cuvidCreateVideoParser
  253. [hevc @ 000001b063de7900] Loaded sym: cuvidParseVideoData
  254. [hevc @ 000001b063de7900] Loaded sym: cuvidDestroyVideoParser
  255. [hevc @ 000001b063de7900] NVDEC capabilities:
  256. [hevc @ 000001b063de7900] format supported: yes, max_mb_count: 262144
  257. [hevc @ 000001b063de7900] min_width: 144, max_width: 8192
  258. [hevc @ 000001b063de7900] min_height: 144, max_height: 8192
  259. [hevc @ 000001b063de7d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  260. [hevc @ 000001b063de7d00] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  261. [hevc @ 000001b063de8100] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  262. [hevc @ 000001b063de8100] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  263. [hevc @ 000001b063de8100] Output frame with POC 0.
  264. [hevc @ 000001b063dbe080] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  265. [hevc @ 000001b063dbe080] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  266. [hevc @ 000001b063dbe080] Output frame with POC 1.
  267. [hevc @ 000001b063e09100] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  268. [hevc @ 000001b063e09100] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  269. [hevc @ 000001b063e09100] Output frame with POC 2.
  270. [hevc @ 000001b063e09900] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  271. [hevc @ 000001b063e09900] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  272. [hevc @ 000001b063e09900] Output frame with POC 3.
  273. [hevc @ 000001b063e0ad00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  274. [hevc @ 000001b063e0ad00] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  275. [hevc @ 000001b063e0ad00] Output frame with POC 4.
  276. [hevc @ 000001b063e0b100] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  277. [hevc @ 000001b063e0b100] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  278. [hevc @ 000001b063e0b100] Output frame with POC 5.
  279. [hevc @ 000001b063e0a500] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  280. [hevc @ 000001b063e0a500] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  281. [hevc @ 000001b063e0a500] Output frame with POC 6.
  282. [hevc @ 000001b063e08d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  283. [hevc @ 000001b063e08d00] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  284. [hevc @ 000001b063e08d00] Output frame with POC 7.
  285. [hevc @ 000001b063e09500] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  286. [hevc @ 000001b063e09500] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  287. [hevc @ 000001b063e09500] Output frame with POC 8.
  288. [hevc @ 000001b063e09d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  289. [hevc @ 000001b063e09d00] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  290. [hevc @ 000001b063e09d00] Output frame with POC 9.
  291. [hevc @ 000001b063e0a100] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  292. [hevc @ 000001b063e0a100] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  293. [hevc @ 000001b063e0a100] Output frame with POC 10.
  294. [hevc @ 000001b063e0a900] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  295. [hevc @ 000001b063e0a900] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  296. [hevc @ 000001b063e0a900] Output frame with POC 11.
  297. [hevc @ 000001b063e0b500] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  298. [hevc @ 000001b063e0b500] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  299. [hevc @ 000001b063e0b500] Output frame with POC 12.
  300. [hevc @ 000001b063e0b900] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  301. [hevc @ 000001b063e0b900] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  302. [hevc @ 000001b063e0b900] Output frame with POC 13.
  303. [hevc @ 000001b063de7900] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  304. [hevc @ 000001b063de7900] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  305. [hevc @ 000001b063de7900] Output frame with POC 14.
  306. [hevc @ 000001b063de7d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  307. [hevc @ 000001b063de7d00] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  308. [hevc @ 000001b063de7d00] Output frame with POC 15.
  309. There are 2 hardware devices. device vk of type vulkan is picked for filters by default. Set hardware device explicitly with the filter_hw_device option if device vk is not usable for filters.
  310. [AVFilterGraph @ 000001b0685e1a40] Setting 'derive_device' to value 'vulkan'
  311. [AVFilterGraph @ 000001b0685e1a40] Setting 'tonemapping' to value 'auto'
  312. [AVFilterGraph @ 000001b0685e1a40] Setting 'colorspace' to value 'bt709'
  313. [AVFilterGraph @ 000001b0685e1a40] Setting 'color_primaries' to value 'bt709'
  314. [AVFilterGraph @ 000001b0685e1a40] Setting 'color_trc' to value 'bt709'
  315. [AVFilterGraph @ 000001b0685e1a40] Setting 'format' to value 'yuv420p'
  316. [AVFilterGraph @ 000001b0685e1a40] Setting 'upscaler' to value 'none'
  317. [AVFilterGraph @ 000001b0685e1a40] Setting 'downscaler' to value 'none'
  318. [AVFilterGraph @ 000001b0685e1a40] Setting 'peak_detect' to value '0'
  319. [AVFilterGraph @ 000001b0685e1a40] Setting 'derive_device' to value 'cuda'
  320. [AVFilterGraph @ 000001b0685e1a40] Setting 'format' to value 'yuv420p'
  321. [graph 0 input from stream 0:0 @ 000001b05abf6a40] Setting 'video_size' to value '1920x1080'
  322. [graph 0 input from stream 0:0 @ 000001b05abf6a40] Setting 'pix_fmt' to value '117'
  323. [graph 0 input from stream 0:0 @ 000001b05abf6a40] Setting 'time_base' to value '1/600'
  324. [graph 0 input from stream 0:0 @ 000001b05abf6a40] Setting 'pixel_aspect' to value '0/1'
  325. [graph 0 input from stream 0:0 @ 000001b05abf6a40] Setting 'frame_rate' to value '30/1'
  326. [graph 0 input from stream 0:0 @ 000001b05abf6a40] w:1920 h:1080 pixfmt:cuda tb:1/600 fr:30/1 sar:0/1
  327. The filters 'graph 0 input from stream 0:0' and 'trim_in_0_0' do not have a common format and automatic conversion is disabled.
  328. [vf#0:0 @ 000001b0525ca7c0] Error reinitializing filters!
  329. Failed to inject frame into filter network: Invalid argument
  330. [vist#0:0/hevc @ 000001b0639dcb80] Decoder thread received EOF packet
  331. [hevc @ 000001b063de8100] Output frame with POC 16.
  332. [vist#0:0/hevc @ 000001b0639dcb80] Decoder returned EOF, finishing
  333. [vist#0:0/hevc @ 000001b0639dcb80] Terminating decoder thread
  334. Error while filtering: Invalid argument
  335. [out#0/null @ 000001b063dbd400] Nothing was written into output file, because at least one of its streams received no packets.
  336. frame= 0 fps=0.0 q=0.0 Lsize= 0kB time=N/A bitrate=N/A speed=N/A
  337. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001b063bc92c0] Terminating demuxer thread
  338. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001b063bc92c0] Input file #0 (IMG_8057.MOV):
  339. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001b063bc92c0] Input stream #0:0 (video): 20 packets read (1434628 bytes); 2 frames decoded; 0 decode errors;
  340. [in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001b063bc92c0] Total: 20 packets (1434628 bytes) demuxed
  341. [AVIOContext @ 000001b05abb5d80] Statistics: 1978486 bytes read, 3 seeks
  342. Conversion failed!
  343.  
Advertisement
Add Comment
Please, Sign In to add comment