Advertisement
Guest User

Untitled

a guest
Apr 29th, 2024
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 25.57 KB | None | 0 0
  1. Ubuntu 22.04 docker on WSL2 win11 DOCKER HOST:
  2. C:\> docker run --gpu-all -it ubuntu:22.04
  3.  
  4. root@ecdd41d9db61:/tmp# nvidia-smi
  5. Tue Apr 30 03:26:03 2024
  6. +-----------------------------------------------------------------------------------------+
  7. | NVIDIA-SMI 550.76.01              Driver Version: 552.22         CUDA Version: 12.4     |
  8. |-----------------------------------------+------------------------+----------------------+
  9. | GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
  10. | Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
  11. |                                         |                        |               MIG M. |
  12. |=========================================+========================+======================|
  13. |   0  NVIDIA GeForce GTX 1060        On  |   00000000:01:00.0 Off |                  N/A |
  14. | N/A   46C    P8              5W /   78W |     570MiB /   6144MiB |      3%      Default |
  15. |                                         |                        |                  N/A |
  16. +-----------------------------------------+------------------------+----------------------+
  17.  
  18. +-----------------------------------------------------------------------------------------+
  19. | Processes:                                                                              |
  20. |  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
  21. |        ID   ID                                                               Usage      |
  22. |=========================================================================================|
  23. |    0   N/A  N/A        35      G   /Xwayland                                   N/A      |
  24. |    0   N/A  N/A        43      G   /Xwayland                                   N/A      |
  25. +-----------------------------------------------------------------------------------------+
  26.  
  27. root@ecdd41d9db61:/tmp# apt-get install ffmpeg
  28. ...
  29. ...
  30. root@ecdd41d9db61:/tmp# ffmpeg -i 60sec.mov -vf scale=1280:-2 -c:v hevc_nvenc -y enc11.hevc -v 99
  31. ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
  32.   built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
  33.   configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  34.   libavutil      56. 70.100 / 56. 70.100
  35.   libavcodec     58.134.100 / 58.134.100
  36.   libavformat    58. 76.100 / 58. 76.100
  37.   libavdevice    58. 13.100 / 58. 13.100
  38.   libavfilter     7.110.100 /  7.110.100
  39.   libswscale      5.  9.100 /  5.  9.100
  40.   libswresample   3.  9.100 /  3.  9.100
  41.   libpostproc    55.  9.100 / 55.  9.100
  42. Splitting the commandline.
  43. Reading option '-i' ... matched as input url with argument '60sec.mov'.
  44. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'scale=1280:-2'.
  45. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'hevc_nvenc'.
  46. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  47. Reading option 'enc11.hevc' ... matched as output url.
  48. Reading option '-v' ... matched as option 'v' (set logging level) with argument '99'.
  49. Finished splitting the commandline.
  50. Parsing a group of options: global .
  51. Applying option y (overwrite output files) with argument 1.
  52. Applying option v (set logging level) with argument 99.
  53. Successfully parsed a group of options.
  54. Parsing a group of options: input url 60sec.mov.
  55. Successfully parsed a group of options.
  56. Opening an input file: 60sec.mov.
  57. [NULL @ 0x561ddedeb2c0] Opening '60sec.mov' for reading
  58. [file @ 0x561ddedebf40] Setting default whitelist 'file,crypto,data'
  59. Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
  60. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  61. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'ftyp' parent:'root' sz: 20 8 5004883075
  62. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] ISO: File Type Major Brand: qt
  63. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'mdat' parent:'root' sz: 5004815864 36 5004883075
  64. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'moov' parent:'root' sz: 67183 5004815900 5004883075
  65. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'mvhd' parent:'moov' sz: 108 8 67175
  66. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] time scale = 1000
  67. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'trak' parent:'moov' sz: 17882 116 67175
  68. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'tkhd' parent:'trak' sz: 92 8 17874
  69. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'edts' parent:'trak' sz: 36 100 17874
  70. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'elst' parent:'edts' sz: 28 8 28
  71. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] track[0].edit_count = 1
  72. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] duration=60019 time=0 rate=1.000000
  73. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'mdia' parent:'trak' sz: 17746 136 17874
  74. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'mdhd' parent:'mdia' sz: 32 8 17738
  75. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'hdlr' parent:'mdia' sz: 106 40 17738
  76. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] ctype=mhlr
  77. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] stype=vide
  78. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'minf' parent:'mdia' sz: 17600 146 17738
  79. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'vmhd' parent:'minf' sz: 20 8 17592
  80. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'hdlr' parent:'minf' sz: 44 28 17592
  81. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] ctype=dhlr
  82. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] stype=url
  83. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'dinf' parent:'minf' sz: 36 72 17592
  84. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'dref' parent:'dinf' sz: 28 8 28
  85. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] Unknown dref type 0x206c7275 size 12
  86. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'stbl' parent:'minf' sz: 17492 108 17592
  87. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'stsd' parent:'stbl' sz: 128 8 17484
  88. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] size=112 4CC=apch codec_type=0
  89. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'fiel' parent:'stsd' sz: 10 8 26
  90. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'pasp' parent:'stsd' sz: 16 18 26
  91. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'stts' parent:'stbl' sz: 24 136 17484
  92. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] track[0].stts.entries = 1
  93. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] sample_count=1439, sample_duration=1001
  94. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'stsc' parent:'stbl' sz: 28 160 17484
  95. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] track[0].stsc.entries = 1
  96. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'stsz' parent:'stbl' sz: 5776 188 17484
  97. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] sample_size = 0 sample_count = 1439
  98. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] type:'co64' parent:'stbl' sz: 11528 5964 17484
  99. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] AVIndex stream 0, sample 0, offset 24, dts 0, size 85264, distance 0, keyframe 1
  100. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] AVIndex stream 0, sample 1, offset 17d34, dts 1001, size 85264, distance 0, keyframe 1
  101. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] AVIndex stream 0, sample 2, offset 2fa44, dts 2002, size 85264, distance 0, keyframe 1
  102. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] AVIndex stream 0, sample 3, offset 47754, dts 3003, size 85264, distance 0, keyframe 1
  103. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] AVIndex stream 0, sample 4, offset 5f464, dts 4004, size 85264, distance 0, keyframe 1
  104. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] AVIndex stream 0, sample 5, offset 77174, dts 5005, size 85264, distance 0, keyframe 1
  105. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] AVIndex stream 0, sample 6, offset 8ee84, dts 6006, size 85264, distance 0, keyframe 1
  106. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561ddedeb2c0] AVIndex stream 0, sample 7, offset a6b94, dts 7007, size 85264, distance 0, keyframe 1
  107. ...
  108. ...
  109. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] AVIndex stream 1, chunk 2816, offset 129d5bce4, dts 2876032, size 3072, duration 1024
  110. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] AVIndex stream 1, chunk 2817, offset 12a1283b4, dts 2877056, size 3072, duration 1024
  111. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] AVIndex stream 1, chunk 2818, offset 12a129bb4, dts 2878080, size 3072, duration 1024
  112. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] AVIndex stream 1, chunk 2819, offset 12a4f5914, dts 2879104, size 2688, duration 896
  113. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] Processing st: 1, edit list 0 - media time: 0, duration: 2880000
  114. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'trak' parent:'moov' sz: 24576 42574 67175
  115. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'tkhd' parent:'trak' sz: 92 8 24568
  116. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'edts' parent:'trak' sz: 36 100 24568
  117. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'elst' parent:'edts' sz: 28 8 28
  118. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] track[2].edit_count = 1
  119. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] duration=60000 time=0 rate=1.000000
  120. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'mdia' parent:'trak' sz: 24440 136 24568
  121. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'mdhd' parent:'mdia' sz: 32 8 24432
  122. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'hdlr' parent:'mdia' sz: 106 40 24432
  123. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] ctype=mhlr
  124. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stype=soun
  125. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'minf' parent:'mdia' sz: 24294 146 24432
  126. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'smhd' parent:'minf' sz: 16 8 24286
  127. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'hdlr' parent:'minf' sz: 44 24 24286
  128. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] ctype=dhlr
  129. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stype=url
  130. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'dinf' parent:'minf' sz: 36 68 24286
  131. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'dref' parent:'dinf' sz: 28 8 28
  132. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] Unknown dref type 0x206c7275 size 12
  133. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'stbl' parent:'minf' sz: 24190 104 24286
  134. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'stsd' parent:'stbl' sz: 106 8 24182
  135. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] size=90 4CC=in24 codec_type=1
  136. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] audio channels 1
  137. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] version =1, isom =0
  138. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'wave' parent:'stsd' sz: 38 8 38
  139. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'frma' parent:'wave' sz: 12 8 30
  140. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'enda' parent:'wave' sz: 10 20 30
  141. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] enda 1
  142. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'[0][0][0][0]' parent:'wave' sz: 8 30 30
  143. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'stts' parent:'stbl' sz: 24 114 24182
  144. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] track[2].stts.entries = 1
  145. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] sample_count=2880000, sample_duration=1
  146. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'stsc' parent:'stbl' sz: 1456 138 24182
  147. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] track[2].stsc.entries = 120
  148. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'stsz' parent:'stbl' sz: 20 1594 24182
  149. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] sample_size = 3 sample_count = 2880000
  150. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'co64' parent:'stbl' sz: 22576 1614 24182
  151. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] chunk count 2820
  152. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] AVIndex stream 2, chunk 0, offset 15934, dts 0, size 3072, duration 1024
  153. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] AVIndex stream 2, chunk 1, offset 17134, dts 1024, size 3072, duration 1024
  154. ...
  155. ...
  156. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] AVIndex stream 2, chunk 2819, offset 12a4f6394, dts 2879104, size 2688, duration 896
  157. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] Processing st: 2, edit list 0 - media time: 0, duration: 2880000
  158. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'udta' parent:'moov' sz: 33 67150 67175
  159. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] type:'[169]swr' parent:'udta' sz: 25 8 25
  160. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] on_parse_exit_offset=5004883075
  161. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] Before avformat_find_stream_info() pos: 5004883075 bytes read:99951 seeks:1 nb_streams:3
  162. [prores @ 0x55587570f200] Auto bitdepth precision. Use 10b decoding based on codec tag.
  163. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 0, sample 0, dts 0
  164. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 1, sample 0, dts 0
  165. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 2, sample 0, dts 0
  166. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 0, sample 1, dts 41708
  167. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 1, sample 0, dts 0
  168. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 2, sample 0, dts 0
  169. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 0, sample 1, dts 41708
  170. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 1, sample 1, dts 21333
  171. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 2, sample 0, dts 0
  172. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] All info found
  173. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 0: start_time: 0 duration: 60.0183
  174. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 1: start_time: 0 duration: 60
  175. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 2: start_time: 0 duration: 60
  176. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] format: start_time: 0 duration: 60.019 (estimate from stream) bitrate=667106 kb/s
  177. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] After avformat_find_stream_info() pos: 91444 bytes read:217983 seeks:2 frames:3
  178. Guessed Channel Layout for Input Stream #0.1 : mono
  179. Guessed Channel Layout for Input Stream #0.2 : mono
  180. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '60sec.mov':
  181.   Metadata:
  182.     major_brand     : qt
  183.     minor_version   : 512
  184.     compatible_brands: qt
  185.     encoder         : Lavf60.15.100
  186.   Duration: 00:01:00.02, start: 0.000000, bitrate: 667106 kb/s
  187.   Stream #0:0, 1, 1/24000: Video: prores (HQ), 1 reference frame (apch / 0x68637061), yuv422p10le(tv, bt709/unknown/unknown, progressive), 3840x2160, 0/1, 664802 kb/s, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 24k tbn, 24k tbc (default)
  188.     Metadata:
  189.       handler_name    : Telestream, LLC Telestream Media Framework - Release TXGP 2018.132.239686
  190.       vendor_id       : FFMP
  191.       encoder         : Apple ProRes 422 (HQ)
  192.   Stream #0:1(eng), 1, 1/48000: Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)
  193.     Metadata:
  194.       handler_name    : Telestream, LLC Telestream Media Framework - Release TXGP 2018.132.239686
  195.       vendor_id       : [0][0][0][0]
  196.   Stream #0:2(eng), 1, 1/48000: Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32 (24 bit), 1152 kb/s (default)
  197.     Metadata:
  198.       handler_name    : Telestream, LLC Telestream Media Framework - Release TXGP 2018.132.239686
  199.       vendor_id       : [0][0][0][0]
  200. Successfully opened the file.
  201. Parsing a group of options: output url enc11.hevc.
  202. Applying option vf (set video filters) with argument scale=1280:-2.
  203. Applying option c:v (codec name) with argument hevc_nvenc.
  204. Successfully parsed a group of options.
  205. Opening an output file: enc11.hevc.
  206. [file @ 0x555875725d00] Setting default whitelist 'file,crypto,data'
  207. Successfully opened the file.
  208. detected 8 logical cores
  209. [prores @ 0x555875727f00] Auto bitdepth precision. Use 10b decoding based on codec tag.
  210. [prores @ 0x555875728880] Auto bitdepth precision. Use 10b decoding based on codec tag.
  211. [prores @ 0x555875729540] Auto bitdepth precision. Use 10b decoding based on codec tag.
  212. [prores @ 0x555875732e80] Auto bitdepth precision. Use 10b decoding based on codec tag.
  213. [prores @ 0x555875733800] Auto bitdepth precision. Use 10b decoding based on codec tag.
  214. [prores @ 0x555875734500] Auto bitdepth precision. Use 10b decoding based on codec tag.
  215. [prores @ 0x555875735300] Auto bitdepth precision. Use 10b decoding based on codec tag.
  216. [prores @ 0x555875736100] Auto bitdepth precision. Use 10b decoding based on codec tag.
  217. [prores @ 0x555875736f00] Auto bitdepth precision. Use 10b decoding based on codec tag.
  218. Stream mapping:
  219.   Stream #0:0 -> #0:0 (prores (native) -> hevc (hevc_nvenc))
  220. Press [q] to stop, [?] for help
  221. cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
  222.     Last message repeated 3 times
  223. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 0, sample 1, dts 41708
  224. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 1, sample 1, dts 21333
  225. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 2, sample 1, dts 21333
  226. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 0, sample 1, dts 41708
  227. ...
  228. ...
  229. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 1, sample 16, dts 341333
  230. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55587570d2c0] stream 2, sample 16, dts 341333
  231. [Parsed_scale_0 @ 0x555875723080] Setting 'w' to value '1280'
  232. [Parsed_scale_0 @ 0x555875723080] Setting 'h' to value '-2'
  233. [Parsed_scale_0 @ 0x555875723080] Setting 'flags' to value 'bicubic'
  234. [Parsed_scale_0 @ 0x555875723080] w:1280 h:-2 flags:'bicubic' interl:0
  235. [graph 0 input from stream 0:0 @ 0x5558757390c0] Setting 'video_size' to value '3840x2160'
  236. [graph 0 input from stream 0:0 @ 0x5558757390c0] Setting 'pix_fmt' to value '66'
  237. [graph 0 input from stream 0:0 @ 0x5558757390c0] Setting 'time_base' to value '1/24000'
  238. [graph 0 input from stream 0:0 @ 0x5558757390c0] Setting 'pixel_aspect' to value '1/1'
  239. [graph 0 input from stream 0:0 @ 0x5558757390c0] Setting 'frame_rate' to value '24000/1001'
  240. [graph 0 input from stream 0:0 @ 0x5558757390c0] w:3840 h:2160 pixfmt:yuv422p10le tb:1/24000 fr:24000/1001 sar:1/1
  241. [format @ 0x555875738dc0] Setting 'pix_fmts' to value 'yuv420p|nv12|p010le|yuv444p|p016le|yuv444p16le|bgr0|rgb0|cuda'
  242. [AVFilterGraph @ 0x555875714140] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed
  243. [Parsed_scale_0 @ 0x555875723080] picking yuv444p16le out of 8 ref:yuv422p10le alpha:0
  244. [Parsed_scale_0 @ 0x555875723080] w:3840 h:2160 fmt:yuv422p10le sar:1/1 -> w:1280 h:720 fmt:yuv444p16le sar:1/1 flags:0x4
  245. [hevc_nvenc @ 0x555875724d80] Loaded lib: libcuda.so.1
  246. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuInit
  247. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDeviceGetCount
  248. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDeviceGet
  249. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDeviceGetAttribute
  250. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDeviceGetName
  251. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDeviceComputeCapability
  252. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuCtxCreate_v2
  253. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuCtxSetLimit
  254. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuCtxPushCurrent_v2
  255. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuCtxPopCurrent_v2
  256. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuCtxDestroy_v2
  257. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemAlloc_v2
  258. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemAllocPitch_v2
  259. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemAllocManaged
  260. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemsetD8Async
  261. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemFree_v2
  262. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemcpy
  263. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemcpyAsync
  264. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemcpy2D_v2
  265. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemcpy2DAsync_v2
  266. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemcpyHtoD_v2
  267. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemcpyHtoDAsync_v2
  268. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemcpyDtoH_v2
  269. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemcpyDtoHAsync_v2
  270. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemcpyDtoD_v2
  271. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMemcpyDtoDAsync_v2
  272. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuGetErrorName
  273. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuGetErrorString
  274. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuCtxGetDevice
  275. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDevicePrimaryCtxRetain
  276. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDevicePrimaryCtxRelease
  277. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDevicePrimaryCtxSetFlags
  278. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDevicePrimaryCtxGetState
  279. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDevicePrimaryCtxReset
  280. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuStreamCreate
  281. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuStreamQuery
  282. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuStreamSynchronize
  283. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuStreamDestroy_v2
  284. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuStreamAddCallback
  285. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuEventCreate
  286. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuEventDestroy_v2
  287. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuEventSynchronize
  288. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuEventQuery
  289. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuEventRecord
  290. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuLaunchKernel
  291. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuLinkCreate
  292. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuLinkAddData
  293. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuLinkComplete
  294. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuLinkDestroy
  295. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuModuleLoadData
  296. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuModuleUnload
  297. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuModuleGetFunction
  298. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuModuleGetGlobal
  299. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuTexObjectCreate
  300. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuTexObjectDestroy
  301. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuGLGetDevices_v2
  302. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuGraphicsGLRegisterImage
  303. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuGraphicsUnregisterResource
  304. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuGraphicsMapResources
  305. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuGraphicsUnmapResources
  306. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuGraphicsSubResourceGetMappedArray
  307. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDeviceGetUuid
  308. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuImportExternalMemory
  309. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDestroyExternalMemory
  310. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuExternalMemoryGetMappedBuffer
  311. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuExternalMemoryGetMappedMipmappedArray
  312. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMipmappedArrayGetLevel
  313. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuMipmappedArrayDestroy
  314. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuImportExternalSemaphore
  315. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuDestroyExternalSemaphore
  316. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuSignalExternalSemaphoresAsync
  317. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuWaitExternalSemaphoresAsync
  318. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuArray3DCreate_v2
  319. [hevc_nvenc @ 0x555875724d80] Loaded sym: cuArrayDestroy
  320. [hevc_nvenc @ 0x555875724d80] Cannot load optional cuEGLStreamProducerConnect
  321. [hevc_nvenc @ 0x555875724d80] Cannot load optional cuEGLStreamProducerDisconnect
  322. [hevc_nvenc @ 0x555875724d80] Cannot load optional cuEGLStreamConsumerDisconnect
  323. [hevc_nvenc @ 0x555875724d80] Cannot load optional cuEGLStreamProducerPresentFrame
  324. [hevc_nvenc @ 0x555875724d80] Cannot load optional cuEGLStreamProducerReturnFrame
  325. [hevc_nvenc @ 0x555875724d80] Loaded lib: libnvidia-encode.so.1
  326. [hevc_nvenc @ 0x555875724d80] Loaded sym: NvEncodeAPICreateInstance
  327. [hevc_nvenc @ 0x555875724d80] Loaded sym: NvEncodeAPIGetMaxSupportedVersion
  328. [hevc_nvenc @ 0x555875724d80] Loaded Nvenc version 12.2
  329. [hevc_nvenc @ 0x555875724d80] Nvenc initialized successfully
  330. [hevc_nvenc @ 0x555875724d80] Calling dl_fn->cuda_dl->cuInit(0)
  331. [hevc_nvenc @ 0x555875724d80] Calling dl_fn->cuda_dl->cuDeviceGetCount(&nb_devices)
  332. [hevc_nvenc @ 0x555875724d80] 1 CUDA capable devices found
  333. [hevc_nvenc @ 0x555875724d80] Calling dl_fn->cuda_dl->cuDeviceGet(&cu_device, idx)
  334. [hevc_nvenc @ 0x555875724d80] Calling dl_fn->cuda_dl->cuDeviceGetName(name, sizeof(name), cu_device)
  335. [hevc_nvenc @ 0x555875724d80] Calling dl_fn->cuda_dl->cuDeviceComputeCapability(&major, &minor, cu_device)
  336. [hevc_nvenc @ 0x555875724d80] [ GPU #0 - < NVIDIA GeForce GTX 1060 > has Compute SM 6.1 ]
  337. [hevc_nvenc @ 0x555875724d80] Calling dl_fn->cuda_dl->cuCtxCreate(&ctx->cu_context_internal, 0, cu_device)
  338. [hevc_nvenc @ 0x555875724d80] Calling dl_fn->cuda_dl->cuCtxPopCurrent(&dummy)
  339. [hevc_nvenc @ 0x555875724d80] OpenEncodeSessionEx failed: unsupported device (2): (no details)
  340. [hevc_nvenc @ 0x555875724d80] Calling dl_fn->cuda_dl->cuCtxDestroy(ctx->cu_context_internal)
  341. [hevc_nvenc @ 0x555875724d80] No capable devices found
  342. [hevc_nvenc @ 0x555875724d80] Nvenc unloaded
  343. Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  344. [AVIOContext @ 0x555875715100] Statistics: 0 seeks, 0 writeouts
  345. [AVIOContext @ 0x555875716380] Statistics: 965631 bytes read, 2 seeks
  346. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement