Advertisement
Guest User

ffmpeg-cuda

a guest
Apr 3rd, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 181.80 KB | None | 0 0
  1. ffmpeg started on 2024-04-03 at 18:58:39
  2. Report written to "ffmpeg-20240403-185839.log"
  3. Log level: 48
  4. Command line:
  5. "\\ffmpeg.exe" -hwaccel cuda -hwaccel cuda -i "***.mkv" -y -map 0 -filter_complex "[0:v]hwupload_cuda,scale_cuda=1920:1080:format=yuv420p:interp_algo=lanczos" -fps_mode:v passthrough -c:v h264_nvenc -preset 18 -profile:v high -level 4.1 -b:v 13000K -rc cbr -c:a copy -c:s copy -report "***.mkv" -hide_banner -loglevel warning -stats
  6. Splitting the commandline.
  7. Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'cuda'.
  8. Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'cuda'.
  9. Reading option '-i' ... matched as input url with argument '***.mkv'.
  10. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  11. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
  12. Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument '[0:v]hwupload_cuda,scale_cuda=1920:1080:format=yuv420p:interp_algo=lanczos'.
  13. Reading option '-fps_mode:v' ... matched as option 'fps_mode' (set framerate mode for matching video streams; overrides vsync) with argument 'passthrough'.
  14. Reading option '-c:v' ... matched as option 'c' (select encoder/decoder ('copy' to copy stream without reencoding)) with argument 'h264_nvenc'.
  15. Reading option '-preset' ... matched as AVOption 'preset' with argument '18'.
  16. Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument 'high'.
  17. Reading option '-level' ... matched as AVOption 'level' with argument '4.1'.
  18. Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '13000K'.
  19. Reading option '-rc' ... matched as AVOption 'rc' with argument 'cbr'.
  20. Reading option '-c:a' ... matched as option 'c' (select encoder/decoder ('copy' to copy stream without reencoding)) with argument 'copy'.
  21. Reading option '-c:s' ... matched as option 'c' (select encoder/decoder ('copy' to copy stream without reencoding)) with argument 'copy'.
  22. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  23. Reading option '***.mkv' ... matched as output url.
  24. Reading option '-hide_banner' ... matched as option 'hide_banner' (do not show program banner) with argument '1'.
  25. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'warning'.
  26. Reading option '-stats' ... matched as option 'stats' (print progress report during encoding) with argument '1'.
  27. Finished splitting the commandline.
  28. Parsing a group of options: global .
  29. Applying option y (overwrite output files) with argument 1.
  30. Applying option filter_complex (create a complex filtergraph) with argument [0:v]hwupload_cuda,scale_cuda=1920:1080:format=yuv420p:interp_algo=lanczos.
  31. [AVFilterGraph @ 0000020f8a464dc0] Setting 'w' to value '1920'
  32. [AVFilterGraph @ 0000020f8a464dc0] Setting 'h' to value '1080'
  33. [AVFilterGraph @ 0000020f8a464dc0] Setting 'format' to value 'yuv420p'
  34. [AVFilterGraph @ 0000020f8a464dc0] Setting 'interp_algo' to value 'lanczos'
  35. [AVHWDeviceContext @ 0000020f8a461340] Loaded lib: nvcuda.dll
  36. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuInit
  37. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDriverGetVersion
  38. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDeviceGetCount
  39. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDeviceGet
  40. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDeviceGetAttribute
  41. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDeviceGetName
  42. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDeviceComputeCapability
  43. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuCtxCreate_v2
  44. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuCtxGetCurrent
  45. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuCtxSetLimit
  46. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuCtxPushCurrent_v2
  47. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuCtxPopCurrent_v2
  48. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuCtxDestroy_v2
  49. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemAlloc_v2
  50. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemAllocPitch_v2
  51. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemAllocManaged
  52. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemsetD8Async
  53. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemFree_v2
  54. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemcpy
  55. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemcpyAsync
  56. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemcpy2D_v2
  57. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemcpy2DAsync_v2
  58. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemcpyHtoD_v2
  59. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemcpyHtoDAsync_v2
  60. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemcpyDtoH_v2
  61. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemcpyDtoHAsync_v2
  62. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemcpyDtoD_v2
  63. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMemcpyDtoDAsync_v2
  64. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuGetErrorName
  65. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuGetErrorString
  66. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuCtxGetDevice
  67. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDevicePrimaryCtxRetain
  68. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDevicePrimaryCtxRelease
  69. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDevicePrimaryCtxSetFlags
  70. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDevicePrimaryCtxGetState
  71. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDevicePrimaryCtxReset
  72. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuStreamCreate
  73. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuStreamQuery
  74. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuStreamSynchronize
  75. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuStreamDestroy_v2
  76. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuStreamAddCallback
  77. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuStreamWaitEvent
  78. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuEventCreate
  79. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuEventDestroy_v2
  80. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuEventSynchronize
  81. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuEventQuery
  82. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuEventRecord
  83. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuLaunchKernel
  84. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuLinkCreate
  85. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuLinkAddData
  86. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuLinkComplete
  87. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuLinkDestroy
  88. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuModuleLoadData
  89. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuModuleUnload
  90. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuModuleGetFunction
  91. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuModuleGetGlobal
  92. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuTexObjectCreate
  93. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuTexObjectDestroy
  94. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuGLGetDevices_v2
  95. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuGraphicsGLRegisterImage
  96. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuGraphicsUnregisterResource
  97. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuGraphicsMapResources
  98. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuGraphicsUnmapResources
  99. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuGraphicsSubResourceGetMappedArray
  100. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuGraphicsResourceGetMappedPointer_v2
  101. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDeviceGetUuid
  102. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDeviceGetUuid_v2
  103. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDeviceGetLuid
  104. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDeviceGetByPCIBusId
  105. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDeviceGetPCIBusId
  106. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuImportExternalMemory
  107. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDestroyExternalMemory
  108. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuExternalMemoryGetMappedBuffer
  109. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuExternalMemoryGetMappedMipmappedArray
  110. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMipmappedArrayGetLevel
  111. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuMipmappedArrayDestroy
  112. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuImportExternalSemaphore
  113. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuDestroyExternalSemaphore
  114. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuSignalExternalSemaphoresAsync
  115. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuWaitExternalSemaphoresAsync
  116. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuArrayCreate_v2
  117. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuArray3DCreate_v2
  118. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuArrayDestroy
  119. [AVHWDeviceContext @ 0000020f8a461340] Cannot load optional cuEGLStreamProducerConnect
  120. [AVHWDeviceContext @ 0000020f8a461340] Cannot load optional cuEGLStreamProducerDisconnect
  121. [AVHWDeviceContext @ 0000020f8a461340] Cannot load optional cuEGLStreamConsumerDisconnect
  122. [AVHWDeviceContext @ 0000020f8a461340] Cannot load optional cuEGLStreamProducerPresentFrame
  123. [AVHWDeviceContext @ 0000020f8a461340] Cannot load optional cuEGLStreamProducerReturnFrame
  124. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuD3D11GetDevice
  125. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuD3D11GetDevices
  126. [AVHWDeviceContext @ 0000020f8a461340] Loaded sym: cuGraphicsD3D11RegisterResource
  127. Applying option report (generate a report) with argument 1.
  128. Applying option hide_banner (do not show program banner) with argument 1.
  129. Applying option loglevel (set logging level) with argument warning.
  130. Applying option stats (print progress report during encoding) with argument 1.
  131. Successfully parsed a group of options.
  132. Parsing a group of options: input url ***.mkv.
  133. Applying option hwaccel (use HW accelerated decoding) with argument cuda.
  134. Applying option hwaccel (use HW accelerated decoding) with argument cuda.
  135. Successfully parsed a group of options.
  136. Opening an input file: ***.mkv.
  137. [AVFormatContext @ 0000020f8a461dc0] Opening '***.mkv' for reading
  138. [file @ 0000020f8a465200] Setting default whitelist 'file,crypto,data'
  139. [matroska,webm @ 0000020f8a461dc0] Format matroska,webm probed with size=2048 and score=100
  140. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x22B59D at pos. 5137
  141. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7179
  142. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7229
  143. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7281
  144. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7340
  145. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7397
  146. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7454
  147. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7516
  148. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7574
  149. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7623
  150. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7678
  151. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7737
  152. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7798
  153. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7854
  154. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7909
  155. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 7966
  156. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8019
  157. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8073
  158. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8130
  159. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8190
  160. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8247
  161. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8304
  162. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8369
  163. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8426
  164. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8484
  165. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8545
  166. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8609
  167. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8665
  168. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8729
  169. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8784
  170. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8837
  171. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8897
  172. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 8960
  173. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9027
  174. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9086
  175. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9151
  176. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9206
  177. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9257
  178. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9308
  179. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9357
  180. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9414
  181. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9475
  182. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9540
  183. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9594
  184. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9650
  185. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9702
  186. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9760
  187. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9824
  188. [matroska,webm @ 0000020f8a461dc0] Unknown entry 0x437D at pos. 9877
  189. st:0 removing common factor 1000000 from timebase
  190. [matroska,webm @ 0000020f8a461dc0] Unknown Block Addition Mapping type 0x68766345, value 0, name ""
  191. [matroska,webm @ 0000020f8a461dc0] Invalid Block Addition value 0x0 for unknown Block Addition Mapping type 68766345, name ""
  192. [matroska,webm @ 0000020f8a461dc0] Before avformat_find_stream_info() pos: 9989 bytes read:33131 seeks:2 nb_streams:1
  193. [hevc @ 0000020f8a469880] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
  194. [hevc @ 0000020f8a469880] Decoding VPS
  195. [hevc @ 0000020f8a469880] Main 10 profile bitstream
  196. [hevc @ 0000020f8a469880] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
  197. [hevc @ 0000020f8a469880] Decoding SPS
  198. [hevc @ 0000020f8a469880] Main 10 profile bitstream
  199. [hevc @ 0000020f8a469880] Decoding VUI
  200. [hevc @ 0000020f8a469880] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  201. [hevc @ 0000020f8a469880] Decoding PPS
  202. [hevc @ 0000020f8a469880] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  203. [hevc @ 0000020f8a469880] Decoding SEI
  204. [hevc @ 0000020f8a469880] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  205. [hevc @ 0000020f8a469880] Decoding SEI
  206. [matroska,webm @ 0000020f8a461dc0] All info found
  207. [matroska,webm @ 0000020f8a461dc0] After avformat_find_stream_info() pos: 22996 bytes read:65899 seeks:2 frames:2
  208. Multiple -hwaccel options specified for stream 0, only the last option '-hwaccel cuda' will be used.
  209. Selecting decoder 'hevc' because of requested hwaccel method cuda
  210. Input #0, matroska,webm, from '***.mkv':
  211. Metadata:
  212. encoder : libebml v1.4.5 + libmatroska v1.7.1
  213. creation_time : 2024-04-03T16:14:21.000000Z
  214. Duration: 03:51:36.55, start: 0.000000, bitrate: 49495 kb/s
  215. Chapters:
  216. Chapter #0:0: start 0.000000, end 100.267000
  217. Metadata:
  218. title : Overture
  219. Chapter #0:1: start 100.267000, end 244.911000
  220. Metadata:
  221. title : Prologue
  222. Chapter #0:2: start 244.911000, end 584.501000
  223. Metadata:
  224. title : Main Title
  225. Chapter #0:3: start 584.501000, end 775.233000
  226. Metadata:
  227. title : Rameses The First
  228. Chapter #0:4: start 775.233000, end 1025.066000
  229. Metadata:
  230. title : Drifting Basket
  231. Chapter #0:5: start 1025.066000, end 1220.803000
  232. Metadata:
  233. title : Prince Of Egypt
  234. Chapter #0:6: start 1220.803000, end 1557.890000
  235. Metadata:
  236. title : Moses The Conqueror
  237. Chapter #0:7: start 1557.890000, end 1649.648000
  238. Metadata:
  239. title : Throne Princess
  240. Chapter #0:8: start 1649.648000, end 1848.889000
  241. Metadata:
  242. title : Goshen
  243. Chapter #0:9: start 1848.889000, end 2177.175000
  244. Metadata:
  245. title : The Keystone
  246. Chapter #0:10: start 2177.175000, end 2297.545000
  247. Metadata:
  248. title : Temple Granaries
  249. Chapter #0:11: start 2297.545000, end 2626.582000
  250. Metadata:
  251. title : Hounds And Jackals
  252. Chapter #0:12: start 2626.582000, end 2966.547000
  253. Metadata:
  254. title : Treasure City
  255. Chapter #0:13: start 2966.547000, end 3569.733000
  256. Metadata:
  257. title : Hebrew Cloth
  258. Chapter #0:14: start 3569.733000, end 4048.544000
  259. Metadata:
  260. title : The Binding Tie
  261. Chapter #0:15: start 4048.544000, end 4525.938000
  262. Metadata:
  263. title : Brick Pits
  264. Chapter #0:16: start 4525.938000, end 4722.635000
  265. Metadata:
  266. title : Royal Barge
  267. Chapter #0:17: start 4722.635000, end 5251.580000
  268. Metadata:
  269. title : Master Butcher
  270. Chapter #0:18: start 5251.580000, end 5922.667000
  271. Metadata:
  272. title : Pharaoh's Justice
  273. Chapter #0:19: start 5922.667000, end 6118.696000
  274. Metadata:
  275. title : Dathan's Bribe
  276. Chapter #0:20: start 6118.696000, end 6249.785000
  277. Metadata:
  278. title : Robe And Staff
  279. Chapter #0:21: start 6249.785000, end 6447.858000
  280. Metadata:
  281. title : The Wilderness Of Shur
  282. Chapter #0:22: start 6447.858000, end 6788.865000
  283. Metadata:
  284. title : Well Of Midian
  285. Chapter #0:23: start 6788.865000, end 6990.150000
  286. Metadata:
  287. title : Mountain Of God
  288. Chapter #0:24: start 6990.150000, end 7180.632000
  289. Metadata:
  290. title : Jethro's Daughters
  291. Chapter #0:25: start 7180.632000, end 7369.445000
  292. Metadata:
  293. title : Moses Chooses Sephora
  294. Chapter #0:26: start 7369.445000, end 7554.630000
  295. Metadata:
  296. title : Sethi's Death
  297. Chapter #0:27: start 7554.630000, end 7723.758000
  298. Metadata:
  299. title : A Man Among The Sheep
  300. Chapter #0:28: start 7723.758000, end 8149.725000
  301. Metadata:
  302. title : Burning Bush
  303. Chapter #0:29: start 8149.725000, end 8285.360000
  304. Metadata:
  305. title : Entr' Acte
  306. Chapter #0:30: start 8285.360000, end 8601.092000
  307. Metadata:
  308. title : Return Into Egypt
  309. Chapter #0:31: start 8601.092000, end 8709.576000
  310. Metadata:
  311. title : Bricks Without Straw
  312. Chapter #0:32: start 8709.576000, end 8989.397000
  313. Metadata:
  314. title : Bound To A Shepherd Girl
  315. Chapter #0:33: start 8989.397000, end 9437.345000
  316. Metadata:
  317. title : Plagues On Egypt
  318. Chapter #0:34: start 9437.345000, end 9872.196000
  319. Metadata:
  320. title : Death To The Firstborn
  321. Chapter #0:35: start 9872.196000, end 10008.415000
  322. Metadata:
  323. title : Lamb's Blood
  324. Chapter #0:36: start 10008.415000, end 10514.045000
  325. Metadata:
  326. title : Passover
  327. Chapter #0:37: start 10514.045000, end 10739.729000
  328. Metadata:
  329. title : Set Free
  330. Chapter #0:38: start 10739.729000, end 11400.889000
  331. Metadata:
  332. title : Exodus
  333. Chapter #0:39: start 11400.889000, end 11663.694000
  334. Metadata:
  335. title : Hardened Heart
  336. Chapter #0:40: start 11663.694000, end 11968.123000
  337. Metadata:
  338. title : Pharaoh's Chariots
  339. Chapter #0:41: start 11968.123000, end 12546.117000
  340. Metadata:
  341. title : Parting Of The Red Sea
  342. Chapter #0:42: start 12546.117000, end 12721.459000
  343. Metadata:
  344. title : Mount Sinai
  345. Chapter #0:43: start 12721.459000, end 13075.229000
  346. Metadata:
  347. title : Finger Of God
  348. Chapter #0:44: start 13075.229000, end 13234.930000
  349. Metadata:
  350. title : Idolaters
  351. Chapter #0:45: start 13234.930000, end 13385.747000
  352. Metadata:
  353. title : The Lord's Side
  354. Chapter #0:46: start 13385.747000, end 13612.432000
  355. Metadata:
  356. title : Go, Proclaim Liberty!
  357. Chapter #0:47: start 13612.432000, end 13896.550000
  358. Metadata:
  359. title : Exit Music
  360. Stream #0:0, 2, 1/1000: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)
  361. Metadata:
  362. BPS : 49493489
  363. DURATION : 03:51:36.550000000
  364. NUMBER_OF_FRAMES: 333184
  365. NUMBER_OF_BYTES : 85973594206
  366. SOURCE_ID : 001011
  367. _STATISTICS_WRITING_APP: mkvmerge v82.0 ('Peppins') 64-bit
  368. _STATISTICS_WRITING_DATE_UTC: 2024-04-03 16:14:21
  369. _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
  370. Side data:
  371. DOVI configuration record: version: 1.0, profile: 7, level: 6, rpu flag: 1, el flag: 1, bl flag: 1, compatibility id: 6
  372. Successfully opened the file.
  373. Parsing a group of options: output url ***.mkv.
  374. Applying option map (set input stream mapping) with argument 0.
  375. Applying option fps_mode:v (set framerate mode for matching video streams; overrides vsync) with argument passthrough.
  376. Applying option c:v (select encoder/decoder ('copy' to copy stream without reencoding)) with argument h264_nvenc.
  377. Applying option profile:v (set profile) with argument high.
  378. Applying option b:v (video bitrate (please use -b:v)) with argument 13000K.
  379. Applying option c:a (select encoder/decoder ('copy' to copy stream without reencoding)) with argument copy.
  380. Applying option c:s (select encoder/decoder ('copy' to copy stream without reencoding)) with argument copy.
  381. Successfully parsed a group of options.
  382. Opening an output file: ***.mkv.
  383. [out#0/matroska @ 0000020f8a469880] Creating output stream from unlabeled output of complex filtergraph 0.
  384. [vost#0:0/h264_nvenc @ 0000020f8a4c46c0] Created video stream from complex filtergraph 0:[scale_cuda:default]
  385. [vost#0:0/h264_nvenc @ 0000020f8a4c46c0]
  386. [out#0/matroska @ 0000020f8a469880] Adding streams from explicit maps...
  387. [vost#0:1/h264_nvenc @ 0000020f8a496e00] Created video stream from input stream 0:0
  388. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded lib: nvcuda.dll
  389. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuInit
  390. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDriverGetVersion
  391. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDeviceGetCount
  392. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDeviceGet
  393. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDeviceGetAttribute
  394. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDeviceGetName
  395. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDeviceComputeCapability
  396. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuCtxCreate_v2
  397. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuCtxGetCurrent
  398. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuCtxSetLimit
  399. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuCtxPushCurrent_v2
  400. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuCtxPopCurrent_v2
  401. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuCtxDestroy_v2
  402. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemAlloc_v2
  403. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemAllocPitch_v2
  404. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemAllocManaged
  405. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemsetD8Async
  406. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemFree_v2
  407. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemcpy
  408. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemcpyAsync
  409. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemcpy2D_v2
  410. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemcpy2DAsync_v2
  411. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemcpyHtoD_v2
  412. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemcpyHtoDAsync_v2
  413. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemcpyDtoH_v2
  414. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemcpyDtoHAsync_v2
  415. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemcpyDtoD_v2
  416. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMemcpyDtoDAsync_v2
  417. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuGetErrorName
  418. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuGetErrorString
  419. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuCtxGetDevice
  420. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDevicePrimaryCtxRetain
  421. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDevicePrimaryCtxRelease
  422. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDevicePrimaryCtxSetFlags
  423. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDevicePrimaryCtxGetState
  424. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDevicePrimaryCtxReset
  425. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuStreamCreate
  426. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuStreamQuery
  427. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuStreamSynchronize
  428. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuStreamDestroy_v2
  429. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuStreamAddCallback
  430. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuStreamWaitEvent
  431. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuEventCreate
  432. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuEventDestroy_v2
  433. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuEventSynchronize
  434. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuEventQuery
  435. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuEventRecord
  436. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuLaunchKernel
  437. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuLinkCreate
  438. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuLinkAddData
  439. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuLinkComplete
  440. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuLinkDestroy
  441. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuModuleLoadData
  442. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuModuleUnload
  443. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuModuleGetFunction
  444. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuModuleGetGlobal
  445. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuTexObjectCreate
  446. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuTexObjectDestroy
  447. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuGLGetDevices_v2
  448. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuGraphicsGLRegisterImage
  449. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuGraphicsUnregisterResource
  450. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuGraphicsMapResources
  451. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuGraphicsUnmapResources
  452. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuGraphicsSubResourceGetMappedArray
  453. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuGraphicsResourceGetMappedPointer_v2
  454. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDeviceGetUuid
  455. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDeviceGetUuid_v2
  456. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDeviceGetLuid
  457. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDeviceGetByPCIBusId
  458. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDeviceGetPCIBusId
  459. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuImportExternalMemory
  460. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDestroyExternalMemory
  461. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuExternalMemoryGetMappedBuffer
  462. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuExternalMemoryGetMappedMipmappedArray
  463. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMipmappedArrayGetLevel
  464. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuMipmappedArrayDestroy
  465. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuImportExternalSemaphore
  466. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuDestroyExternalSemaphore
  467. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuSignalExternalSemaphoresAsync
  468. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuWaitExternalSemaphoresAsync
  469. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuArrayCreate_v2
  470. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuArray3DCreate_v2
  471. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuArrayDestroy
  472. [AVHWDeviceContext @ 0000020f8a4ab500] Cannot load optional cuEGLStreamProducerConnect
  473. [AVHWDeviceContext @ 0000020f8a4ab500] Cannot load optional cuEGLStreamProducerDisconnect
  474. [AVHWDeviceContext @ 0000020f8a4ab500] Cannot load optional cuEGLStreamConsumerDisconnect
  475. [AVHWDeviceContext @ 0000020f8a4ab500] Cannot load optional cuEGLStreamProducerPresentFrame
  476. [AVHWDeviceContext @ 0000020f8a4ab500] Cannot load optional cuEGLStreamProducerReturnFrame
  477. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuD3D11GetDevice
  478. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuD3D11GetDevices
  479. [AVHWDeviceContext @ 0000020f8a4ab500] Loaded sym: cuGraphicsD3D11RegisterResource
  480. detected 12 logical cores
  481. [hevc @ 0000020f8a49b380] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
  482. [hevc @ 0000020f8a49b380] Decoding VPS
  483. [hevc @ 0000020f8a49b380] Main 10 profile bitstream
  484. [hevc @ 0000020f8a49b380] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
  485. [hevc @ 0000020f8a49b380] Decoding SPS
  486. [hevc @ 0000020f8a49b380] Main 10 profile bitstream
  487. [hevc @ 0000020f8a49b380] Decoding VUI
  488. [hevc @ 0000020f8a49b380] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  489. [hevc @ 0000020f8a49b380] Decoding PPS
  490. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  491. [hevc @ 0000020f8a49b380] Decoding SEI
  492. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  493. [hevc @ 0000020f8a49b380] Decoding SEI
  494. [file @ 0000020f93a5f7c0] Setting default whitelist 'file,crypto,data'
  495. Successfully opened the file.
  496. [fc#0 @ 0000020f8a448080] Binding input with label '0:v' to input stream 0:0
  497. Stream mapping:
  498. Stream #0:0 (hevc) -> hwupload_cuda:default (graph 0)
  499. scale_cuda:default (graph 0) -> Stream #0:0 (h264_nvenc)
  500. Stream #0:0 -> #0:1 (hevc (native) -> h264 (h264_nvenc))
  501. [vost#0:0/h264_nvenc @ 0000020f8a4c46c0] Starting thread...
  502. [vost#0:1/h264_nvenc @ 0000020f8a496e00] Starting thread...
  503. [fc#0 @ 0000020f8a448080] Starting thread...
  504. [vf#0:1 @ 0000020f8a4a9f00] Starting thread...
  505. [vist#0:0/hevc @ 0000020f93b2cd80] [dec:hevc @ 0000020f8a4992c0] Starting thread...
  506. [in#0/matroska,webm @ 0000020f8a466440] Starting thread...
  507. Press [q] to stop, [?] for help
  508. [hevc @ 0000020f8a49b380] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  509. [hevc @ 0000020f8a49b380] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
  510. [hevc @ 0000020f8a49b380] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
  511. [hevc @ 0000020f8a49b380] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  512. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  513. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  514. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  515. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  516. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  517. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  518. [hevc @ 0000020f8a49b380] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  519. [hevc @ 0000020f8a49b380] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  520. [hevc @ 0000020f8a49b380] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  521. [hevc @ 0000020f8a49b380] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  522. [hevc @ 0000020f8a49b380] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  523. [hevc @ 0000020f8a49b380] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  524. [hevc @ 0000020f8a49b380] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  525. [hevc @ 0000020f8a49b380] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  526. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  527. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  528. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  529. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  530. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  531. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  532. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  533. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  534. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  535. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  536. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  537. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  538. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  539. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  540. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  541. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  542. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  543. [hevc @ 0000020f8a49b380] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  544. [hevc @ 0000020f8a49b380] Decoding VPS
  545. [hevc @ 0000020f8a49b380] Main 10 profile bitstream
  546. [hevc @ 0000020f8a49b380] Decoding SPS
  547. [hevc @ 0000020f8a49b380] Main 10 profile bitstream
  548. [hevc @ 0000020f8a49b380] Decoding VUI
  549. [hevc @ 0000020f8a49b380] Decoding PPS
  550. [hevc @ 0000020f8a49b380] Decoding SEI
  551. [hevc @ 0000020f8a49b380] Decoding SEI
  552. [hevc @ 0000020f8a49b380] Skipped PREFIX SEI 0
  553. [hevc @ 0000020f8a49b380] Decoding SEI
  554. [hevc @ 0000020f8a49b380] Decoding SEI
  555. [hevc @ 0000020f8a49b380] Skipped PREFIX SEI 6
  556. [hevc @ 0000020f8a49b380] Decoding SEI
  557. [hevc @ 0000020f8a49b380] Decoding SEI
  558. [hevc @ 0000020f8a49b380] Format cuda chosen by get_format().
  559. [hevc @ 0000020f8a49b380] Format cuda requires hwaccel hevc_nvdec initialisation.
  560. [AVHWFramesContext @ 0000020f93a613c0] CUDA texture alignment: 512
  561. [AVHWFramesContext @ 0000020f93a61480] CUDA texture alignment: 512
  562. [hevc @ 0000020f8a49b380] Loaded lib: nvcuvid.dll
  563. [hevc @ 0000020f8a49b380] Loaded sym: cuvidGetDecoderCaps
  564. [hevc @ 0000020f8a49b380] Loaded sym: cuvidCreateDecoder
  565. [hevc @ 0000020f8a49b380] Loaded sym: cuvidDestroyDecoder
  566. [hevc @ 0000020f8a49b380] Loaded sym: cuvidDecodePicture
  567. [hevc @ 0000020f8a49b380] Loaded sym: cuvidGetDecodeStatus
  568. [hevc @ 0000020f8a49b380] Loaded sym: cuvidReconfigureDecoder
  569. [hevc @ 0000020f8a49b380] Loaded sym: cuvidMapVideoFrame64
  570. [hevc @ 0000020f8a49b380] Loaded sym: cuvidUnmapVideoFrame64
  571. [hevc @ 0000020f8a49b380] Loaded sym: cuvidCtxLockCreate
  572. [hevc @ 0000020f8a49b380] Loaded sym: cuvidCtxLockDestroy
  573. [hevc @ 0000020f8a49b380] Loaded sym: cuvidCtxLock
  574. [hevc @ 0000020f8a49b380] Loaded sym: cuvidCtxUnlock
  575. [hevc @ 0000020f8a49b380] Loaded sym: cuvidCreateVideoSource
  576. [hevc @ 0000020f8a49b380] Loaded sym: cuvidCreateVideoSourceW
  577. [hevc @ 0000020f8a49b380] Loaded sym: cuvidDestroyVideoSource
  578. [hevc @ 0000020f8a49b380] Loaded sym: cuvidSetVideoSourceState
  579. [hevc @ 0000020f8a49b380] Loaded sym: cuvidGetVideoSourceState
  580. [hevc @ 0000020f8a49b380] Loaded sym: cuvidGetSourceVideoFormat
  581. [hevc @ 0000020f8a49b380] Loaded sym: cuvidGetSourceAudioFormat
  582. [hevc @ 0000020f8a49b380] Loaded sym: cuvidCreateVideoParser
  583. [hevc @ 0000020f8a49b380] Loaded sym: cuvidParseVideoData
  584. [hevc @ 0000020f8a49b380] Loaded sym: cuvidDestroyVideoParser
  585. [hevc @ 0000020f8a49b380] NVDEC capabilities:
  586. [hevc @ 0000020f8a49b380] format supported: yes, max_mb_count: 262144
  587. [hevc @ 0000020f8a49b380] min_width: 144, max_width: 8192
  588. [hevc @ 0000020f8a49b380] min_height: 144, max_height: 8192
  589. [hevc @ 0000020f8a49b380] Mastering Display Metadata:
  590. [hevc @ 0000020f8a49b380] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  591. [hevc @ 0000020f8a49b380] min_luminance=0.005000, max_luminance=4000.000000
  592. [hevc @ 0000020f8a49b380] Content Light Level Metadata:
  593. [hevc @ 0000020f8a49b380] MaxCLL=1281, MaxFALL=148
  594. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  595. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  596. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  597. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  598. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  599. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  600. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  601. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  602. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  603. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  604. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  605. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  606. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  607. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  608. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  609. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  610. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  611. [hevc @ 0000020f939dba40] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  612. [hevc @ 0000020f939dba40] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  613. [hevc @ 0000020f939dba40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  614. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  615. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  616. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  617. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  618. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  619. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  620. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  621. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  622. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  623. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  624. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  625. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  626. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  627. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  628. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  629. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  630. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  631. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  632. [hevc @ 0000020f939dba40] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  633. [hevc @ 0000020f939dba40] Decoding PPS
  634. [hevc @ 0000020f939dba40] Decoding SEI
  635. [hevc @ 0000020f939dba40] Mastering Display Metadata:
  636. [hevc @ 0000020f939dba40] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  637. [hevc @ 0000020f939dba40] min_luminance=0.005000, max_luminance=4000.000000
  638. [hevc @ 0000020f939dba40] Content Light Level Metadata:
  639. [hevc @ 0000020f939dba40] MaxCLL=1281, MaxFALL=148
  640. [hevc @ 0000020f939dba40] Output frame with POC 0.
  641. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  642. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  643. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  644. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  645. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  646. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  647. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  648. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  649. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  650. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  651. [hevc @ 0000020f939effc0] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  652. [hevc @ 0000020f939effc0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  653. [hevc @ 0000020f939effc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  654. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  655. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  656. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  657. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  658. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  659. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  660. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  661. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  662. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  663. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  664. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  665. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  666. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  667. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  668. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  669. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  670. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  671. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  672. [hevc @ 0000020f939effc0] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  673. [hevc @ 0000020f939effc0] Decoding PPS
  674. [hevc @ 0000020f939effc0] Decoding SEI
  675. [hevc @ 0000020f939effc0] Mastering Display Metadata:
  676. [hevc @ 0000020f939effc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  677. [hevc @ 0000020f939effc0] min_luminance=0.005000, max_luminance=4000.000000
  678. [hevc @ 0000020f939effc0] Content Light Level Metadata:
  679. [hevc @ 0000020f939effc0] MaxCLL=1281, MaxFALL=148
  680. [hevc @ 0000020f939effc0] Output frame with POC 1.
  681. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  682. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  683. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  684. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  685. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  686. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  687. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  688. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  689. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  690. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  691. [hevc @ 0000020f93a022c0] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  692. [hevc @ 0000020f93a022c0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  693. [hevc @ 0000020f93a022c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  694. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  695. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  696. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  697. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  698. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  699. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  700. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  701. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  702. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  703. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  704. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  705. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  706. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  707. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  708. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  709. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  710. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  711. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  712. [hevc @ 0000020f93a022c0] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  713. [hevc @ 0000020f93a022c0] Decoding PPS
  714. [hevc @ 0000020f93a022c0] Decoding SEI
  715. [hevc @ 0000020f93a022c0] Mastering Display Metadata:
  716. [hevc @ 0000020f93a022c0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  717. [hevc @ 0000020f93a022c0] min_luminance=0.005000, max_luminance=4000.000000
  718. [hevc @ 0000020f93a022c0] Content Light Level Metadata:
  719. [hevc @ 0000020f93a022c0] MaxCLL=1281, MaxFALL=148
  720. [hevc @ 0000020f93a022c0] Output frame with POC 2.
  721. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  722. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  723. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  724. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  725. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  726. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  727. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  728. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  729. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  730. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  731. [hevc @ 0000020f93a16580] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  732. [hevc @ 0000020f93a16580] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  733. [hevc @ 0000020f93a16580] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  734. [hevc @ 0000020f93a16580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  735. [hevc @ 0000020f93a16580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  736. [hevc @ 0000020f93a16580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  737. [hevc @ 0000020f93a16580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  738. [hevc @ 0000020f93a16580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  739. [hevc @ 0000020f93a16580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  740. [hevc @ 0000020f93a16580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  741. [hevc @ 0000020f93a16580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  742. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  743. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  744. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  745. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  746. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  747. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  748. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  749. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  750. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  751. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  752. [hevc @ 0000020f93a16580] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  753. [hevc @ 0000020f93a16580] Decoding PPS
  754. [hevc @ 0000020f93a16580] Decoding SEI
  755. [hevc @ 0000020f93a16580] Mastering Display Metadata:
  756. [hevc @ 0000020f93a16580] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  757. [hevc @ 0000020f93a16580] min_luminance=0.005000, max_luminance=4000.000000
  758. [hevc @ 0000020f93a16580] Content Light Level Metadata:
  759. [hevc @ 0000020f93a16580] MaxCLL=1281, MaxFALL=148
  760. [hevc @ 0000020f93a16580] Output frame with POC 3.
  761. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  762. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  763. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  764. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  765. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  766. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  767. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  768. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  769. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  770. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  771. [hevc @ 0000020f93a26d00] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  772. [hevc @ 0000020f93a26d00] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  773. [hevc @ 0000020f93a26d00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  774. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  775. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  776. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  777. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  778. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  779. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  780. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  781. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  782. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  783. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  784. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  785. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  786. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  787. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  788. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  789. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  790. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  791. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  792. [hevc @ 0000020f93a26d00] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  793. [hevc @ 0000020f93a26d00] Decoding PPS
  794. [hevc @ 0000020f93a26d00] Decoding SEI
  795. [hevc @ 0000020f93a26d00] Mastering Display Metadata:
  796. [hevc @ 0000020f93a26d00] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  797. [hevc @ 0000020f93a26d00] min_luminance=0.005000, max_luminance=4000.000000
  798. [hevc @ 0000020f93a26d00] Content Light Level Metadata:
  799. [hevc @ 0000020f93a26d00] MaxCLL=1281, MaxFALL=148
  800. [hevc @ 0000020f93a26d00] Output frame with POC 4.
  801. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  802. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  803. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  804. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  805. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  806. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  807. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  808. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  809. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  810. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  811. [hevc @ 0000020f93a27440] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  812. [hevc @ 0000020f93a27440] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  813. [hevc @ 0000020f93a27440] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  814. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  815. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  816. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  817. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  818. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  819. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  820. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  821. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  822. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  823. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  824. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  825. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  826. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  827. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  828. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  829. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  830. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  831. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  832. [hevc @ 0000020f93a27440] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  833. [hevc @ 0000020f93a27440] Decoding PPS
  834. [hevc @ 0000020f93a27440] Decoding SEI
  835. [hevc @ 0000020f93a27440] Mastering Display Metadata:
  836. [hevc @ 0000020f93a27440] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  837. [hevc @ 0000020f93a27440] min_luminance=0.005000, max_luminance=4000.000000
  838. [hevc @ 0000020f93a27440] Content Light Level Metadata:
  839. [hevc @ 0000020f93a27440] MaxCLL=1281, MaxFALL=148
  840. [hevc @ 0000020f93a27440] Output frame with POC 5.
  841. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  842. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  843. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  844. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  845. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  846. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  847. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  848. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  849. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  850. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  851. [hevc @ 0000020f93a27bc0] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  852. [hevc @ 0000020f93a27bc0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  853. [hevc @ 0000020f93a27bc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  854. [hevc @ 0000020f93a27bc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  855. [hevc @ 0000020f93a27bc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  856. [hevc @ 0000020f93a27bc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  857. [hevc @ 0000020f93a27bc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  858. [hevc @ 0000020f93a27bc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  859. [hevc @ 0000020f93a27bc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  860. [hevc @ 0000020f93a27bc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  861. [hevc @ 0000020f93a27bc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  862. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  863. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  864. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  865. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  866. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  867. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  868. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  869. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  870. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  871. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  872. [hevc @ 0000020f93a27bc0] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  873. [hevc @ 0000020f93a27bc0] Decoding PPS
  874. [hevc @ 0000020f93a27bc0] Decoding SEI
  875. [hevc @ 0000020f93a27bc0] Mastering Display Metadata:
  876. [hevc @ 0000020f93a27bc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  877. [hevc @ 0000020f93a27bc0] min_luminance=0.005000, max_luminance=4000.000000
  878. [hevc @ 0000020f93a27bc0] Content Light Level Metadata:
  879. [hevc @ 0000020f93a27bc0] MaxCLL=1281, MaxFALL=148
  880. [hevc @ 0000020f93a27bc0] Output frame with POC 6.
  881. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  882. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  883. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  884. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  885. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  886. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  887. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  888. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  889. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  890. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  891. [hevc @ 0000020f93a26940] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  892. [hevc @ 0000020f93a26940] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  893. [hevc @ 0000020f93a26940] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  894. [hevc @ 0000020f93a26940] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  895. [hevc @ 0000020f93a26940] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  896. [hevc @ 0000020f93a26940] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  897. [hevc @ 0000020f93a26940] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  898. [hevc @ 0000020f93a26940] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  899. [hevc @ 0000020f93a26940] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  900. [hevc @ 0000020f93a26940] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  901. [hevc @ 0000020f93a26940] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  902. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  903. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  904. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  905. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  906. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  907. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  908. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  909. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  910. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  911. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  912. [hevc @ 0000020f93a26940] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  913. [hevc @ 0000020f93a26940] Decoding PPS
  914. [hevc @ 0000020f93a26940] Decoding SEI
  915. [hevc @ 0000020f93a26940] Mastering Display Metadata:
  916. [hevc @ 0000020f93a26940] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  917. [hevc @ 0000020f93a26940] min_luminance=0.005000, max_luminance=4000.000000
  918. [hevc @ 0000020f93a26940] Content Light Level Metadata:
  919. [hevc @ 0000020f93a26940] MaxCLL=1281, MaxFALL=148
  920. [hevc @ 0000020f93a26940] Output frame with POC 7.
  921. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  922. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  923. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  924. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  925. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  926. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  927. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  928. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  929. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  930. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  931. [hevc @ 0000020f93a27f40] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  932. [hevc @ 0000020f93a27f40] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  933. [hevc @ 0000020f93a27f40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  934. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  935. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  936. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  937. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  938. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  939. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  940. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  941. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  942. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  943. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  944. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  945. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  946. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  947. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  948. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  949. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  950. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  951. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  952. [hevc @ 0000020f93a27f40] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  953. [hevc @ 0000020f93a27f40] Decoding PPS
  954. [hevc @ 0000020f93a27f40] Decoding SEI
  955. [hevc @ 0000020f93a27f40] Mastering Display Metadata:
  956. [hevc @ 0000020f93a27f40] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  957. [hevc @ 0000020f93a27f40] min_luminance=0.005000, max_luminance=4000.000000
  958. [hevc @ 0000020f93a27f40] Content Light Level Metadata:
  959. [hevc @ 0000020f93a27f40] MaxCLL=1281, MaxFALL=148
  960. [hevc @ 0000020f93a27f40] Output frame with POC 8.
  961. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  962. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  963. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  964. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  965. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  966. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  967. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  968. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  969. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  970. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  971. [hevc @ 0000020f93a27800] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  972. [hevc @ 0000020f93a27800] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  973. [hevc @ 0000020f93a27800] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  974. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  975. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  976. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  977. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  978. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  979. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  980. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  981. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  982. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  983. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  984. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  985. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  986. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  987. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  988. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  989. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  990. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  991. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  992. [hevc @ 0000020f93a27800] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  993. [hevc @ 0000020f93a27800] Decoding PPS
  994. [hevc @ 0000020f93a27800] Decoding SEI
  995. [hevc @ 0000020f93a27800] Mastering Display Metadata:
  996. [hevc @ 0000020f93a27800] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  997. [hevc @ 0000020f93a27800] min_luminance=0.005000, max_luminance=4000.000000
  998. [hevc @ 0000020f93a27800] Content Light Level Metadata:
  999. [hevc @ 0000020f93a27800] MaxCLL=1281, MaxFALL=148
  1000. [hevc @ 0000020f93a27800] Output frame with POC 9.
  1001. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1002. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1003. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1004. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1005. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1006. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1007. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1008. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1009. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1010. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1011. [hevc @ 0000020f93a27080] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1012. [hevc @ 0000020f93a27080] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1013. [hevc @ 0000020f93a27080] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1014. [hevc @ 0000020f93a27080] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1015. [hevc @ 0000020f93a27080] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1016. [hevc @ 0000020f93a27080] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1017. [hevc @ 0000020f93a27080] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1018. [hevc @ 0000020f93a27080] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1019. [hevc @ 0000020f93a27080] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1020. [hevc @ 0000020f93a27080] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1021. [hevc @ 0000020f93a27080] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1022. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1023. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1024. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1025. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1026. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1027. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1028. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1029. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1030. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1031. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1032. [hevc @ 0000020f93a27080] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1033. [hevc @ 0000020f93a27080] Decoding PPS
  1034. [hevc @ 0000020f93a27080] Decoding SEI
  1035. [hevc @ 0000020f93a27080] Mastering Display Metadata:
  1036. [hevc @ 0000020f93a27080] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1037. [hevc @ 0000020f93a27080] min_luminance=0.005000, max_luminance=4000.000000
  1038. [hevc @ 0000020f93a27080] Content Light Level Metadata:
  1039. [hevc @ 0000020f93a27080] MaxCLL=1281, MaxFALL=148
  1040. [hevc @ 0000020f93a27080] Output frame with POC 10.
  1041. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  1042. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  1043. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  1044. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  1045. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  1046. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  1047. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  1048. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  1049. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  1050. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  1051. [hevc @ 0000020f93a26580] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1052. [hevc @ 0000020f93a26580] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1053. [hevc @ 0000020f93a26580] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1054. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1055. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1056. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1057. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1058. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1059. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1060. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1061. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1062. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1063. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1064. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1065. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1066. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1067. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1068. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1069. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1070. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1071. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1072. [hevc @ 0000020f93a26580] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1073. [hevc @ 0000020f93a26580] Decoding PPS
  1074. [hevc @ 0000020f93a26580] Decoding SEI
  1075. [hevc @ 0000020f93a26580] Mastering Display Metadata:
  1076. [hevc @ 0000020f93a26580] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1077. [hevc @ 0000020f93a26580] min_luminance=0.005000, max_luminance=4000.000000
  1078. [hevc @ 0000020f93a26580] Content Light Level Metadata:
  1079. [hevc @ 0000020f93a26580] MaxCLL=1281, MaxFALL=148
  1080. [hevc @ 0000020f93a26580] Output frame with POC 11.
  1081. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  1082. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  1083. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  1084. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  1085. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  1086. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  1087. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  1088. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  1089. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  1090. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  1091. [hevc @ 0000020f8a49b380] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1092. [hevc @ 0000020f8a49b380] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1093. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1094. [hevc @ 0000020f8a49b380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1095. [hevc @ 0000020f8a49b380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1096. [hevc @ 0000020f8a49b380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1097. [hevc @ 0000020f8a49b380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1098. [hevc @ 0000020f8a49b380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1099. [hevc @ 0000020f8a49b380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1100. [hevc @ 0000020f8a49b380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1101. [hevc @ 0000020f8a49b380] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1102. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1103. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1104. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1105. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1106. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1107. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1108. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1109. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1110. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1111. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1112. [hevc @ 0000020f8a49b380] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1113. [hevc @ 0000020f8a49b380] Decoding PPS
  1114. [hevc @ 0000020f8a49b380] Decoding SEI
  1115. [hevc @ 0000020f8a49b380] Mastering Display Metadata:
  1116. [hevc @ 0000020f8a49b380] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1117. [hevc @ 0000020f8a49b380] min_luminance=0.005000, max_luminance=4000.000000
  1118. [hevc @ 0000020f8a49b380] Content Light Level Metadata:
  1119. [hevc @ 0000020f8a49b380] MaxCLL=1281, MaxFALL=148
  1120. [hevc @ 0000020f8a49b380] Output frame with POC 12.
  1121. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  1122. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  1123. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  1124. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  1125. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  1126. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  1127. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  1128. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  1129. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  1130. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  1131. [AVFilterGraph @ 0000020f9d349080] Setting 'w' to value '1920'
  1132. [AVFilterGraph @ 0000020f9d349080] Setting 'h' to value '1080'
  1133. [AVFilterGraph @ 0000020f9d349080] Setting 'format' to value 'yuv420p'
  1134. [hevc @ 0000020f939dba40] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1135. [AVFilterGraph @ 0000020f9d349080] Setting 'interp_algo' to value 'lanczos'
  1136. [hevc @ 0000020f939dba40] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1137. [hevc @ 0000020f939dba40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1138. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1139. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1140. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1141. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1142. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1143. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1144. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1145. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1146. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1147. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1148. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1149. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1150. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1151. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1152. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1153. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1154. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1155. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1156. [hevc @ 0000020f939dba40] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1157. [hevc @ 0000020f939dba40] Decoding PPS
  1158. [hevc @ 0000020f939dba40] Decoding SEI
  1159. [AVHWDeviceContext @ 0000020f939d7000] Loaded lib: nvcuda.dll
  1160. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuInit
  1161. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDriverGetVersion
  1162. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDeviceGetCount
  1163. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDeviceGet
  1164. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDeviceGetAttribute
  1165. [graph 1 input from stream 0:0 @ 0000020f93b6d240] Setting 'video_size' to value '3840x2160'
  1166. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDeviceGetName
  1167. [graph 1 input from stream 0:0 @ 0000020f93b6d240] Setting 'pix_fmt' to value '158'
  1168. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDeviceComputeCapability
  1169. [graph 1 input from stream 0:0 @ 0000020f93b6d240] Setting 'time_base' to value '1/1000'
  1170. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuCtxCreate_v2
  1171. [graph 1 input from stream 0:0 @ 0000020f93b6d240] Setting 'pixel_aspect' to value '1/1'
  1172. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuCtxGetCurrent
  1173. [graph 1 input from stream 0:0 @ 0000020f93b6d240] Setting 'colorspace' to value '9'
  1174. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuCtxSetLimit
  1175. [graph 1 input from stream 0:0 @ 0000020f93b6d240] Setting 'range' to value '1'
  1176. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuCtxPushCurrent_v2
  1177. [graph 1 input from stream 0:0 @ 0000020f93b6d240] Setting 'frame_rate' to value '24000/1001'
  1178. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuCtxPopCurrent_v2
  1179. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuCtxDestroy_v2
  1180. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemAlloc_v2
  1181. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemAllocPitch_v2
  1182. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemAllocManaged
  1183. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemsetD8Async
  1184. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemFree_v2
  1185. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemcpy
  1186. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemcpyAsync
  1187. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemcpy2D_v2
  1188. [graph 1 input from stream 0:0 @ 0000020f93b6d240] w:3840 h:2160 pixfmt:p010le tb:1/1000 fr:24000/1001 sar:1/1 csp:bt2020nc range:tv
  1189. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemcpy2DAsync_v2
  1190. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemcpyHtoD_v2
  1191. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemcpyHtoDAsync_v2
  1192. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemcpyDtoH_v2
  1193. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemcpyDtoHAsync_v2
  1194. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemcpyDtoD_v2
  1195. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMemcpyDtoDAsync_v2
  1196. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuGetErrorName
  1197. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuGetErrorString
  1198. [format @ 0000020fe9a80580] Setting 'pix_fmts' to value 'yuv420p|nv12|p010le|yuv444p|p016le|yuv444p16le|bgr0|bgra|rgb0|rgba|x2rgb10le|x2bgr10le|gbrp|gbrp16le|cuda|d3d11'
  1199. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuCtxGetDevice
  1200. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDevicePrimaryCtxRetain
  1201. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDevicePrimaryCtxRelease
  1202. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDevicePrimaryCtxSetFlags
  1203. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDevicePrimaryCtxGetState
  1204. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDevicePrimaryCtxReset
  1205. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuStreamCreate
  1206. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuStreamQuery
  1207. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuStreamSynchronize
  1208. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuStreamDestroy_v2
  1209. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuStreamAddCallback
  1210. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuStreamWaitEvent
  1211. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuEventCreate
  1212. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuEventDestroy_v2
  1213. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuEventSynchronize
  1214. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuEventQuery
  1215. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuEventRecord
  1216. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuLaunchKernel
  1217. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuLinkCreate
  1218. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuLinkAddData
  1219. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuLinkComplete
  1220. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuLinkDestroy
  1221. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuModuleLoadData
  1222. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuModuleUnload
  1223. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuModuleGetFunction
  1224. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuModuleGetGlobal
  1225. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuTexObjectCreate
  1226. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuTexObjectDestroy
  1227. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuGLGetDevices_v2
  1228. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuGraphicsGLRegisterImage
  1229. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuGraphicsUnregisterResource
  1230. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuGraphicsMapResources
  1231. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuGraphicsUnmapResources
  1232. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuGraphicsSubResourceGetMappedArray
  1233. [AVFilterGraph @ 0000020f9d3489c0] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed
  1234. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuGraphicsResourceGetMappedPointer_v2
  1235. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDeviceGetUuid
  1236. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDeviceGetUuid_v2
  1237. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDeviceGetLuid
  1238. [graph 1 input from stream 0:0 @ 0000020f93b6d240] video frame properties congruent with link at pts_time: 0
  1239. [hevc @ 0000020f939dba40] Mastering Display Metadata:
  1240. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDeviceGetByPCIBusId
  1241. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDeviceGetPCIBusId
  1242. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuImportExternalMemory
  1243. [hevc @ 0000020f939dba40] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1244. [h264_nvenc @ 0000020f8a4970c0] Using device cuda0 (type cuda) with h264_nvenc encoder.
  1245. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDestroyExternalMemory
  1246. [hevc @ 0000020f939dba40] min_luminance=0.005000, max_luminance=4000.000000
  1247. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuExternalMemoryGetMappedBuffer
  1248. [hevc @ 0000020f939dba40] Content Light Level Metadata:
  1249. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuExternalMemoryGetMappedMipmappedArray
  1250. [hevc @ 0000020f939dba40] MaxCLL=1281, MaxFALL=148
  1251. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMipmappedArrayGetLevel
  1252. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuMipmappedArrayDestroy
  1253. [hevc @ 0000020f939dba40] Output frame with POC 13.
  1254. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuImportExternalSemaphore
  1255. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuDestroyExternalSemaphore
  1256. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuSignalExternalSemaphoresAsync
  1257. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuWaitExternalSemaphoresAsync
  1258. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuArrayCreate_v2
  1259. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  1260. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuArray3DCreate_v2
  1261. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  1262. [h264_nvenc @ 0000020f8a4970c0] Loaded lib: nvcuda.dll
  1263. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuArrayDestroy
  1264. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  1265. [AVHWDeviceContext @ 0000020f939d7000] Cannot load optional cuEGLStreamProducerConnect
  1266. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuInit
  1267. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  1268. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDriverGetVersion
  1269. [AVHWDeviceContext @ 0000020f939d7000] Cannot load optional cuEGLStreamProducerDisconnect
  1270. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  1271. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDeviceGetCount
  1272. [AVHWDeviceContext @ 0000020f939d7000] Cannot load optional cuEGLStreamConsumerDisconnect
  1273. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  1274. [AVHWDeviceContext @ 0000020f939d7000] Cannot load optional cuEGLStreamProducerPresentFrame
  1275. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDeviceGet
  1276. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  1277. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDeviceGetAttribute
  1278. [AVHWDeviceContext @ 0000020f939d7000] Cannot load optional cuEGLStreamProducerReturnFrame
  1279. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  1280. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuD3D11GetDevice
  1281. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDeviceGetName
  1282. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  1283. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDeviceComputeCapability
  1284. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuD3D11GetDevices
  1285. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  1286. [AVHWDeviceContext @ 0000020f939d7000] Loaded sym: cuGraphicsD3D11RegisterResource
  1287. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuCtxCreate_v2
  1288. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuCtxGetCurrent
  1289. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuCtxSetLimit
  1290. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuCtxPushCurrent_v2
  1291. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuCtxPopCurrent_v2
  1292. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuCtxDestroy_v2
  1293. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemAlloc_v2
  1294. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemAllocPitch_v2
  1295. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemAllocManaged
  1296. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemsetD8Async
  1297. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemFree_v2
  1298. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemcpy
  1299. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemcpyAsync
  1300. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemcpy2D_v2
  1301. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemcpy2DAsync_v2
  1302. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemcpyHtoD_v2
  1303. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemcpyHtoDAsync_v2
  1304. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemcpyDtoH_v2
  1305. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemcpyDtoHAsync_v2
  1306. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemcpyDtoD_v2
  1307. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMemcpyDtoDAsync_v2
  1308. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuGetErrorName
  1309. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuGetErrorString
  1310. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuCtxGetDevice
  1311. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDevicePrimaryCtxRetain
  1312. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDevicePrimaryCtxRelease
  1313. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDevicePrimaryCtxSetFlags
  1314. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDevicePrimaryCtxGetState
  1315. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDevicePrimaryCtxReset
  1316. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuStreamCreate
  1317. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuStreamQuery
  1318. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuStreamSynchronize
  1319. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuStreamDestroy_v2
  1320. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuStreamAddCallback
  1321. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuStreamWaitEvent
  1322. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuEventCreate
  1323. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuEventDestroy_v2
  1324. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuEventSynchronize
  1325. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuEventQuery
  1326. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuEventRecord
  1327. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuLaunchKernel
  1328. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuLinkCreate
  1329. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuLinkAddData
  1330. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuLinkComplete
  1331. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuLinkDestroy
  1332. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuModuleLoadData
  1333. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuModuleUnload
  1334. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuModuleGetFunction
  1335. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuModuleGetGlobal
  1336. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuTexObjectCreate
  1337. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuTexObjectDestroy
  1338. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuGLGetDevices_v2
  1339. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuGraphicsGLRegisterImage
  1340. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuGraphicsUnregisterResource
  1341. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuGraphicsMapResources
  1342. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuGraphicsUnmapResources
  1343. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuGraphicsSubResourceGetMappedArray
  1344. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuGraphicsResourceGetMappedPointer_v2
  1345. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDeviceGetUuid
  1346. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDeviceGetUuid_v2
  1347. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDeviceGetLuid
  1348. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDeviceGetByPCIBusId
  1349. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDeviceGetPCIBusId
  1350. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuImportExternalMemory
  1351. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDestroyExternalMemory
  1352. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuExternalMemoryGetMappedBuffer
  1353. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuExternalMemoryGetMappedMipmappedArray
  1354. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMipmappedArrayGetLevel
  1355. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuMipmappedArrayDestroy
  1356. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuImportExternalSemaphore
  1357. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuDestroyExternalSemaphore
  1358. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuSignalExternalSemaphoresAsync
  1359. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuWaitExternalSemaphoresAsync
  1360. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuArrayCreate_v2
  1361. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuArray3DCreate_v2
  1362. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuArrayDestroy
  1363. [h264_nvenc @ 0000020f8a4970c0] Cannot load optional cuEGLStreamProducerConnect
  1364. [h264_nvenc @ 0000020f8a4970c0] Cannot load optional cuEGLStreamProducerDisconnect
  1365. [h264_nvenc @ 0000020f8a4970c0] Cannot load optional cuEGLStreamConsumerDisconnect
  1366. [h264_nvenc @ 0000020f8a4970c0] Cannot load optional cuEGLStreamProducerPresentFrame
  1367. [h264_nvenc @ 0000020f8a4970c0] Cannot load optional cuEGLStreamProducerReturnFrame
  1368. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuD3D11GetDevice
  1369. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuD3D11GetDevices
  1370. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: cuGraphicsD3D11RegisterResource
  1371. [h264_nvenc @ 0000020f8a4970c0] Loaded lib: nvEncodeAPI64.dll
  1372. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: NvEncodeAPICreateInstance
  1373. [h264_nvenc @ 0000020f8a4970c0] Loaded sym: NvEncodeAPIGetMaxSupportedVersion
  1374. [h264_nvenc @ 0000020f8a4970c0] Loaded Nvenc version 12.2
  1375. [h264_nvenc @ 0000020f8a4970c0] Nvenc initialized successfully
  1376. [hevc @ 0000020f939effc0] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1377. [hevc @ 0000020f939effc0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1378. [hevc @ 0000020f939effc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1379. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1380. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1381. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1382. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1383. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1384. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1385. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1386. [hevc @ 0000020f939effc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1387. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1388. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1389. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1390. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1391. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1392. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1393. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1394. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1395. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1396. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1397. [hevc @ 0000020f939effc0] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1398. [hevc @ 0000020f939effc0] Decoding PPS
  1399. [hevc @ 0000020f939effc0] Decoding SEI
  1400. [hevc @ 0000020f939effc0] Mastering Display Metadata:
  1401. [hevc @ 0000020f939effc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1402. [hevc @ 0000020f939effc0] min_luminance=0.005000, max_luminance=4000.000000
  1403. [hevc @ 0000020f939effc0] Content Light Level Metadata:
  1404. [hevc @ 0000020f939effc0] MaxCLL=1281, MaxFALL=148
  1405. [hevc @ 0000020f939effc0] Output frame with POC 14.
  1406. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  1407. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  1408. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  1409. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  1410. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  1411. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  1412. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  1413. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  1414. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  1415. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  1416. [hevc @ 0000020f93a022c0] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1417. [hevc @ 0000020f93a022c0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1418. [hevc @ 0000020f93a022c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1419. [hevc @ 0000020f93a022c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1420. [hevc @ 0000020f93a022c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1421. [hevc @ 0000020f93a022c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1422. [hevc @ 0000020f93a022c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1423. [hevc @ 0000020f93a022c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1424. [hevc @ 0000020f93a022c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1425. [hevc @ 0000020f93a022c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1426. [hevc @ 0000020f93a022c0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1427. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1428. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1429. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1430. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1431. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1432. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1433. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1434. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1435. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1436. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1437. [hevc @ 0000020f93a022c0] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1438. [hevc @ 0000020f93a022c0] Decoding PPS
  1439. [hevc @ 0000020f93a022c0] Decoding SEI
  1440. [hevc @ 0000020f93a022c0] Mastering Display Metadata:
  1441. [hevc @ 0000020f93a022c0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1442. [hevc @ 0000020f93a022c0] min_luminance=0.005000, max_luminance=4000.000000
  1443. [hevc @ 0000020f93a022c0] Content Light Level Metadata:
  1444. [hevc @ 0000020f93a022c0] MaxCLL=1281, MaxFALL=148
  1445. [hevc @ 0000020f93a022c0] Output frame with POC 15.
  1446. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  1447. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  1448. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  1449. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  1450. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  1451. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  1452. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  1453. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  1454. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  1455. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  1456. [hevc @ 0000020f93a16580] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1457. [hevc @ 0000020f93a16580] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1458. [hevc @ 0000020f93a16580] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1459. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1460. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1461. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1462. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1463. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1464. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1465. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1466. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1467. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1468. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1469. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1470. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1471. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1472. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1473. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1474. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1475. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1476. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1477. [hevc @ 0000020f93a16580] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1478. [hevc @ 0000020f93a16580] Decoding PPS
  1479. [hevc @ 0000020f93a16580] Decoding SEI
  1480. [h264_nvenc @ 0000020f8a4970c0] 10 bit encode not supported
  1481. [h264_nvenc @ 0000020f8a4970c0] Provided device doesn't support required NVENC features
  1482. [hevc @ 0000020f93a16580] Mastering Display Metadata:
  1483. [hevc @ 0000020f93a16580] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1484. [hevc @ 0000020f93a16580] min_luminance=0.005000, max_luminance=4000.000000
  1485. [hevc @ 0000020f93a16580] Content Light Level Metadata:
  1486. [hevc @ 0000020f93a16580] MaxCLL=1281, MaxFALL=148
  1487. [hevc @ 0000020f93a16580] Output frame with POC 16.
  1488. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  1489. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  1490. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  1491. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  1492. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  1493. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  1494. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  1495. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  1496. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  1497. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  1498. [hevc @ 0000020f93a26d00] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1499. [hevc @ 0000020f93a26d00] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1500. [hevc @ 0000020f93a26d00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1501. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1502. [h264_nvenc @ 0000020f8a4970c0] Nvenc unloaded
  1503. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1504. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1505. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1506. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1507. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1508. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1509. [vost#0:1/h264_nvenc @ 0000020f8a496e00] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.
  1510. [hevc @ 0000020f93a26d00] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  1511. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1512. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1513. [vf#0:1 @ 0000020f8a4a9f00] Error sending frames to consumers: Function not implemented
  1514. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1515. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1516. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1517. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1518. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1519. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1520. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1521. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1522. [hevc @ 0000020f93a26d00] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1523. [hevc @ 0000020f93a26d00] Decoding PPS
  1524. [hevc @ 0000020f93a26d00] Decoding SEI
  1525. [hevc @ 0000020f93a26d00] Mastering Display Metadata:
  1526. [hevc @ 0000020f93a26d00] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1527. [hevc @ 0000020f93a26d00] min_luminance=0.005000, max_luminance=4000.000000
  1528. [hevc @ 0000020f93a26d00] Content Light Level Metadata:
  1529. [hevc @ 0000020f93a26d00] MaxCLL=1281, MaxFALL=148
  1530. [hevc @ 0000020f93a26d00] Output frame with POC 17.
  1531. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  1532. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  1533. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  1534. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  1535. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  1536. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  1537. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  1538. [vf#0:1 @ 0000020f8a4a9f00] Task finished with error code: -40 (Function not implemented)
  1539. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  1540. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  1541. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  1542. [vf#0:1 @ 0000020f8a4a9f00] Terminating thread with return code -40 (Function not implemented)
  1543. [vost#0:1/h264_nvenc @ 0000020f8a496e00] Encoder thread received EOF
  1544. [vost#0:1/h264_nvenc @ 0000020f8a496e00] Could not open encoder before EOF
  1545. [vost#0:1/h264_nvenc @ 0000020f8a496e00] Task finished with error code: -22 (Invalid argument)
  1546. [vost#0:1/h264_nvenc @ 0000020f8a496e00] Terminating thread with return code -22 (Invalid argument)
  1547. [hevc @ 0000020f93a27440] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1548. [hevc @ 0000020f93a27440] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
  1549. [hevc @ 0000020f93a27440] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
  1550. [hevc @ 0000020f93a27440] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1551. [hevc @ 0000020f93a27440] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1552. [hevc @ 0000020f93a27440] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1553. [hevc @ 0000020f93a27440] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1554. [hevc @ 0000020f93a27440] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1555. [hevc @ 0000020f93a27440] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1556. [hevc @ 0000020f93a27440] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1557. [hevc @ 0000020f93a27440] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
  1558. [hevc @ 0000020f93a27440] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
  1559. [hevc @ 0000020f93a27440] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
  1560. [hevc @ 0000020f93a27440] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
  1561. [hevc @ 0000020f93a27440] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
  1562. [hevc @ 0000020f93a27440] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
  1563. [hevc @ 0000020f93a27440] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
  1564. [hevc @ 0000020f93a27440] nal_unit_type: 21(CRA_NUT), nuh_layer_id: 0, temporal_id: 0
  1565. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1566. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1567. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1568. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1569. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1570. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1571. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1572. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1573. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1574. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1575. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1576. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1577. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1578. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1579. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1580. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1581. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1582. [hevc @ 0000020f93a27440] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1583. [hevc @ 0000020f93a27440] Decoding VPS
  1584. [hevc @ 0000020f93a27440] Main 10 profile bitstream
  1585. [hevc @ 0000020f93a27440] Decoding SPS
  1586. [hevc @ 0000020f93a27440] Main 10 profile bitstream
  1587. [hevc @ 0000020f93a27440] Decoding VUI
  1588. [hevc @ 0000020f93a27440] Decoding PPS
  1589. [hevc @ 0000020f93a27440] Decoding SEI
  1590. [hevc @ 0000020f93a27440] Decoding SEI
  1591. [hevc @ 0000020f93a27440] Skipped PREFIX SEI 0
  1592. [hevc @ 0000020f93a27440] Decoding SEI
  1593. [hevc @ 0000020f93a27440] Decoding SEI
  1594. [hevc @ 0000020f93a27440] Skipped PREFIX SEI 6
  1595. [hevc @ 0000020f93a27440] Decoding SEI
  1596. [hevc @ 0000020f93a27440] Decoding SEI
  1597. [hevc @ 0000020f93a27440] Format cuda chosen by get_format().
  1598. [hevc @ 0000020f93a27440] Format cuda requires hwaccel hevc_nvdec initialisation.
  1599. [AVHWFramesContext @ 0000020f939db040] CUDA texture alignment: 512
  1600. [AVHWFramesContext @ 0000020f939d9780] CUDA texture alignment: 512
  1601. [hevc @ 0000020f93a27440] Loaded lib: nvcuvid.dll
  1602. [hevc @ 0000020f93a27440] Loaded sym: cuvidGetDecoderCaps
  1603. [hevc @ 0000020f93a27440] Loaded sym: cuvidCreateDecoder
  1604. [hevc @ 0000020f93a27440] Loaded sym: cuvidDestroyDecoder
  1605. [hevc @ 0000020f93a27440] Loaded sym: cuvidDecodePicture
  1606. [hevc @ 0000020f93a27440] Loaded sym: cuvidGetDecodeStatus
  1607. [hevc @ 0000020f93a27440] Loaded sym: cuvidReconfigureDecoder
  1608. [hevc @ 0000020f93a27440] Loaded sym: cuvidMapVideoFrame64
  1609. [hevc @ 0000020f93a27440] Loaded sym: cuvidUnmapVideoFrame64
  1610. [hevc @ 0000020f93a27440] Loaded sym: cuvidCtxLockCreate
  1611. [hevc @ 0000020f93a27440] Loaded sym: cuvidCtxLockDestroy
  1612. [hevc @ 0000020f93a27440] Loaded sym: cuvidCtxLock
  1613. [hevc @ 0000020f93a27440] Loaded sym: cuvidCtxUnlock
  1614. [hevc @ 0000020f93a27440] Loaded sym: cuvidCreateVideoSource
  1615. [hevc @ 0000020f93a27440] Loaded sym: cuvidCreateVideoSourceW
  1616. [hevc @ 0000020f93a27440] Loaded sym: cuvidDestroyVideoSource
  1617. [hevc @ 0000020f93a27440] Loaded sym: cuvidSetVideoSourceState
  1618. [hevc @ 0000020f93a27440] Loaded sym: cuvidGetVideoSourceState
  1619. [hevc @ 0000020f93a27440] Loaded sym: cuvidGetSourceVideoFormat
  1620. [hevc @ 0000020f93a27440] Loaded sym: cuvidGetSourceAudioFormat
  1621. [hevc @ 0000020f93a27440] Loaded sym: cuvidCreateVideoParser
  1622. [hevc @ 0000020f93a27440] Loaded sym: cuvidParseVideoData
  1623. [hevc @ 0000020f93a27440] Loaded sym: cuvidDestroyVideoParser
  1624. [hevc @ 0000020f93a27440] NVDEC capabilities:
  1625. [hevc @ 0000020f93a27440] format supported: yes, max_mb_count: 262144
  1626. [hevc @ 0000020f93a27440] min_width: 144, max_width: 8192
  1627. [hevc @ 0000020f93a27440] min_height: 144, max_height: 8192
  1628. [graph 0 input from stream 0:0 @ 0000020fe208e080] Setting 'video_size' to value '3840x2160'
  1629. [graph 0 input from stream 0:0 @ 0000020fe208e080] Setting 'pix_fmt' to value '158'
  1630. [graph 0 input from stream 0:0 @ 0000020fe208e080] Setting 'time_base' to value '1/1000'
  1631. [graph 0 input from stream 0:0 @ 0000020fe208e080] Setting 'pixel_aspect' to value '1/1'
  1632. [graph 0 input from stream 0:0 @ 0000020fe208e080] Setting 'colorspace' to value '9'
  1633. [graph 0 input from stream 0:0 @ 0000020fe208e080] Setting 'range' to value '1'
  1634. [graph 0 input from stream 0:0 @ 0000020fe208e080] Setting 'frame_rate' to value '24000/1001'
  1635. [graph 0 input from stream 0:0 @ 0000020fe208e080] w:3840 h:2160 pixfmt:p010le tb:1/1000 fr:24000/1001 sar:1/1 csp:bt2020nc range:tv
  1636. [format @ 0000020f8a51ed00] Setting 'pix_fmts' to value 'yuv420p|nv12|p010le|yuv444p|p016le|yuv444p16le|bgr0|bgra|rgb0|rgba|x2rgb10le|x2bgr10le|gbrp|gbrp16le|cuda|d3d11'
  1637. [AVFilterGraph @ 0000020f9d349080] query_formats: 5 queried, 12 merged, 0 already done, 0 delayed
  1638. [AVHWFramesContext @ 0000020f939db100] CUDA texture alignment: 512
  1639. [AVHWFramesContext @ 0000020f939d9840] CUDA texture alignment: 512
  1640. [Parsed_scale_cuda_1 @ 0000020f93b97b80] w:3840 h:2160 fmt:p010le -> w:1920 h:1080 fmt:yuv420p
  1641. [hevc @ 0000020f93a27440] Mastering Display Metadata:
  1642. [hevc @ 0000020f93a27440] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1643. [hevc @ 0000020f93a27440] min_luminance=0.005000, max_luminance=4000.000000
  1644. [hevc @ 0000020f93a27440] Content Light Level Metadata:
  1645. [hevc @ 0000020f93a27440] MaxCLL=1281, MaxFALL=148
  1646. [hevc @ 0000020f93a27440] Output frame with POC 18.
  1647. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1648. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1649. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1650. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1651. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1652. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1653. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1654. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1655. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1656. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1657. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1658. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1659. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1660. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1661. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1662. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1663. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  1664. [hevc @ 0000020f93a27bc0] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1665. [hevc @ 0000020f93a27bc0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1666. [hevc @ 0000020f93a27bc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1667. [hevc @ 0000020f93a27bc0] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1668. [hevc @ 0000020f93a27bc0] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1669. [hevc @ 0000020f93a27bc0] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1670. [hevc @ 0000020f93a27bc0] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1671. [hevc @ 0000020f93a27bc0] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1672. [hevc @ 0000020f93a27bc0] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1673. [hevc @ 0000020f93a27bc0] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1674. [hevc @ 0000020f93a27bc0] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1675. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1676. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1677. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1678. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1679. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1680. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1681. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1682. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1683. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1684. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1685. [hevc @ 0000020f93a27bc0] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1686. [hevc @ 0000020f93a27bc0] Decoding PPS
  1687. [hevc @ 0000020f93a27bc0] Decoding SEI
  1688. [hevc @ 0000020f93a27bc0] First slice in a frame missing.
  1689. [hevc @ 0000020f93a27bc0] First slice in a frame missing.
  1690. [hevc @ 0000020f93a27bc0] First slice in a frame missing.
  1691. [hevc @ 0000020f93a27bc0] First slice in a frame missing.
  1692. [hevc @ 0000020f93a27bc0] First slice in a frame missing.
  1693. [hevc @ 0000020f93a27bc0] First slice in a frame missing.
  1694. [hevc @ 0000020f93a27bc0] First slice in a frame missing.
  1695. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  1696. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  1697. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  1698. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  1699. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  1700. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  1701. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  1702. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  1703. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  1704. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  1705. [hevc @ 0000020f93a26940] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1706. [hevc @ 0000020f93a26940] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1707. [hevc @ 0000020f93a26940] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1708. [hevc @ 0000020f93a26940] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1709. [hevc @ 0000020f93a26940] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1710. [hevc @ 0000020f93a26940] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1711. [hevc @ 0000020f93a26940] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1712. [hevc @ 0000020f93a26940] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1713. [hevc @ 0000020f93a26940] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1714. [hevc @ 0000020f93a26940] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1715. [hevc @ 0000020f93a26940] nal_unit_type: 8(RASL_N), nuh_layer_id: 0, temporal_id: 0
  1716. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1717. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1718. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1719. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1720. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1721. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1722. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1723. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1724. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1725. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1726. [hevc @ 0000020f93a26940] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1727. [hevc @ 0000020f93a26940] Multiple Dolby Vision RPUs found in one AU. Skipping previous.
  1728. [hevc @ 0000020f93a26940] Decoding PPS
  1729. [hevc @ 0000020f93a26940] Decoding SEI
  1730. [hevc @ 0000020f93a26940] First slice in a frame missing.
  1731. [hevc @ 0000020f93a26940] First slice in a frame missing.
  1732. [hevc @ 0000020f93a26940] First slice in a frame missing.
  1733. [hevc @ 0000020f93a26940] First slice in a frame missing.
  1734. [hevc @ 0000020f93a26940] First slice in a frame missing.
  1735. [hevc @ 0000020f93a26940] First slice in a frame missing.
  1736. [hevc @ 0000020f93a26940] First slice in a frame missing.
  1737. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  1738. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  1739. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  1740. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  1741. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  1742. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  1743. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  1744. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  1745. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  1746. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  1747. [hevc @ 0000020f93a27f40] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1748. [hevc @ 0000020f93a27f40] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1749. [hevc @ 0000020f93a27f40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1750. [hevc @ 0000020f93a27f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1751. [hevc @ 0000020f93a27f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1752. [hevc @ 0000020f93a27f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1753. [hevc @ 0000020f93a27f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1754. [hevc @ 0000020f93a27f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1755. [hevc @ 0000020f93a27f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1756. [hevc @ 0000020f93a27f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1757. [hevc @ 0000020f93a27f40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1758. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1759. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1760. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1761. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1762. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1763. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1764. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1765. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1766. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1767. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1768. [hevc @ 0000020f93a27f40] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1769. [hevc @ 0000020f93a27f40] Multiple Dolby Vision RPUs found in one AU. Skipping previous.
  1770. [hevc @ 0000020f93a27f40] Decoding PPS
  1771. [hevc @ 0000020f93a27f40] Decoding SEI
  1772. [graph 0 input from stream 0:0 @ 0000020fe208e080] video frame properties congruent with link at pts_time: 0
  1773. [hevc @ 0000020f93a27f40] Mastering Display Metadata:
  1774. [hevc @ 0000020f93a27f40] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1775. [hevc @ 0000020f93a27f40] min_luminance=0.005000, max_luminance=4000.000000
  1776. [hevc @ 0000020f93a27f40] Content Light Level Metadata:
  1777. [hevc @ 0000020f93a27f40] MaxCLL=1281, MaxFALL=148
  1778. [hevc @ 0000020f93a27f40] Output frame with POC 21.
  1779. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  1780. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  1781. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  1782. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  1783. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  1784. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  1785. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  1786. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  1787. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  1788. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  1789. [h264_nvenc @ 0000020f8a4c4b80] Using input frames context (format cuda) with h264_nvenc encoder.
  1790. [h264_nvenc @ 0000020f8a4c4b80] Loaded lib: nvcuda.dll
  1791. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuInit
  1792. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDriverGetVersion
  1793. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDeviceGetCount
  1794. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDeviceGet
  1795. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDeviceGetAttribute
  1796. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDeviceGetName
  1797. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDeviceComputeCapability
  1798. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuCtxCreate_v2
  1799. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuCtxGetCurrent
  1800. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuCtxSetLimit
  1801. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuCtxPushCurrent_v2
  1802. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuCtxPopCurrent_v2
  1803. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuCtxDestroy_v2
  1804. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemAlloc_v2
  1805. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemAllocPitch_v2
  1806. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemAllocManaged
  1807. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemsetD8Async
  1808. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemFree_v2
  1809. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemcpy
  1810. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemcpyAsync
  1811. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemcpy2D_v2
  1812. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemcpy2DAsync_v2
  1813. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemcpyHtoD_v2
  1814. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemcpyHtoDAsync_v2
  1815. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemcpyDtoH_v2
  1816. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemcpyDtoHAsync_v2
  1817. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemcpyDtoD_v2
  1818. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMemcpyDtoDAsync_v2
  1819. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuGetErrorName
  1820. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuGetErrorString
  1821. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuCtxGetDevice
  1822. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDevicePrimaryCtxRetain
  1823. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDevicePrimaryCtxRelease
  1824. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDevicePrimaryCtxSetFlags
  1825. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDevicePrimaryCtxGetState
  1826. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDevicePrimaryCtxReset
  1827. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuStreamCreate
  1828. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuStreamQuery
  1829. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuStreamSynchronize
  1830. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuStreamDestroy_v2
  1831. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuStreamAddCallback
  1832. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuStreamWaitEvent
  1833. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuEventCreate
  1834. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuEventDestroy_v2
  1835. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuEventSynchronize
  1836. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuEventQuery
  1837. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuEventRecord
  1838. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuLaunchKernel
  1839. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuLinkCreate
  1840. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuLinkAddData
  1841. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuLinkComplete
  1842. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuLinkDestroy
  1843. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuModuleLoadData
  1844. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuModuleUnload
  1845. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuModuleGetFunction
  1846. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuModuleGetGlobal
  1847. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuTexObjectCreate
  1848. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuTexObjectDestroy
  1849. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuGLGetDevices_v2
  1850. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuGraphicsGLRegisterImage
  1851. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuGraphicsUnregisterResource
  1852. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuGraphicsMapResources
  1853. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuGraphicsUnmapResources
  1854. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuGraphicsSubResourceGetMappedArray
  1855. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuGraphicsResourceGetMappedPointer_v2
  1856. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDeviceGetUuid
  1857. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDeviceGetUuid_v2
  1858. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDeviceGetLuid
  1859. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDeviceGetByPCIBusId
  1860. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDeviceGetPCIBusId
  1861. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuImportExternalMemory
  1862. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDestroyExternalMemory
  1863. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuExternalMemoryGetMappedBuffer
  1864. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuExternalMemoryGetMappedMipmappedArray
  1865. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMipmappedArrayGetLevel
  1866. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuMipmappedArrayDestroy
  1867. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuImportExternalSemaphore
  1868. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuDestroyExternalSemaphore
  1869. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuSignalExternalSemaphoresAsync
  1870. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuWaitExternalSemaphoresAsync
  1871. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuArrayCreate_v2
  1872. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuArray3DCreate_v2
  1873. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuArrayDestroy
  1874. [h264_nvenc @ 0000020f8a4c4b80] Cannot load optional cuEGLStreamProducerConnect
  1875. [h264_nvenc @ 0000020f8a4c4b80] Cannot load optional cuEGLStreamProducerDisconnect
  1876. [h264_nvenc @ 0000020f8a4c4b80] Cannot load optional cuEGLStreamConsumerDisconnect
  1877. [h264_nvenc @ 0000020f8a4c4b80] Cannot load optional cuEGLStreamProducerPresentFrame
  1878. [h264_nvenc @ 0000020f8a4c4b80] Cannot load optional cuEGLStreamProducerReturnFrame
  1879. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuD3D11GetDevice
  1880. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuD3D11GetDevices
  1881. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: cuGraphicsD3D11RegisterResource
  1882. [h264_nvenc @ 0000020f8a4c4b80] Loaded lib: nvEncodeAPI64.dll
  1883. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: NvEncodeAPICreateInstance
  1884. [h264_nvenc @ 0000020f8a4c4b80] Loaded sym: NvEncodeAPIGetMaxSupportedVersion
  1885. [h264_nvenc @ 0000020f8a4c4b80] Loaded Nvenc version 12.2
  1886. [h264_nvenc @ 0000020f8a4c4b80] Nvenc initialized successfully
  1887. [h264_nvenc @ 0000020f8a4c4b80] Lookahead enabled: depth 28, scenecut enabled, B-adapt enabled.
  1888. [hevc @ 0000020f93a27800] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1889. [hevc @ 0000020f93a27800] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1890. [hevc @ 0000020f93a27800] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1891. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1892. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1893. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1894. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1895. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1896. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1897. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1898. [hevc @ 0000020f93a27800] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  1899. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1900. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1901. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1902. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1903. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1904. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1905. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1906. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1907. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1908. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1909. [hevc @ 0000020f93a27800] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1910. [hevc @ 0000020f93a27800] Decoding PPS
  1911. [hevc @ 0000020f93a27800] Decoding SEI
  1912. [hevc @ 0000020f93a27800] Mastering Display Metadata:
  1913. [hevc @ 0000020f93a27800] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  1914. [hevc @ 0000020f93a27800] min_luminance=0.005000, max_luminance=4000.000000
  1915. [hevc @ 0000020f93a27800] Content Light Level Metadata:
  1916. [hevc @ 0000020f93a27800] MaxCLL=1281, MaxFALL=148
  1917. [hevc @ 0000020f93a27800] Output frame with POC 22.
  1918. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1919. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1920. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1921. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1922. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1923. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1924. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1925. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1926. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1927. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  1928. [hevc @ 0000020f93a27080] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  1929. [hevc @ 0000020f93a27080] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
  1930. [hevc @ 0000020f93a27080] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
  1931. [hevc @ 0000020f93a27080] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  1932. [hevc @ 0000020f93a27080] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1933. [hevc @ 0000020f93a27080] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1934. [hevc @ 0000020f93a27080] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1935. [hevc @ 0000020f93a27080] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1936. [hevc @ 0000020f93a27080] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1937. [hevc @ 0000020f93a27080] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  1938. [hevc @ 0000020f93a27080] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  1939. [hevc @ 0000020f93a27080] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  1940. [hevc @ 0000020f93a27080] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  1941. [hevc @ 0000020f93a27080] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  1942. [hevc @ 0000020f93a27080] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  1943. [hevc @ 0000020f93a27080] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  1944. [hevc @ 0000020f93a27080] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  1945. [hevc @ 0000020f93a27080] nal_unit_type: 19(IDR_W_RADL), nuh_layer_id: 0, temporal_id: 0
  1946. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1947. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1948. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1949. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1950. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1951. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1952. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1953. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1954. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1955. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1956. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1957. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1958. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1959. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1960. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1961. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1962. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  1963. [hevc @ 0000020f93a27080] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  1964. [hevc @ 0000020f93a27080] Decoding VPS
  1965. [hevc @ 0000020f93a27080] Main 10 profile bitstream
  1966. [hevc @ 0000020f93a27080] Decoding SPS
  1967. [hevc @ 0000020f93a27080] Main 10 profile bitstream
  1968. [hevc @ 0000020f93a27080] Decoding VUI
  1969. [hevc @ 0000020f93a27080] Decoding PPS
  1970. [hevc @ 0000020f93a27080] Decoding SEI
  1971. [hevc @ 0000020f93a27080] Decoding SEI
  1972. [hevc @ 0000020f93a27080] Skipped PREFIX SEI 0
  1973. [hevc @ 0000020f93a27080] Decoding SEI
  1974. [hevc @ 0000020f93a27080] Decoding SEI
  1975. [hevc @ 0000020f93a27080] Skipped PREFIX SEI 6
  1976. [hevc @ 0000020f93a27080] Decoding SEI
  1977. [hevc @ 0000020f93a27080] Decoding SEI
  1978. [hevc @ 0000020f93a27080] Format cuda chosen by get_format().
  1979. [hevc @ 0000020f93a27080] Format cuda requires hwaccel hevc_nvdec initialisation.
  1980. [AVHWFramesContext @ 0000020f9d348d80] CUDA texture alignment: 512
  1981. [AVHWFramesContext @ 0000020f9d348900] CUDA texture alignment: 512
  1982. [hevc @ 0000020f93a27080] Loaded lib: nvcuvid.dll
  1983. [hevc @ 0000020f93a27080] Loaded sym: cuvidGetDecoderCaps
  1984. [hevc @ 0000020f93a27080] Loaded sym: cuvidCreateDecoder
  1985. [hevc @ 0000020f93a27080] Loaded sym: cuvidDestroyDecoder
  1986. [hevc @ 0000020f93a27080] Loaded sym: cuvidDecodePicture
  1987. [hevc @ 0000020f93a27080] Loaded sym: cuvidGetDecodeStatus
  1988. [hevc @ 0000020f93a27080] Loaded sym: cuvidReconfigureDecoder
  1989. [hevc @ 0000020f93a27080] Loaded sym: cuvidMapVideoFrame64
  1990. [hevc @ 0000020f93a27080] Loaded sym: cuvidUnmapVideoFrame64
  1991. [hevc @ 0000020f93a27080] Loaded sym: cuvidCtxLockCreate
  1992. [hevc @ 0000020f93a27080] Loaded sym: cuvidCtxLockDestroy
  1993. [hevc @ 0000020f93a27080] Loaded sym: cuvidCtxLock
  1994. [hevc @ 0000020f93a27080] Loaded sym: cuvidCtxUnlock
  1995. [hevc @ 0000020f93a27080] Loaded sym: cuvidCreateVideoSource
  1996. [hevc @ 0000020f93a27080] Loaded sym: cuvidCreateVideoSourceW
  1997. [hevc @ 0000020f93a27080] Loaded sym: cuvidDestroyVideoSource
  1998. [hevc @ 0000020f93a27080] Loaded sym: cuvidSetVideoSourceState
  1999. [hevc @ 0000020f93a27080] Loaded sym: cuvidGetVideoSourceState
  2000. [hevc @ 0000020f93a27080] Loaded sym: cuvidGetSourceVideoFormat
  2001. [hevc @ 0000020f93a27080] Loaded sym: cuvidGetSourceAudioFormat
  2002. [hevc @ 0000020f93a27080] Loaded sym: cuvidCreateVideoParser
  2003. [hevc @ 0000020f93a27080] Loaded sym: cuvidParseVideoData
  2004. [hevc @ 0000020f93a27080] Loaded sym: cuvidDestroyVideoParser
  2005. [hevc @ 0000020f93a27080] NVDEC capabilities:
  2006. [hevc @ 0000020f93a27080] format supported: yes, max_mb_count: 262144
  2007. [hevc @ 0000020f93a27080] min_width: 144, max_width: 8192
  2008. [hevc @ 0000020f93a27080] min_height: 144, max_height: 8192
  2009. [hevc @ 0000020f93a27080] Mastering Display Metadata:
  2010. [hevc @ 0000020f93a27080] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2011. [hevc @ 0000020f93a27080] min_luminance=0.005000, max_luminance=4000.000000
  2012. [hevc @ 0000020f93a27080] Content Light Level Metadata:
  2013. [hevc @ 0000020f93a27080] MaxCLL=1281, MaxFALL=148
  2014. [hevc @ 0000020f93a27080] Output frame with POC 23.
  2015. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2016. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2017. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2018. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2019. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2020. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2021. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2022. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2023. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2024. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2025. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2026. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2027. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2028. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2029. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2030. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2031. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2032. [hevc @ 0000020f93a26580] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2033. [hevc @ 0000020f93a26580] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2034. [hevc @ 0000020f93a26580] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2035. [hevc @ 0000020f93a26580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2036. [hevc @ 0000020f93a26580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2037. [hevc @ 0000020f93a26580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2038. [hevc @ 0000020f93a26580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2039. [hevc @ 0000020f93a26580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2040. [hevc @ 0000020f93a26580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2041. [hevc @ 0000020f93a26580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2042. [hevc @ 0000020f93a26580] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2043. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2044. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2045. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2046. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2047. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2048. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2049. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2050. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2051. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2052. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2053. [hevc @ 0000020f93a26580] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2054. [hevc @ 0000020f93a26580] Decoding PPS
  2055. [hevc @ 0000020f93a26580] Decoding SEI
  2056. [hevc @ 0000020f93a26580] Mastering Display Metadata:
  2057. [hevc @ 0000020f93a26580] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2058. [hevc @ 0000020f93a26580] min_luminance=0.005000, max_luminance=4000.000000
  2059. [hevc @ 0000020f93a26580] Content Light Level Metadata:
  2060. [hevc @ 0000020f93a26580] MaxCLL=1281, MaxFALL=148
  2061. [hevc @ 0000020f93a26580] Output frame with POC 0.
  2062. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2063. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2064. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2065. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2066. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2067. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2068. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2069. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2070. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2071. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2072. [hevc @ 0000020f8a49b380] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2073. [hevc @ 0000020f8a49b380] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2074. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2075. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2076. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2077. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2078. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2079. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2080. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2081. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2082. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2083. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2084. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2085. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2086. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2087. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2088. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2089. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2090. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2091. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2092. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2093. [hevc @ 0000020f8a49b380] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2094. [hevc @ 0000020f8a49b380] Decoding PPS
  2095. [hevc @ 0000020f8a49b380] Decoding SEI
  2096. [hevc @ 0000020f8a49b380] Mastering Display Metadata:
  2097. [hevc @ 0000020f8a49b380] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2098. [hevc @ 0000020f8a49b380] min_luminance=0.005000, max_luminance=4000.000000
  2099. [hevc @ 0000020f8a49b380] Content Light Level Metadata:
  2100. [hevc @ 0000020f8a49b380] MaxCLL=1281, MaxFALL=148
  2101. [hevc @ 0000020f8a49b380] Output frame with POC 1.
  2102. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2103. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2104. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2105. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2106. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2107. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2108. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2109. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2110. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2111. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2112. [hevc @ 0000020f939dba40] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2113. [hevc @ 0000020f939dba40] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2114. [hevc @ 0000020f939dba40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2115. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2116. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2117. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2118. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2119. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2120. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2121. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2122. [hevc @ 0000020f939dba40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2123. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2124. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2125. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2126. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2127. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2128. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2129. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2130. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2131. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2132. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2133. [hevc @ 0000020f939dba40] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2134. [hevc @ 0000020f939dba40] Decoding PPS
  2135. [hevc @ 0000020f939dba40] Decoding SEI
  2136. [hevc @ 0000020f939dba40] Mastering Display Metadata:
  2137. [hevc @ 0000020f939dba40] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2138. [hevc @ 0000020f939dba40] min_luminance=0.005000, max_luminance=4000.000000
  2139. [hevc @ 0000020f939dba40] Content Light Level Metadata:
  2140. [hevc @ 0000020f939dba40] MaxCLL=1281, MaxFALL=148
  2141. [hevc @ 0000020f939dba40] Output frame with POC 2.
  2142. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2143. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2144. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2145. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2146. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2147. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2148. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2149. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2150. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2151. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2152. [hevc @ 0000020f939effc0] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2153. [hevc @ 0000020f939effc0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2154. [hevc @ 0000020f939effc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2155. [hevc @ 0000020f939effc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2156. [hevc @ 0000020f939effc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2157. [hevc @ 0000020f939effc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2158. [hevc @ 0000020f939effc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2159. [hevc @ 0000020f939effc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2160. [hevc @ 0000020f939effc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2161. [hevc @ 0000020f939effc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2162. [hevc @ 0000020f939effc0] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2163. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2164. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2165. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2166. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2167. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2168. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2169. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2170. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2171. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2172. [hevc @ 0000020f939effc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2173. [hevc @ 0000020f939effc0] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2174. [hevc @ 0000020f939effc0] Decoding PPS
  2175. [hevc @ 0000020f939effc0] Decoding SEI
  2176. [hevc @ 0000020f939effc0] Mastering Display Metadata:
  2177. [hevc @ 0000020f939effc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2178. [hevc @ 0000020f939effc0] min_luminance=0.005000, max_luminance=4000.000000
  2179. [hevc @ 0000020f939effc0] Content Light Level Metadata:
  2180. [hevc @ 0000020f939effc0] MaxCLL=1281, MaxFALL=148
  2181. [hevc @ 0000020f939effc0] Output frame with POC 3.
  2182. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  2183. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  2184. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  2185. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  2186. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  2187. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  2188. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  2189. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  2190. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  2191. [hevc @ 0000020f939effc0] Skipping NAL unit 63
  2192. [hevc @ 0000020f93a022c0] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2193. [hevc @ 0000020f93a022c0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2194. [hevc @ 0000020f93a022c0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2195. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2196. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2197. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2198. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2199. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2200. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2201. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2202. [hevc @ 0000020f93a022c0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2203. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2204. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2205. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2206. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2207. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2208. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2209. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2210. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2211. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2212. [hevc @ 0000020f93a022c0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2213. [hevc @ 0000020f93a022c0] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2214. [hevc @ 0000020f93a022c0] Decoding PPS
  2215. [hevc @ 0000020f93a022c0] Decoding SEI
  2216. [hevc @ 0000020f93a022c0] Mastering Display Metadata:
  2217. [hevc @ 0000020f93a022c0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2218. [hevc @ 0000020f93a022c0] min_luminance=0.005000, max_luminance=4000.000000
  2219. [hevc @ 0000020f93a022c0] Content Light Level Metadata:
  2220. [hevc @ 0000020f93a022c0] MaxCLL=1281, MaxFALL=148
  2221. [hevc @ 0000020f93a022c0] Output frame with POC 4.
  2222. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  2223. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  2224. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  2225. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  2226. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  2227. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  2228. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  2229. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  2230. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  2231. [hevc @ 0000020f93a022c0] Skipping NAL unit 63
  2232. [hevc @ 0000020f93a16580] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2233. [hevc @ 0000020f93a16580] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2234. [hevc @ 0000020f93a16580] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2235. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2236. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2237. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2238. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2239. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2240. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2241. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2242. [hevc @ 0000020f93a16580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2243. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2244. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2245. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2246. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2247. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2248. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2249. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2250. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2251. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2252. [hevc @ 0000020f93a16580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2253. [hevc @ 0000020f93a16580] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2254. [hevc @ 0000020f93a16580] Decoding PPS
  2255. [hevc @ 0000020f93a16580] Decoding SEI
  2256. [hevc @ 0000020f93a16580] Mastering Display Metadata:
  2257. [hevc @ 0000020f93a16580] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2258. [hevc @ 0000020f93a16580] min_luminance=0.005000, max_luminance=4000.000000
  2259. [hevc @ 0000020f93a16580] Content Light Level Metadata:
  2260. [hevc @ 0000020f93a16580] MaxCLL=1281, MaxFALL=148
  2261. [hevc @ 0000020f93a16580] Output frame with POC 5.
  2262. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  2263. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  2264. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  2265. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  2266. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  2267. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  2268. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  2269. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  2270. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  2271. [hevc @ 0000020f93a16580] Skipping NAL unit 63
  2272. [hevc @ 0000020f93a26d00] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2273. [hevc @ 0000020f93a26d00] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2274. [hevc @ 0000020f93a26d00] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2275. [hevc @ 0000020f93a26d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2276. [hevc @ 0000020f93a26d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2277. [hevc @ 0000020f93a26d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2278. [hevc @ 0000020f93a26d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2279. [hevc @ 0000020f93a26d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2280. [hevc @ 0000020f93a26d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2281. [hevc @ 0000020f93a26d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2282. [hevc @ 0000020f93a26d00] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2283. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2284. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2285. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2286. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2287. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2288. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2289. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2290. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2291. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2292. [hevc @ 0000020f93a26d00] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2293. [hevc @ 0000020f93a26d00] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2294. [hevc @ 0000020f93a26d00] Decoding PPS
  2295. [hevc @ 0000020f93a26d00] Decoding SEI
  2296. [hevc @ 0000020f93a26d00] Mastering Display Metadata:
  2297. [hevc @ 0000020f93a26d00] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2298. [hevc @ 0000020f93a26d00] min_luminance=0.005000, max_luminance=4000.000000
  2299. [hevc @ 0000020f93a26d00] Content Light Level Metadata:
  2300. [hevc @ 0000020f93a26d00] MaxCLL=1281, MaxFALL=148
  2301. [hevc @ 0000020f93a26d00] Output frame with POC 6.
  2302. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  2303. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  2304. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  2305. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  2306. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  2307. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  2308. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  2309. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  2310. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  2311. [hevc @ 0000020f93a26d00] Skipping NAL unit 63
  2312. [in#0/matroska,webm @ 0000020f8a466440] Terminating thread with return code 0 (success)
  2313. [hevc @ 0000020f93a27440] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2314. [hevc @ 0000020f93a27440] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2315. [hevc @ 0000020f93a27440] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2316. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2317. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2318. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2319. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2320. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2321. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2322. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2323. [hevc @ 0000020f93a27440] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2324. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2325. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2326. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2327. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2328. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2329. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2330. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2331. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2332. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2333. [hevc @ 0000020f93a27440] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2334. [hevc @ 0000020f93a27440] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2335. [hevc @ 0000020f93a27440] Decoding PPS
  2336. [hevc @ 0000020f93a27440] Decoding SEI
  2337. [hevc @ 0000020f93a27440] Mastering Display Metadata:
  2338. [hevc @ 0000020f93a27440] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2339. [hevc @ 0000020f93a27440] min_luminance=0.005000, max_luminance=4000.000000
  2340. [hevc @ 0000020f93a27440] Content Light Level Metadata:
  2341. [hevc @ 0000020f93a27440] MaxCLL=1281, MaxFALL=148
  2342. [hevc @ 0000020f93a27440] Output frame with POC 7.
  2343. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  2344. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  2345. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  2346. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  2347. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  2348. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  2349. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  2350. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  2351. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  2352. [hevc @ 0000020f93a27440] Skipping NAL unit 63
  2353. [hevc @ 0000020f93a27bc0] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2354. [hevc @ 0000020f93a27bc0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2355. [hevc @ 0000020f93a27bc0] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2356. [hevc @ 0000020f93a27bc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2357. [hevc @ 0000020f93a27bc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2358. [hevc @ 0000020f93a27bc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2359. [hevc @ 0000020f93a27bc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2360. [hevc @ 0000020f93a27bc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2361. [hevc @ 0000020f93a27bc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2362. [hevc @ 0000020f93a27bc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2363. [hevc @ 0000020f93a27bc0] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2364. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2365. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2366. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2367. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2368. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2369. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2370. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2371. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2372. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2373. [hevc @ 0000020f93a27bc0] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2374. [hevc @ 0000020f93a27bc0] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2375. [hevc @ 0000020f93a27bc0] Decoding PPS
  2376. [hevc @ 0000020f93a27bc0] Decoding SEI
  2377. [hevc @ 0000020f93a27bc0] Mastering Display Metadata:
  2378. [hevc @ 0000020f93a27bc0] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2379. [hevc @ 0000020f93a27bc0] min_luminance=0.005000, max_luminance=4000.000000
  2380. [hevc @ 0000020f93a27bc0] Content Light Level Metadata:
  2381. [hevc @ 0000020f93a27bc0] MaxCLL=1281, MaxFALL=148
  2382. [hevc @ 0000020f93a27bc0] Output frame with POC 8.
  2383. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  2384. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  2385. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  2386. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  2387. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  2388. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  2389. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  2390. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  2391. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  2392. [hevc @ 0000020f93a27bc0] Skipping NAL unit 63
  2393. [hevc @ 0000020f93a26940] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2394. [hevc @ 0000020f93a26940] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2395. [hevc @ 0000020f93a26940] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2396. [hevc @ 0000020f93a26940] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2397. [hevc @ 0000020f93a26940] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2398. [hevc @ 0000020f93a26940] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2399. [hevc @ 0000020f93a26940] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2400. [hevc @ 0000020f93a26940] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2401. [hevc @ 0000020f93a26940] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2402. [hevc @ 0000020f93a26940] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2403. [hevc @ 0000020f93a26940] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2404. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2405. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2406. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2407. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2408. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2409. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2410. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2411. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2412. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2413. [hevc @ 0000020f93a26940] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2414. [hevc @ 0000020f93a26940] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2415. [hevc @ 0000020f93a26940] Decoding PPS
  2416. [hevc @ 0000020f93a26940] Decoding SEI
  2417. [hevc @ 0000020f93a26940] Mastering Display Metadata:
  2418. [hevc @ 0000020f93a26940] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2419. [hevc @ 0000020f93a26940] min_luminance=0.005000, max_luminance=4000.000000
  2420. [hevc @ 0000020f93a26940] Content Light Level Metadata:
  2421. [hevc @ 0000020f93a26940] MaxCLL=1281, MaxFALL=148
  2422. [hevc @ 0000020f93a26940] Output frame with POC 9.
  2423. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  2424. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  2425. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  2426. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  2427. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  2428. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  2429. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  2430. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  2431. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  2432. [hevc @ 0000020f93a26940] Skipping NAL unit 63
  2433. [hevc @ 0000020f93a27f40] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2434. [hevc @ 0000020f93a27f40] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2435. [hevc @ 0000020f93a27f40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2436. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2437. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2438. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2439. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2440. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2441. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2442. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2443. [hevc @ 0000020f93a27f40] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2444. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2445. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2446. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2447. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2448. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2449. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2450. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2451. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2452. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2453. [hevc @ 0000020f93a27f40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2454. [hevc @ 0000020f93a27f40] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2455. [hevc @ 0000020f93a27f40] Decoding PPS
  2456. [hevc @ 0000020f93a27f40] Decoding SEI
  2457. [hevc @ 0000020f93a27f40] Mastering Display Metadata:
  2458. [hevc @ 0000020f93a27f40] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2459. [hevc @ 0000020f93a27f40] min_luminance=0.005000, max_luminance=4000.000000
  2460. [hevc @ 0000020f93a27f40] Content Light Level Metadata:
  2461. [hevc @ 0000020f93a27f40] MaxCLL=1281, MaxFALL=148
  2462. [hevc @ 0000020f93a27f40] Output frame with POC 10.
  2463. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  2464. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  2465. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  2466. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  2467. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  2468. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  2469. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  2470. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  2471. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  2472. [hevc @ 0000020f93a27f40] Skipping NAL unit 63
  2473. [hevc @ 0000020f93a27800] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2474. [hevc @ 0000020f93a27800] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2475. [hevc @ 0000020f93a27800] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2476. [hevc @ 0000020f93a27800] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2477. [hevc @ 0000020f93a27800] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2478. [hevc @ 0000020f93a27800] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2479. [hevc @ 0000020f93a27800] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2480. [hevc @ 0000020f93a27800] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2481. [hevc @ 0000020f93a27800] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2482. [hevc @ 0000020f93a27800] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2483. [hevc @ 0000020f93a27800] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2484. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2485. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2486. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2487. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2488. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2489. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2490. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2491. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2492. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2493. [hevc @ 0000020f93a27800] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2494. [hevc @ 0000020f93a27800] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2495. [hevc @ 0000020f93a27800] Decoding PPS
  2496. [hevc @ 0000020f93a27800] Decoding SEI
  2497. [hevc @ 0000020f93a27800] Mastering Display Metadata:
  2498. [hevc @ 0000020f93a27800] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2499. [hevc @ 0000020f93a27800] min_luminance=0.005000, max_luminance=4000.000000
  2500. [hevc @ 0000020f93a27800] Content Light Level Metadata:
  2501. [hevc @ 0000020f93a27800] MaxCLL=1281, MaxFALL=148
  2502. [hevc @ 0000020f93a27800] Output frame with POC 11.
  2503. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  2504. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  2505. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  2506. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  2507. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  2508. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  2509. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  2510. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  2511. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  2512. [hevc @ 0000020f93a27800] Skipping NAL unit 63
  2513. [hevc @ 0000020f93a27080] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2514. [hevc @ 0000020f93a27080] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2515. [hevc @ 0000020f93a27080] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2516. [hevc @ 0000020f93a27080] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2517. [hevc @ 0000020f93a27080] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2518. [hevc @ 0000020f93a27080] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2519. [hevc @ 0000020f93a27080] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2520. [hevc @ 0000020f93a27080] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2521. [hevc @ 0000020f93a27080] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2522. [hevc @ 0000020f93a27080] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2523. [hevc @ 0000020f93a27080] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2524. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2525. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2526. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2527. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2528. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2529. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2530. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2531. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2532. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2533. [hevc @ 0000020f93a27080] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2534. [hevc @ 0000020f93a27080] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2535. [hevc @ 0000020f93a27080] Decoding PPS
  2536. [hevc @ 0000020f93a27080] Decoding SEI
  2537. [hevc @ 0000020f93a27080] Mastering Display Metadata:
  2538. [hevc @ 0000020f93a27080] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2539. [hevc @ 0000020f93a27080] min_luminance=0.005000, max_luminance=4000.000000
  2540. [hevc @ 0000020f93a27080] Content Light Level Metadata:
  2541. [hevc @ 0000020f93a27080] MaxCLL=1281, MaxFALL=148
  2542. [hevc @ 0000020f93a27080] Output frame with POC 12.
  2543. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2544. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2545. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2546. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2547. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2548. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2549. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2550. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2551. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2552. [hevc @ 0000020f93a27080] Skipping NAL unit 63
  2553. [hevc @ 0000020f93a26580] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2554. [hevc @ 0000020f93a26580] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2555. [hevc @ 0000020f93a26580] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2556. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2557. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2558. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2559. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2560. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2561. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2562. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2563. [hevc @ 0000020f93a26580] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2564. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2565. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2566. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2567. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2568. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2569. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2570. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2571. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2572. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2573. [hevc @ 0000020f93a26580] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2574. [hevc @ 0000020f93a26580] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2575. [hevc @ 0000020f93a26580] Decoding PPS
  2576. [hevc @ 0000020f93a26580] Decoding SEI
  2577. [hevc @ 0000020f93a26580] Mastering Display Metadata:
  2578. [hevc @ 0000020f93a26580] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2579. [hevc @ 0000020f93a26580] min_luminance=0.005000, max_luminance=4000.000000
  2580. [hevc @ 0000020f93a26580] Content Light Level Metadata:
  2581. [hevc @ 0000020f93a26580] MaxCLL=1281, MaxFALL=148
  2582. [hevc @ 0000020f93a26580] Output frame with POC 13.
  2583. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2584. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2585. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2586. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2587. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2588. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2589. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2590. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2591. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2592. [hevc @ 0000020f93a26580] Skipping NAL unit 63
  2593. [hevc @ 0000020f8a49b380] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2594. [hevc @ 0000020f8a49b380] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2595. [hevc @ 0000020f8a49b380] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2596. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2597. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2598. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2599. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2600. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2601. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2602. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2603. [hevc @ 0000020f8a49b380] nal_unit_type: 0(TRAIL_N), nuh_layer_id: 0, temporal_id: 0
  2604. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2605. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2606. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2607. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2608. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2609. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2610. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2611. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2612. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2613. [hevc @ 0000020f8a49b380] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2614. [hevc @ 0000020f8a49b380] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2615. [hevc @ 0000020f8a49b380] Decoding PPS
  2616. [hevc @ 0000020f8a49b380] Decoding SEI
  2617. [hevc @ 0000020f8a49b380] Mastering Display Metadata:
  2618. [hevc @ 0000020f8a49b380] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2619. [hevc @ 0000020f8a49b380] min_luminance=0.005000, max_luminance=4000.000000
  2620. [hevc @ 0000020f8a49b380] Content Light Level Metadata:
  2621. [hevc @ 0000020f8a49b380] MaxCLL=1281, MaxFALL=148
  2622. [hevc @ 0000020f8a49b380] Output frame with POC 14.
  2623. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2624. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2625. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2626. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2627. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2628. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2629. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2630. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2631. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2632. [hevc @ 0000020f8a49b380] Skipping NAL unit 63
  2633. [hevc @ 0000020f939dba40] nal_unit_type: 35(AUD), nuh_layer_id: 0, temporal_id: 0
  2634. [hevc @ 0000020f939dba40] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
  2635. [hevc @ 0000020f939dba40] nal_unit_type: 39(SEI_PREFIX), nuh_layer_id: 0, temporal_id: 0
  2636. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2637. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2638. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2639. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2640. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2641. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2642. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2643. [hevc @ 0000020f939dba40] nal_unit_type: 1(TRAIL_R), nuh_layer_id: 0, temporal_id: 0
  2644. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2645. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2646. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2647. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2648. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2649. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2650. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2651. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2652. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2653. [hevc @ 0000020f939dba40] nal_unit_type: 63(UNSPEC63), nuh_layer_id: 0, temporal_id: 0
  2654. [hevc @ 0000020f939dba40] nal_unit_type: 62(UNSPEC62), nuh_layer_id: 0, temporal_id: 0
  2655. [hevc @ 0000020f939dba40] Decoding PPS
  2656. [hevc @ 0000020f939dba40] Decoding SEI
  2657. [hevc @ 0000020f939dba40] Mastering Display Metadata:
  2658. [hevc @ 0000020f939dba40] r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290)
  2659. [hevc @ 0000020f939dba40] min_luminance=0.005000, max_luminance=4000.000000
  2660. [hevc @ 0000020f939dba40] Content Light Level Metadata:
  2661. [hevc @ 0000020f939dba40] MaxCLL=1281, MaxFALL=148
  2662. [hevc @ 0000020f939dba40] Output frame with POC 15.
  2663. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2664. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2665. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2666. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2667. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2668. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2669. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2670. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2671. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2672. [hevc @ 0000020f939dba40] Skipping NAL unit 63
  2673. [vist#0:0/hevc @ 0000020f93b2cd80] [dec:hevc @ 0000020f8a4992c0] Decoder thread received EOF packet
  2674. [hevc @ 0000020f939effc0] Output frame with POC 18.
  2675. [vist#0:0/hevc @ 0000020f93b2cd80] [dec:hevc @ 0000020f8a4992c0] Decoder returned EOF, finishing
  2676. [vist#0:0/hevc @ 0000020f93b2cd80] [dec:hevc @ 0000020f8a4992c0] Terminating thread with return code 0 (success)
  2677. [out_0_0 @ 0000020fe26523c0] EOF on sink link out_0_0:default.
  2678. [fc#0 @ 0000020f8a448080] Filtergraph returned EOF, finishing
  2679. [fc#0 @ 0000020f8a448080] All consumers returned EOF
  2680. [vost#0:0/h264_nvenc @ 0000020f8a4c46c0] Encoder thread received EOF
  2681. [fc#0 @ 0000020f8a448080] Terminating thread with return code 0 (success)
  2682. [vost#0:0/h264_nvenc @ 0000020f8a4c46c0] Terminating thread with return code 0 (success)
  2683. [out#0/matroska @ 0000020f8a469880] Nothing was written into output file, because at least one of its streams received no packets.
  2684. [h264_nvenc @ 0000020f8a4c4b80] Nvenc unloaded
  2685. [AVIOContext @ 0000020f93f9edc0] Statistics: 0 bytes written, 0 seeks, 0 writeouts
  2686. [in#0/matroska,webm @ 0000020f8a466440] Input file #0 (***.mkv):
  2687. [in#0/matroska,webm @ 0000020f8a466440] Input stream #0:0 (video): 42 packets read (5423207 bytes); 39 frames decoded; 0 decode errors;
  2688. [in#0/matroska,webm @ 0000020f8a466440] Total: 42 packets (5423207 bytes) demuxed
  2689. [AVIOContext @ 0000020f8a465340] Statistics: 5456707 bytes read, 2 seeks
  2690. Conversion failed!
  2691.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement