Advertisement
Guest User

Untitled

a guest
Jul 9th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.53 KB | None | 0 0
  1. ffmpeg -loglevel debug -vaapi_device /dev/dri/renderD128 -hwaccel vaapi -hwaccel_output_format vaapi -i sample.mkv -c:v hevc_vaapi -vf 'hwdownload,format=nv12,hwupload' -rc_mode 3 -b:v 3M -profile:v 1 -tier 1 -level 153 -c:a copy output.mkv
  2. ffmpeg version 4.3 Copyright (c) 2000-2020 the FFmpeg developers
  3. built with gcc 7 (SUSE Linux)
  4. configuration: --prefix=/home/build/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/build/ffmpeg_build/include --extra-ldflags=-L/home/build/ffmpeg_build/lib --extra-ldflags=-L/home/build/ffmpeg_build/lib64 --extra-libs=-lpthread --extra-libs=-lm --bindir=/home/build/bin --enable-gpl --enable-vaapi --enable-libfdk_aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree --enable-version3 --enable-frei0r --enable-libdav1d --enable-static --enable-libaom --enable-vulkan
  5. libavutil 56. 51.100 / 56. 51.100
  6. libavcodec 58. 91.100 / 58. 91.100
  7. libavformat 58. 45.100 / 58. 45.100
  8. libavdevice 58. 10.100 / 58. 10.100
  9. libavfilter 7. 85.100 / 7. 85.100
  10. libswscale 5. 7.100 / 5. 7.100
  11. libswresample 3. 7.100 / 3. 7.100
  12. libpostproc 55. 7.100 / 55. 7.100
  13. Splitting the commandline.
  14. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  15. Reading option '-vaapi_device' ... matched as option 'vaapi_device' (set VAAPI hardware device (DRM path or X11 display name)) with argument '/dev/dri/renderD128'.
  16. Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'vaapi'.
  17. Reading option '-hwaccel_output_format' ... matched as option 'hwaccel_output_format' (select output format used with HW accelerated decoding) with argument 'vaapi'.
  18. Reading option '-i' ... matched as input url with argument 'sample.mkv'.
  19. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'hevc_vaapi'.
  20. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'hwdownload,format=nv12,hwupload'.
  21. Reading option '-rc_mode' ... matched as AVOption 'rc_mode' with argument '3'.
  22. Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '3M'.
  23. Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument '1'.
  24. Reading option '-tier' ... matched as AVOption 'tier' with argument '1'.
  25. Reading option '-level' ... matched as AVOption 'level' with argument '153'.
  26. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'copy'.
  27. Reading option 'output.mkv' ... matched as output url.
  28. Finished splitting the commandline.
  29. Parsing a group of options: global .
  30. Applying option loglevel (set logging level) with argument debug.
  31. Applying option vaapi_device (set VAAPI hardware device (DRM path or X11 display name)) with argument /dev/dri/renderD128.
  32. [AVHWDeviceContext @ 0x50cb500] libva: VA-API version 1.5.0
  33. [AVHWDeviceContext @ 0x50cb500] libva: va_getDriverName() returns 0
  34. [AVHWDeviceContext @ 0x50cb500] libva: Trying to open /usr/lib64/dri/radeonsi_drv_video.so
  35. [AVHWDeviceContext @ 0x50cb500] libva: Found init function __vaDriverInit_1_5
  36. [AVHWDeviceContext @ 0x50cb500] libva: va_openDriver() returns 0
  37. [AVHWDeviceContext @ 0x50cb500] Initialised VAAPI connection: version 1.5
  38. [AVHWDeviceContext @ 0x50cb500] Format 0x3231564e -> nv12.
  39. [AVHWDeviceContext @ 0x50cb500] Format 0x30313050 -> p010le.
  40. [AVHWDeviceContext @ 0x50cb500] Format 0x36313050 -> unknown.
  41. [AVHWDeviceContext @ 0x50cb500] Format 0x30323449 -> yuv420p.
  42. [AVHWDeviceContext @ 0x50cb500] Format 0x32315659 -> yuv420p.
  43. [AVHWDeviceContext @ 0x50cb500] Format 0x56595559 -> unknown.
  44. [AVHWDeviceContext @ 0x50cb500] Format 0x32595559 -> yuyv422.
  45. [AVHWDeviceContext @ 0x50cb500] Format 0x59565955 -> uyvy422.
  46. [AVHWDeviceContext @ 0x50cb500] Format 0x41524742 -> bgra.
  47. [AVHWDeviceContext @ 0x50cb500] Format 0x41424752 -> rgba.
  48. [AVHWDeviceContext @ 0x50cb500] Format 0x58524742 -> bgr0.
  49. [AVHWDeviceContext @ 0x50cb500] Format 0x58424752 -> rgb0.
  50. [AVHWDeviceContext @ 0x50cb500] VAAPI driver: Mesa Gallium driver 20.2.0-devel for AMD RAVEN (DRM 3.33.0, 5.3.18-lp152.20.7-default, LLVM 10.0.0).
  51. [AVHWDeviceContext @ 0x50cb500] Driver not found in known nonstandard list, using standard behaviour.
  52. Successfully parsed a group of options.
  53. Parsing a group of options: input url sample.mkv.
  54. Applying option hwaccel (use HW accelerated decoding) with argument vaapi.
  55. Applying option hwaccel_output_format (select output format used with HW accelerated decoding) with argument vaapi.
  56. Successfully parsed a group of options.
  57. Opening an input file: sample.mkv.
  58. [NULL @ 0x5269440] Opening 'sample.mkv' for reading
  59. [file @ 0x5278bc0] Setting default whitelist 'file,crypto,data'
  60. [matroska,webm @ 0x5269440] Format matroska,webm probed with size=2048 and score=100
  61. st:0 removing common factor 1000000 from timebase
  62. st:1 removing common factor 1000000 from timebase
  63. [matroska,webm @ 0x5269440] Before avformat_find_stream_info() pos: 5527 bytes read:33553 seeks:2 nb_streams:2
  64. [h264 @ 0x52a2940] nal_unit_type: 7(SPS), nal_ref_idc: 3
  65. [h264 @ 0x52a2940] nal_unit_type: 8(PPS), nal_ref_idc: 3
  66. [h264 @ 0x52a2940] nal_unit_type: 7(SPS), nal_ref_idc: 3
  67. [h264 @ 0x52a2940] nal_unit_type: 8(PPS), nal_ref_idc: 3
  68. [h264 @ 0x52a2940] nal_unit_type: 7(SPS), nal_ref_idc: 3
  69. [h264 @ 0x52a2940] nal_unit_type: 8(PPS), nal_ref_idc: 3
  70. [h264 @ 0x52a2940] nal_unit_type: 6(SEI), nal_ref_idc: 0
  71. [h264 @ 0x52a2940] nal_unit_type: 5(IDR), nal_ref_idc: 3
  72. [h264 @ 0x52a2940] Format yuv420p chosen by get_format().
  73. [h264 @ 0x52a2940] Reinit context to 1280x720, pix_fmt: yuv420p
  74. [h264 @ 0x52a2940] no picture
  75. [matroska,webm @ 0x5269440] All info found
  76. [matroska,webm @ 0x5269440] After avformat_find_stream_info() pos: 78142 bytes read:131857 seeks:2 frames:11
  77. Input #0, matroska,webm, from 'sample.mkv':
  78. Metadata:
  79. encoder : libebml v1.3.9 + libmatroska v1.5.2
  80. creation_time : 2020-06-26T20:51:30.000000Z
  81. Duration: 00:40:36.26, start: 0.000000, bitrate: 2292 kb/s
  82. Stream #0:0, 4, 1/1000: Video: h264 (High), 1 reference frame, yuv420p(progressive, left), 1280x720 [SAR 1:1 DAR 16:9], 0/1, 25 fps, 25 tbr, 1k tbn, 2k tbc (default)
  83. Metadata:
  84. BPS-eng : 1907214
  85. DURATION-eng : 00:40:36.120000000
  86. NUMBER_OF_FRAMES-eng: 60903
  87. NUMBER_OF_BYTES-eng: 580775405
  88. _STATISTICS_WRITING_APP-eng: mkvmerge v38.0.0 ('The Silent Type') 64-bit
  89. _STATISTICS_WRITING_DATE_UTC-eng: 2020-06-26 20:51:30
  90. _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  91. Stream #0:1, 7, 1/1000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s (default)
  92. Metadata:
  93. BPS-eng : 384000
  94. DURATION-eng : 00:40:36.256000000
  95. NUMBER_OF_FRAMES-eng: 76133
  96. NUMBER_OF_BYTES-eng: 116940288
  97. _STATISTICS_WRITING_APP-eng: mkvmerge v38.0.0 ('The Silent Type') 64-bit
  98. _STATISTICS_WRITING_DATE_UTC-eng: 2020-06-26 20:51:30
  99. _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  100. Successfully opened the file.
  101. Parsing a group of options: output url output.mkv.
  102. Applying option c:v (codec name) with argument hevc_vaapi.
  103. Applying option vf (set video filters) with argument hwdownload,format=nv12,hwupload.
  104. Applying option b:v (video bitrate (please use -b:v)) with argument 3M.
  105. Applying option profile:v (set profile) with argument 1.
  106. Applying option c:a (codec name) with argument copy.
  107. Successfully parsed a group of options.
  108. Opening an output file: output.mkv.
  109. File 'output.mkv' already exists. Overwrite? [y/N] y
  110. [file @ 0x51d6980] Setting default whitelist 'file,crypto,data'
  111. Successfully opened the file.
  112. detected 8 logical cores
  113. [h264 @ 0x51fa940] nal_unit_type: 7(SPS), nal_ref_idc: 3
  114. [h264 @ 0x51fa940] nal_unit_type: 8(PPS), nal_ref_idc: 3
  115. Stream mapping:
  116. Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_vaapi))
  117. Stream #0:1 -> #0:1 (copy)
  118. Press [q] to stop, [?] for help
  119. 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)
  120. Last message repeated 2 times
  121. [h264 @ 0x51fa940] nal_unit_type: 7(SPS), nal_ref_idc: 3
  122. 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)
  123. Last message repeated 5 times
  124. [h264 @ 0x51fa940] nal_unit_type: 8(PPS), nal_ref_idc: 3
  125. [h264 @ 0x51fa940] nal_unit_type: 6(SEI), nal_ref_idc: 0
  126. [h264 @ 0x51fa940] nal_unit_type: 5(IDR), nal_ref_idc: 3
  127. [h264 @ 0x51fa940] Format vaapi_vld chosen by get_format().
  128. [h264 @ 0x51fa940] Format vaapi_vld requires hwaccel initialisation.
  129. [h264 @ 0x51fa940] Considering format 0x3231564e -> nv12.
  130. [h264 @ 0x51fa940] Picked nv12 (0x3231564e) as best match for yuv420p.
  131. [AVHWFramesContext @ 0x5220a40] Created surface 0x1.
  132. [AVHWFramesContext @ 0x5220a40] Direct mapping disabled: deriving image does not work: 1 (operation failed).
  133. [AVHWFramesContext @ 0x5220a40] Created surface 0x2.
  134. [AVHWFramesContext @ 0x5220a40] Created surface 0x3.
  135. [AVHWFramesContext @ 0x5220a40] Created surface 0x4.
  136. [AVHWFramesContext @ 0x5220a40] Created surface 0x5.
  137. [AVHWFramesContext @ 0x5220a40] Created surface 0x6.
  138. [AVHWFramesContext @ 0x5220a40] Created surface 0x7.
  139. [AVHWFramesContext @ 0x5220a40] Created surface 0x8.
  140. [AVHWFramesContext @ 0x5220a40] Created surface 0x9.
  141. [AVHWFramesContext @ 0x5220a40] Created surface 0xa.
  142. [AVHWFramesContext @ 0x5220a40] Created surface 0xb.
  143. [AVHWFramesContext @ 0x5220a40] Created surface 0xc.
  144. [AVHWFramesContext @ 0x5220a40] Created surface 0xd.
  145. [AVHWFramesContext @ 0x5220a40] Created surface 0xe.
  146. [AVHWFramesContext @ 0x5220a40] Created surface 0xf.
  147. [AVHWFramesContext @ 0x5220a40] Created surface 0x10.
  148. [AVHWFramesContext @ 0x5220a40] Created surface 0x11.
  149. [AVHWFramesContext @ 0x5220a40] Created surface 0x12.
  150. [AVHWFramesContext @ 0x5220a40] Created surface 0x13.
  151. [AVHWFramesContext @ 0x5220a40] Created surface 0x14.
  152. [AVHWFramesContext @ 0x5220a40] Created surface 0x15.
  153. [AVHWFramesContext @ 0x5220a40] Created surface 0x16.
  154. [AVHWFramesContext @ 0x5220a40] Created surface 0x17.
  155. [AVHWFramesContext @ 0x5220a40] Created surface 0x18.
  156. [AVHWFramesContext @ 0x5220a40] Created surface 0x19.
  157. [AVHWFramesContext @ 0x5220a40] Created surface 0x1a.
  158. [AVHWFramesContext @ 0x5220a40] Created surface 0x1b.
  159. [AVHWFramesContext @ 0x5220a40] Created surface 0x1c.
  160. [AVHWFramesContext @ 0x5220a40] Created surface 0x1d.
  161. [h264 @ 0x51fa940] Considering format 0x3231564e -> nv12.
  162. [h264 @ 0x51fa940] Picked nv12 (0x3231564e) as best match for yuv420p.
  163. [h264 @ 0x51fa940] Decode context initialised: 0x1e/0x1f.
  164. [h264 @ 0x51fa940] Reinit context to 1280x720, pix_fmt: vaapi_vld
  165. [h264 @ 0x51fa940] no picture
  166. [h264 @ 0x51fa940] Param buffer (type 0, 672 bytes) is 0x20.
  167. [h264 @ 0x51fa940] Param buffer (type 1, 240 bytes) is 0x21.
  168. [h264 @ 0x51fa940] Slice 0 param buffer (3128 bytes) is 0x22.
  169. [h264 @ 0x51fa940] Slice 0 data buffer (35272 bytes) is 0x23.
  170. [h264 @ 0x51fa940] Decode to surface 0x1d.
  171. 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)
  172. [h264 @ 0x52210c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  173. [h264 @ 0x52210c0] no picture
  174. [h264 @ 0x52210c0] Param buffer (type 0, 672 bytes) is 0x20.
  175. [h264 @ 0x52210c0] Param buffer (type 1, 240 bytes) is 0x21.
  176. [h264 @ 0x52210c0] Slice 0 param buffer (3128 bytes) is 0x22.
  177. [h264 @ 0x52210c0] Slice 0 data buffer (15477 bytes) is 0x23.
  178. [h264 @ 0x52210c0] Decode to surface 0x1c.
  179. 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)
  180. [h264 @ 0x523e240] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  181. [h264 @ 0x523e240] Param buffer (type 0, 672 bytes) is 0x20.
  182. 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)
  183. [h264 @ 0x523e240] Param buffer (type 1, 240 bytes) is 0x21.
  184. [h264 @ 0x523e240] Slice 0 param buffer (3128 bytes) is 0x22.
  185. [h264 @ 0x523e240] Slice 0 data buffer (5526 bytes) is 0x23.
  186. [h264 @ 0x523e240] Decode to surface 0x1b.
  187. [h264 @ 0x51d6ac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  188. [h264 @ 0x51d6ac0] Param buffer (type 0, 672 bytes) is 0x20.
  189. [h264 @ 0x51d6ac0] Param buffer (type 1, 240 bytes) is 0x21.
  190. [h264 @ 0x51d6ac0] Slice 0 param buffer (3128 bytes) is 0x22.
  191. [h264 @ 0x51d6ac0] Slice 0 data buffer (3261 bytes) is 0x23.
  192. [h264 @ 0x51d6ac0] Decode to surface 0x1a.
  193. 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)
  194. Last message repeated 8 times
  195. [h264 @ 0x51fdd80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  196. [h264 @ 0x51fdd80] Param buffer (type 0, 672 bytes) is 0x20.
  197. [h264 @ 0x51fdd80] Param buffer (type 1, 240 bytes) is 0x21.
  198. [h264 @ 0x51fdd80] Slice 0 param buffer (3128 bytes) is 0x22.
  199. [h264 @ 0x51fdd80] Slice 0 data buffer (4040 bytes) is 0x23.
  200. [h264 @ 0x51fdd80] Decode to surface 0x19.
  201. 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)
  202. [h264 @ 0x536a200] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  203. [h264 @ 0x536a200] Param buffer (type 0, 672 bytes) is 0x20.
  204. [h264 @ 0x536a200] Param buffer (type 1, 240 bytes) is 0x21.
  205. [h264 @ 0x536a200] Slice 0 param buffer (3128 bytes) is 0x22.
  206. [h264 @ 0x536a200] Slice 0 data buffer (16647 bytes) is 0x23.
  207. [h264 @ 0x536a200] Decode to surface 0x18.
  208. 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)
  209. [h264 @ 0x5335c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  210. [h264 @ 0x5335c80] Param buffer (type 0, 672 bytes) is 0x20.
  211. [h264 @ 0x5335c80] Param buffer (type 1, 240 bytes) is 0x21.
  212. [h264 @ 0x5335c80] Slice 0 param buffer (3128 bytes) is 0x22.
  213. [h264 @ 0x5335c80] Slice 0 data buffer (6088 bytes) is 0x23.
  214. [h264 @ 0x5335c80] Decode to surface 0x17.
  215. 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)
  216. [h264 @ 0x5358180] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  217. [h264 @ 0x5358180] Param buffer (type 0, 672 bytes) is 0x20.
  218. [h264 @ 0x5358180] Param buffer (type 1, 240 bytes) is 0x21.
  219. [h264 @ 0x5358180] Slice 0 param buffer (3128 bytes) is 0x22.
  220. [h264 @ 0x5358180] Slice 0 data buffer (3612 bytes) is 0x23.
  221. [h264 @ 0x5358180] Decode to surface 0x16.
  222. 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)
  223. [h264 @ 0x538b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
  224. [h264 @ 0x538b380] Param buffer (type 0, 672 bytes) is 0x20.
  225. [h264 @ 0x538b380] Param buffer (type 1, 240 bytes) is 0x21.
  226. [h264 @ 0x538b380] Slice 0 param buffer (3128 bytes) is 0x22.
  227. [h264 @ 0x538b380] Slice 0 data buffer (3548 bytes) is 0x23.
  228. [h264 @ 0x538b380] Decode to surface 0x15.
  229. 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)
  230. [h264 @ 0x51fa940] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  231. [h264 @ 0x51fa940] Param buffer (type 0, 672 bytes) is 0x20.
  232. [h264 @ 0x51fa940] Param buffer (type 1, 240 bytes) is 0x21.
  233. [h264 @ 0x51fa940] Slice 0 param buffer (3128 bytes) is 0x22.
  234. [h264 @ 0x51fa940] Slice 0 data buffer (17003 bytes) is 0x23.
  235. [h264 @ 0x51fa940] Decode to surface 0x14.
  236. [Parsed_format_1 @ 0x545ce00] Setting 'pix_fmts' to value 'nv12'
  237. [graph 0 input from stream 0:0 @ 0x545dc80] Setting 'video_size' to value '1280x720'
  238. [graph 0 input from stream 0:0 @ 0x545dc80] Setting 'pix_fmt' to value '46'
  239. [graph 0 input from stream 0:0 @ 0x545dc80] Setting 'time_base' to value '1/1000'
  240. [graph 0 input from stream 0:0 @ 0x545dc80] Setting 'pixel_aspect' to value '1/1'
  241. [graph 0 input from stream 0:0 @ 0x545dc80] Setting 'frame_rate' to value '25/1'
  242. [graph 0 input from stream 0:0 @ 0x545dc80] w:1280 h:720 pixfmt:vaapi_vld tb:1/1000 fr:25/1 sar:1/1
  243. [format @ 0x545db80] Setting 'pix_fmts' to value 'vaapi_vld'
  244. [AVFilterGraph @ 0x51e5cc0] query_formats: 6 queried, 5 merged, 0 already done, 0 delayed
  245. [hwupload @ 0x545d500] Surface format is nv12.
  246. [h264 @ 0x52210c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
  247. [AVHWFramesContext @ 0x545f040] Created surface 0x20.
  248. [h264 @ 0x52210c0] Param buffer (type 0, 672 bytes) is 0x21.
  249. [h264 @ 0x52210c0] Param buffer (type 1, 240 bytes) is 0x22.
  250. [AVHWFramesContext @ 0x545f040] Direct mapping disabled: deriving image does not work: 1 (operation failed).
  251. [h264 @ 0x52210c0] Slice 0 param buffer (3128 bytes) is 0x23.
  252. [h264 @ 0x52210c0] Slice 0 data buffer (5674 bytes) is 0x24.
  253. [h264 @ 0x52210c0] Decode to surface 0x13.
  254. [AVHWFramesContext @ 0x5220a40] Map surface 0x1d.
  255. [AVHWFramesContext @ 0x5220a40] Unmap surface 0x1d.
  256. [AVHWFramesContext @ 0x545f040] Map surface 0x20.
  257. [AVHWFramesContext @ 0x545f040] Unmap surface 0x20.
  258. [hevc_vaapi @ 0x5239bc0] Using input frames context (format vaapi_vld) with hevc_vaapi encoder.
  259. [hevc_vaapi @ 0x5239bc0] Input surface format is nv12.
  260. [hevc_vaapi @ 0x5239bc0] Using VAAPI profile VAProfileHEVCMain (17).
  261. [hevc_vaapi @ 0x5239bc0] Using VAAPI entrypoint VAEntrypointEncSlice (6).
  262. [hevc_vaapi @ 0x5239bc0] Using VAAPI render target format YUV420 (0x1).
  263. [hevc_vaapi @ 0x5239bc0] Driver supports RC modes CQP, CBR, VBR.
  264. [hevc_vaapi @ 0x5239bc0] RC mode: VBR.
  265. [hevc_vaapi @ 0x5239bc0] RC target: 50% of 6000000 bps over 500 ms.
  266. [hevc_vaapi @ 0x5239bc0] RC buffer: 3000000 bits, initial fullness 2250000 bits.
  267. [hevc_vaapi @ 0x5239bc0] RC framerate: 25/1 (25.00 fps).
  268. [hevc_vaapi @ 0x5239bc0] Using intra and P-frames (supported references: 1 / 0).
  269. [hevc_vaapi @ 0x5239bc0] Driver does not support some wanted packed headers (wanted 0xd, found 0).
  270. [hevc_vaapi @ 0x5239bc0] Driver does not support packed sequence headers, but a global header is requested.
  271. [hevc_vaapi @ 0x5239bc0] No global header will be written: this may result in a stream which is not usable for some purposes (e.g. not muxable to some containers).
  272. [hevc_vaapi @ 0x5239bc0] Using nv12 as format of reconstructed frames.
  273. [AVHWFramesContext @ 0x52a3cc0] Created surface 0x22.
  274. [AVHWFramesContext @ 0x52a3cc0] Direct mapping disabled: deriving image does not work: 1 (operation failed).
  275. [matroska @ 0x5235ec0] get_metadata_duration returned: 0
  276. Could not write header for output file #0 (incorrect codec parameters ?): Invalid data found when processing input
  277. Error initializing output stream 0:0 --
  278. [AVIOContext @ 0x5209740] Statistics: 0 seeks, 1 writeouts
  279. [AVIOContext @ 0x5284400] Statistics: 197393 bytes read, 2 seeks
  280. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement