Advertisement
Guest User

Untitled

a guest
Jul 24th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.71 KB | None | 0 0
  1. lukas@transcoder:~$ ffmpeg -loglevel debug -init_hw_device vaapi=amd:/dev/dri/renderD129 -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device amd -filter_hw_device amd -i fs_experiental_method.avi -vf 'format=nv12|vaapi,hwupload' -y -c:v h264_vaapi -qp:v 21 -sei +identifier+timing+recovery_point -profile:v main -level 4 output.avi
  2. ffmpeg version n4.0.2-2 Copyright (c) 2000-2018 the FFmpeg developers
  3. built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  4. configuration: --prefix=/usr --extra-version=2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared --enable-vaapi --enable-vdpau
  5. libavutil 56. 14.100 / 56. 14.100
  6. libavcodec 58. 18.100 / 58. 18.100
  7. libavformat 58. 12.100 / 58. 12.100
  8. libavdevice 58. 3.100 / 58. 3.100
  9. libavfilter 7. 16.100 / 7. 16.100
  10. libavresample 4. 0. 0 / 4. 0. 0
  11. libswscale 5. 1.100 / 5. 1.100
  12. libswresample 3. 1.100 / 3. 1.100
  13. libpostproc 55. 1.100 / 55. 1.100
  14. Splitting the commandline.
  15. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  16. Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'vaapi=amd:/dev/dri/renderD129'.
  17. Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'vaapi'.
  18. Reading option '-hwaccel_output_format' ... matched as option 'hwaccel_output_format' (select output format used with HW accelerated decoding) with argument 'vaapi'.
  19. Reading option '-hwaccel_device' ... matched as option 'hwaccel_device' (select a device for HW acceleration) with argument 'amd'.
  20. Reading option '-filter_hw_device' ... matched as option 'filter_hw_device' (set hardware device used when filtering) with argument 'amd'.
  21. Reading option '-i' ... matched as input url with argument 'fs_experiental_method.avi'.
  22. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'format=nv12|vaapi,hwupload'.
  23. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  24. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'h264_vaapi'.
  25. Reading option '-qp:v' ... matched as AVOption 'qp:v' with argument '21'.
  26. Reading option '-sei' ... matched as AVOption 'sei' with argument '+identifier+timing+recovery_point'.
  27. Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument 'main'.
  28. Reading option '-level' ... matched as AVOption 'level' with argument '4'.
  29. Reading option 'output.avi' ... matched as output url.
  30. Finished splitting the commandline.
  31. Parsing a group of options: global .
  32. Applying option loglevel (set logging level) with argument debug.
  33. Applying option init_hw_device (initialise hardware device) with argument vaapi=amd:/dev/dri/renderD129.
  34. [AVHWDeviceContext @ 0x5572615abbc0] Opened VA display via DRM device /dev/dri/renderD129.
  35. [AVHWDeviceContext @ 0x5572615abbc0] libva: VA-API version 1.1.0
  36. [AVHWDeviceContext @ 0x5572615abbc0] libva: va_getDriverName() returns 0
  37. [AVHWDeviceContext @ 0x5572615abbc0] libva: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
  38. [AVHWDeviceContext @ 0x5572615abbc0] libva: Found init function __vaDriverInit_1_1
  39. [AVHWDeviceContext @ 0x5572615abbc0] libva: va_openDriver() returns 0
  40. [AVHWDeviceContext @ 0x5572615abbc0] Initialised VAAPI connection: version 1.1
  41. [AVHWDeviceContext @ 0x5572615abbc0] Format 0x3231564e -> nv12.
  42. [AVHWDeviceContext @ 0x5572615abbc0] Format 0x30313050 -> p010le.
  43. [AVHWDeviceContext @ 0x5572615abbc0] Format 0x36313050 -> unknown.
  44. [AVHWDeviceContext @ 0x5572615abbc0] Format 0x32315659 -> yuv420p.
  45. [AVHWDeviceContext @ 0x5572615abbc0] Format 0x56595559 -> unknown.
  46. [AVHWDeviceContext @ 0x5572615abbc0] Format 0x59565955 -> uyvy422.
  47. [AVHWDeviceContext @ 0x5572615abbc0] Format 0x41524742 -> bgra.
  48. [AVHWDeviceContext @ 0x5572615abbc0] Format 0x41424752 -> rgba.
  49. [AVHWDeviceContext @ 0x5572615abbc0] Format 0x58524742 -> bgr0.
  50. [AVHWDeviceContext @ 0x5572615abbc0] Format 0x58424752 -> rgb0.
  51. [AVHWDeviceContext @ 0x5572615abbc0] Unknown driver "mesa gallium vaapi", assuming standard behaviour.
  52. Applying option filter_hw_device (set hardware device used when filtering) with argument amd.
  53. Applying option y (overwrite output files) with argument 1.
  54. Successfully parsed a group of options.
  55. Parsing a group of options: input url fs_experiental_method.avi.
  56. Applying option hwaccel (use HW accelerated decoding) with argument vaapi.
  57. Applying option hwaccel_output_format (select output format used with HW accelerated decoding) with argument vaapi.
  58. Applying option hwaccel_device (select a device for HW acceleration) with argument amd.
  59. Successfully parsed a group of options.
  60. Opening an input file: fs_experiental_method.avi.
  61. [NULL @ 0x55726168ddc0] Opening 'fs_experiental_method.avi' for reading
  62. [file @ 0x55726168e880] Setting default whitelist 'file,crypto'
  63. [avi @ 0x55726168ddc0] Format avi probed with size=2048 and score=100
  64. [avi @ 0x55726168e5c0] use odml:1
  65. [avi @ 0x55726168ddc0] Before avformat_find_stream_info() pos: 9920 bytes read:1164352 seeks:8 nb_streams:2
  66. [AVBSFContext @ 0x5572616aff40] nal_unit_type: 7, nal_ref_idc: 3
  67. [AVBSFContext @ 0x5572616aff40] nal_unit_type: 8, nal_ref_idc: 3
  68. [AVBSFContext @ 0x5572616aff40] nal_unit_type: 5, nal_ref_idc: 3
  69. [h264 @ 0x55726168f600] nal_unit_type: 7, nal_ref_idc: 3
  70. [h264 @ 0x55726168f600] nal_unit_type: 8, nal_ref_idc: 3
  71. [h264 @ 0x55726168f600] nal_unit_type: 5, nal_ref_idc: 3
  72. [h264 @ 0x55726168f600] Format yuv420p chosen by get_format().
  73. [h264 @ 0x55726168f600] Reinit context to 1920x1088, pix_fmt: yuv420p
  74. [h264 @ 0x55726168f600] nal_unit_type: 1, nal_ref_idc: 3
  75. Last message repeated 5 times
  76. [avi @ 0x55726168ddc0] All info found
  77. [avi @ 0x55726168ddc0] rfps: 29.666667 0.016451
  78. Last message repeated 1 times
  79. [avi @ 0x55726168ddc0] rfps: 29.750000 0.009253
  80. Last message repeated 1 times
  81. [avi @ 0x55726168ddc0] rfps: 29.833333 0.004113
  82. Last message repeated 1 times
  83. [avi @ 0x55726168ddc0] rfps: 29.916667 0.001028
  84. Last message repeated 1 times
  85. [avi @ 0x55726168ddc0] rfps: 30.000000 0.000000
  86. [avi @ 0x55726168ddc0] rfps: 60.000000 0.000000
  87. [avi @ 0x55726168ddc0] rfps: 120.000000 0.000000
  88. [avi @ 0x55726168ddc0] rfps: 240.000000 0.000000
  89. [avi @ 0x55726168ddc0] rfps: 29.970030 0.000133
  90. Last message repeated 1 times
  91. [avi @ 0x55726168ddc0] rfps: 59.940060 0.000532
  92. Last message repeated 1 times
  93. [avi @ 0x55726168ddc0] After avformat_find_stream_info() pos: 1253126 bytes read:2388716 seeks:8 frames:80
  94. Input #0, avi, from 'fs_experiental_method.avi':
  95. Metadata:
  96. encoder : Lavf57.83.100
  97. Duration: 00:33:38.10, start: 0.000000, bitrate: 8133 kb/s
  98. Stream #0:0, 41, 1/30: Video: h264 (Constrained Baseline), 1 reference frame (H264 / 0x34363248), yuv420p(progressive, left), 1920x1080 (1920x1088), 0/1, 8057 kb/s, 30 fps, 30 tbr, 30 tbn, 60 tbc
  99. Stream #0:1, 39, 9/250: Audio: mp3 (U[0][0][0] / 0x0055), 32000 Hz, mono, fltp, 64 kb/s
  100. Successfully opened the file.
  101. Parsing a group of options: output url output.avi.
  102. Applying option vf (set video filters) with argument format=nv12|vaapi,hwupload.
  103. Applying option c:v (codec name) with argument h264_vaapi.
  104. Applying option profile:v (set profile) with argument main.
  105. Successfully parsed a group of options.
  106. Opening an output file: output.avi.
  107. [file @ 0x557261799f40] Setting default whitelist 'file,crypto'
  108. Successfully opened the file.
  109. detected 2 logical cores
  110. [h264 @ 0x5572616fe500] nal_unit_type: 7, nal_ref_idc: 3
  111. [h264 @ 0x5572616fe500] nal_unit_type: 8, nal_ref_idc: 3
  112. Stream mapping:
  113. Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_vaapi))
  114. Stream #0:1 -> #0:1 (mp3 (mp3float) -> mp3 (libmp3lame))
  115. Press [q] to stop, [?] for help
  116. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  117. [graph_1_in_0_1 @ 0x5572617d05c0] Setting 'time_base' to value '1/32000'
  118. [graph_1_in_0_1 @ 0x5572617d05c0] Setting 'sample_rate' to value '32000'
  119. [graph_1_in_0_1 @ 0x5572617d05c0] Setting 'sample_fmt' to value 'fltp'
  120. [graph_1_in_0_1 @ 0x5572617d05c0] Setting 'channel_layout' to value '0x4'
  121. [graph_1_in_0_1 @ 0x5572617d05c0] tb:1/32000 samplefmt:fltp samplerate:32000 chlayout:0x4
  122. [format_out_0_1 @ 0x5572617d0940] Setting 'sample_fmts' to value 's32p|fltp|s16p'
  123. [format_out_0_1 @ 0x5572617d0940] Setting 'sample_rates' to value '44100|48000|32000|22050|24000|16000|11025|12000|8000'
  124. [format_out_0_1 @ 0x5572617d0940] Setting 'channel_layouts' to value '0x4|0x3'
  125. [AVFilterGraph @ 0x5572617cf500] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed
  126. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  127. Last message repeated 1 times
  128. [h264 @ 0x5572616fe500] nal_unit_type: 7, nal_ref_idc: 3
  129. [h264 @ 0x5572616fe500] nal_unit_type: 8, nal_ref_idc: 3
  130. [h264 @ 0x5572616fe500] nal_unit_type: 5, nal_ref_idc: 3
  131. [h264 @ 0x5572616fe500] Format vaapi_vld chosen by get_format().
  132. [h264 @ 0x5572616fe500] Format vaapi_vld requires hwaccel initialisation.
  133. [h264 @ 0x5572616fe500] Considering format 0x3231564e -> nv12.
  134. [h264 @ 0x5572616fe500] Picked nv12 (0x3231564e) as best match for yuv420p.
  135. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  136. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x1.
  137. [AVHWFramesContext @ 0x7f40c0073480] Direct mapping disabled: deriving image does not work: 6 (invalid VASurfaceID).
  138. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x2.
  139. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x3.
  140. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x4.
  141. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x5.
  142. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x6.
  143. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x7.
  144. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x8.
  145. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x9.
  146. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0xa.
  147. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0xb.
  148. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0xc.
  149. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0xd.
  150. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0xe.
  151. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0xf.
  152. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x10.
  153. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x11.
  154. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x12.
  155. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x13.
  156. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x14.
  157. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x15.
  158. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x16.
  159. [AVHWFramesContext @ 0x7f40c0073480] Created surface 0x17.
  160. [h264 @ 0x5572616fe500] Considering format 0x3231564e -> nv12.
  161. [h264 @ 0x5572616fe500] Picked nv12 (0x3231564e) as best match for yuv420p.
  162. [h264 @ 0x5572616fe500] Decode context initialised: 0x18/0x19.
  163. [h264 @ 0x5572616fe500] Reinit context to 1920x1088, pix_fmt: vaapi_vld
  164. [h264 @ 0x5572616fe500] Param buffer (type 0, 672 bytes) is 0x1a.
  165. [h264 @ 0x5572616fe500] Param buffer (type 1, 240 bytes) is 0x1b.
  166. [h264 @ 0x5572616fe500] Slice 0 param buffer (3128 bytes) is 0x1c.
  167. [h264 @ 0x5572616fe500] Slice 0 data buffer (165898 bytes) is 0x1d.
  168. [h264 @ 0x5572616fe500] Decode to surface 0x17.
  169. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  170. Last message repeated 1 times
  171. [h264 @ 0x5572617d6c80] nal_unit_type: 1, nal_ref_idc: 3
  172. [h264 @ 0x5572617d6c80] Param buffer (type 0, 672 bytes) is 0x1a.
  173. [h264 @ 0x5572617d6c80] Param buffer (type 1, 240 bytes) is 0x1b.
  174. [h264 @ 0x5572617d6c80] Slice 0 param buffer (3128 bytes) is 0x1c.
  175. [h264 @ 0x5572617d6c80] Slice 0 data buffer (18345 bytes) is 0x1d.
  176. [h264 @ 0x5572617d6c80] Decode to surface 0x16.
  177. [Parsed_format_0 @ 0x5572617d0e00] Setting 'pix_fmts' to value 'nv12|vaapi'
  178. [graph 0 input from stream 0:0 @ 0x5572617f3480] Setting 'video_size' to value '1920x1080'
  179. [graph 0 input from stream 0:0 @ 0x5572617f3480] Setting 'pix_fmt' to value '46'
  180. [graph 0 input from stream 0:0 @ 0x5572617f3480] Setting 'time_base' to value '1/30'
  181. [graph 0 input from stream 0:0 @ 0x5572617f3480] Setting 'pixel_aspect' to value '0/1'
  182. [graph 0 input from stream 0:0 @ 0x5572617f3480] Setting 'sws_param' to value 'flags=2'
  183. [graph 0 input from stream 0:0 @ 0x5572617f3480] Setting 'frame_rate' to value '30/1'
  184. [graph 0 input from stream 0:0 @ 0x5572617f3480] w:1920 h:1080 pixfmt:vaapi_vld tb:1/30 fr:30/1 sar:0/1 sws_param:flags=2
  185. [format @ 0x5572616fad40] Setting 'pix_fmts' to value 'vaapi_vld'
  186. [AVFilterGraph @ 0x5572617b5100] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
  187. [h264_vaapi @ 0x557261695dc0] B frames are not supported (0x1) by the underlying driver.
  188. [h264_vaapi @ 0x557261695dc0] Warning: some packed headers are not supported (want 0xd, got 0).
  189. [h264_vaapi @ 0x557261695dc0] Using nv12 as format of reconstructed frames.
  190. [h264 @ 0x5572617a8fc0] nal_unit_type: 1, nal_ref_idc: 3
  191. [AVHWFramesContext @ 0x557261a704c0] Created surface 0x1b.
  192. [AVHWFramesContext @ 0x557261a704c0] Direct mapping disabled: deriving image does not work: 6 (invalid VASurfaceID).
  193. [AVHWFramesContext @ 0x557261a704c0] Created surface 0x1c.
  194. [AVHWFramesContext @ 0x557261a704c0] Created surface 0x1d.
  195. [h264 @ 0x5572617a8fc0] Param buffer (type 0, 672 bytes) is 0x1e.
  196. [h264 @ 0x5572617a8fc0] Param buffer (type 1, 240 bytes) is 0x20.
  197. [h264 @ 0x5572617a8fc0] Slice 0 param buffer (3128 bytes) is 0x21.
  198. [h264 @ 0x5572617a8fc0] Slice 0 data buffer (14511 bytes) is 0x22.
  199. [h264 @ 0x5572617a8fc0] Decode to surface 0x15.
  200. [h264_vaapi @ 0x557261695dc0] Using fixed QP = 21 / 21 / 25 for IDR- / P- / B-frames.
  201. [avi @ 0x557261693200] reserve_index_space:0 master_index_max_size:256
  202. [avi @ 0x557261693200] duration_est:2018.100, filesize_est:0.0GiB, master_index_max_size:256
  203. Output #0, avi, to 'output.avi':
  204. Metadata:
  205. ISFT : Lavf58.12.100
  206. Stream #0:0, 0, 1/30: Video: h264 (h264_vaapi) (Main), 1 reference frame (H264 / 0x34363248), vaapi_vld(left), 1920x1080, 0/1, q=0-31, 30 fps, 30 tbn, 30 tbc
  207. Metadata:
  208. encoder : Lavc58.18.100 h264_vaapi
  209. Stream #0:1, 0, 9/250: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 32000 Hz, mono, fltp, delay 1105
  210. Metadata:
  211. encoder : Lavc58.18.100 libmp3lame
  212. Clipping frame in rate conversion by 0.000008
  213. [h264_vaapi @ 0x557261695dc0] Encode frame: 1920x1080 (0).
  214. [h264_vaapi @ 0x557261695dc0] Pictures: IDR (0/0)
  215. [h264_vaapi @ 0x557261695dc0] Issuing encode for pic 0/0 as type IDR.
  216. [h264_vaapi @ 0x557261695dc0] No reference pictures.
  217. [h264_vaapi @ 0x557261695dc0] Input surface is 0x17.
  218. [h264_vaapi @ 0x557261695dc0] Recon surface is 0x1d.
  219. [h264_vaapi @ 0x557261695dc0] Allocated output buffer 0x1e
  220. [h264_vaapi @ 0x557261695dc0] Output buffer is 0x1e.
  221. [h264_vaapi @ 0x557261695dc0] Param buffer (27) is 0x20.
  222. [h264_vaapi @ 0x557261695dc0] Param buffer (22) is 0x21.
  223. [h264_vaapi @ 0x557261695dc0] Param buffer (23) is 0x22.
  224. [h264_vaapi @ 0x557261695dc0] Param buffer (24) is 0x23.
  225. [h264_vaapi @ 0x557261695dc0] Sync to pic 0/0 (input surface 0x17).
  226. [h264_vaapi @ 0x557261695dc0] Output buffer: 203492 bytes (status 00000000).
  227. [h264_vaapi @ 0x557261695dc0] Output read for pic 0/0.
  228. [h264_vaapi @ 0x557261695dc0] Encode frame: 1920x1080 (3).
  229. [h264 @ 0x5572616fe500] nal_unit_type: 1, nal_ref_idc: 3
  230. [h264_vaapi @ 0x557261695dc0] Pictures: IDR (0/0) P (1/1)
  231. [h264_vaapi @ 0x557261695dc0] Issuing encode for pic 1/1 as type P.
  232. [h264_vaapi @ 0x557261695dc0] Refers to: 0/0.
  233. [h264_vaapi @ 0x557261695dc0] Input surface is 0x16.
  234. [h264_vaapi @ 0x557261695dc0] Recon surface is 0x1c.
  235. [h264_vaapi @ 0x557261695dc0] Output buffer is 0x1e.
  236. [h264_vaapi @ 0x557261695dc0] Param buffer (23) is 0x21.
  237. [h264_vaapi @ 0x557261695dc0] Param buffer (24) is 0x22.
  238. [h264 @ 0x5572616fe500] Param buffer (type 0, 672 bytes) is 0x20.
  239. [h264_vaapi @ 0x557261695dc0] Sync to pic 1/1 (input surface 0x16).
  240. [h264 @ 0x5572616fe500] Param buffer (type 1, 240 bytes) is 0x21.
  241. [h264 @ 0x5572616fe500] Slice 0 param buffer (3128 bytes) is 0x22.
  242. [h264 @ 0x5572616fe500] Slice 0 data buffer (11544 bytes) is 0x23.
  243. [h264 @ 0x5572616fe500] Decode to surface 0x14.
  244. [h264_vaapi @ 0x557261695dc0] Output buffer: 13704 bytes (status 00000000).
  245. [h264_vaapi @ 0x557261695dc0] Output read for pic 1/1.
  246. [h264_vaapi @ 0x557261695dc0] Encode frame: 1920x1080 (4).
  247. [h264_vaapi @ 0x557261695dc0] Pictures: P (1/1) P (2/2)
  248. [h264_vaapi @ 0x557261695dc0] Issuing encode for pic 2/2 as type P.
  249. [h264_vaapi @ 0x557261695dc0] Refers to: 1/1.
  250. [h264_vaapi @ 0x557261695dc0] Input surface is 0x15.
  251. [h264_vaapi @ 0x557261695dc0] Recon surface is 0x1d.
  252. [h264_vaapi @ 0x557261695dc0] Output buffer is 0x1e.
  253. [h264_vaapi @ 0x557261695dc0] Param buffer (23) is 0x20.
  254. [h264 @ 0x5572617d6c80] nal_unit_type: 1, nal_ref_idc: 3
  255. [h264_vaapi @ 0x557261695dc0] Param buffer (24) is 0x21.
  256. [h264_vaapi @ 0x557261695dc0] Sync to pic 2/2 (input surface 0x15).
  257. [h264_vaapi @ 0x557261695dc0] Output buffer: 11366 bytes (status 00000000).
  258. [h264 @ 0x5572617d6c80] Param buffer (type 0, 672 bytes) is 0x20.
  259. [h264 @ 0x5572617d6c80] Param buffer (type 1, 240 bytes) is 0x21.
  260. [h264_vaapi @ 0x557261695dc0] Output read for pic 2/2.
  261. [h264 @ 0x5572617d6c80] Slice 0 param buffer (3128 bytes) is 0x22.
  262. [h264 @ 0x5572617d6c80] Slice 0 data buffer (13820 bytes) is 0x23.
  263. [h264 @ 0x5572617d6c80] Decode to surface 0x17.
  264. [h264_vaapi @ 0x557261695dc0] Encode frame: 1920x1080 (5).
  265. [h264_vaapi @ 0x557261695dc0] Pictures: P (2/2) P (3/3)
  266. [h264_vaapi @ 0x557261695dc0] Issuing encode for pic 3/3 as type P.
  267. [h264_vaapi @ 0x557261695dc0] Refers to: 2/2.
  268. [h264_vaapi @ 0x557261695dc0] Input surface is 0x14.
  269. [h264_vaapi @ 0x557261695dc0] Recon surface is 0x1c.
  270. [h264_vaapi @ 0x557261695dc0] Output buffer is 0x1e.
  271. [h264_vaapi @ 0x557261695dc0] Param buffer (23) is 0x20.
  272. [h264_vaapi @ 0x557261695dc0] Param buffer (24) is 0x21.
  273. [h264 @ 0x5572617a8fc0] nal_unit_type: 1, nal_ref_idc: 3
  274. [h264_vaapi @ 0x557261695dc0] Sync to pic 3/3 (input surface 0x14).
  275. [h264_vaapi @ 0x557261695dc0] Output buffer: 9839 bytes (status 00000000).
  276. [h264 @ 0x5572617a8fc0] Param buffer (type 0, 672 bytes) is 0x20.
  277. [h264 @ 0x5572617a8fc0] Param buffer (type 1, 240 bytes) is 0x21.
  278. [h264 @ 0x5572617a8fc0] Slice 0 param buffer (3128 bytes) is 0x22.
  279. [h264 @ 0x5572617a8fc0] Slice 0 data buffer (13014 bytes) is 0x23.
  280. [h264 @ 0x5572617a8fc0] Decode to surface 0x16.
  281. [h264_vaapi @ 0x557261695dc0] Output read for pic 3/3.
  282. [h264_vaapi @ 0x557261695dc0] Encode frame: 1920x1080 (6).
  283. [h264_vaapi @ 0x557261695dc0] Pictures: P (3/3) P (4/4)
  284. [h264_vaapi @ 0x557261695dc0] Issuing encode for pic 4/4 as type P.
  285. [h264_vaapi @ 0x557261695dc0] Refers to: 3/3.
  286. [h264_vaapi @ 0x557261695dc0] Input surface is 0x17.
  287. [h264 @ 0x5572616fe500] nal_unit_type: 1, nal_ref_idc: 3
  288. [h264_vaapi @ 0x557261695dc0] Recon surface is 0x1d.
  289. [h264_vaapi @ 0x557261695dc0] Output buffer is 0x1e.
  290. [h264_vaapi @ 0x557261695dc0] Param buffer (23) is 0x21.
  291. [h264 @ 0x5572616fe500] Param buffer (type 0, 672 bytes) is 0x20.
  292. [h264 @ 0x5572616fe500] Param buffer (type 1, 240 bytes) is 0x22.
  293. [h264 @ 0x5572616fe500] Slice 0 param buffer (3128 bytes) is 0x23.
  294. [h264 @ 0x5572616fe500] Slice 0 data buffer (11008 bytes) is 0x24.
  295. [h264 @ 0x5572616fe500] Decode to surface 0x15.
  296. [h264_vaapi @ 0x557261695dc0] Param buffer (24) is 0x20.
  297. [h264_vaapi @ 0x557261695dc0] Sync to pic 4/4 (input surface 0x17).
  298. [h264_vaapi @ 0x557261695dc0] Output buffer: 11635 bytes (status 00000000).
  299. [h264_vaapi @ 0x557261695dc0] Output read for pic 4/4.
  300. [h264_vaapi @ 0x557261695dc0] Encode frame: 1920x1080 (7).
  301. [h264_vaapi @ 0x557261695dc0] Pictures:nal_unit_type: 1, nal_ref_idc: 3
  302. [h264_vaapi @ 0x557261695dc0] P (4/4)Param buffer (type 0, 672 bytes) is 0x20.
  303. [h264 @ 0x5572617d6c80] Param buffer (type 1, 240 bytes) is 0x21.
  304. [h264 @ 0x5572617d6c80] Slice 0 param buffer (3128 bytes) is 0x22.
  305. [h264 @ 0x5572617d6c80] Slice 0 data buffer (15580 bytes) is 0x23.
  306. [h264 @ 0x5572617d6c80] Decode to surface 0x14.
  307. [h264_vaapi @ 0x557261695dc0] P (5/5)
  308. [h264_vaapi @ 0x557261695dc0] Issuing encode for pic 5/5 as type P.
  309. [h264_vaapi @ 0x557261695dc0] Refers to: 4/4.
  310. [h264_vaapi @ 0x557261695dc0] Input surface is 0x16.
  311. [h264_vaapi @ 0x557261695dc0] Recon surface is 0x1c.
  312. [h264_vaapi @ 0x557261695dc0] Output buffer is 0x1e.
  313. [h264_vaapi @ 0x557261695dc0] Param buffer (23) is 0x20.
  314. [h264_vaapi @ 0x557261695dc0] Param buffer (24) is 0x21.
  315. [h264_vaapi @ 0x557261695dc0] Sync to pic 5/5 (input surface 0x16).
  316. [h264_vaapi @ 0x557261695dc0] Output buffer: 10601 bytes (status 00000000).
  317. [h264_vaapi @ 0x557261695dc0] Output read for pic 5/5.
  318. [h264_vaapi @ 0x557261695dc0] Encode frame: 1920x1080 (8).
  319. [h264_vaapi @ 0x557261695dc0] Pictures: P (5/5) P (6/6)
  320. [h264_vaapi @ 0x557261695dc0] Issuing encode for pic 6/6 as type P.
  321. [h264_vaapi @ 0x557261695dc0] Refers to: 5/5.
  322. [h264_vaapi @ 0x557261695dc0] Input surface is 0x15.
  323. [h264_vaapi @ 0x557261695dc0] Recon surface is 0x1d.
  324. [h264_vaapi @ 0x557261695dc0] Output buffer is 0x1e.
  325. [h264 @ 0x5572617a8fc0] nal_unit_type: 1, nal_ref_idc: 3
  326. [h264_vaapi @ 0x557261695dc0] Param buffer (23) is 0x20.
  327. [h264_vaapi @ 0x557261695dc0] Param buffer (24) is 0x22.
  328. [h264 @ 0x5572617a8fc0] Param buffer (type 0, 672 bytes) is 0x21.
  329. [h264_vaapi @ 0x557261695dc0] Sync to pic 6/6 (input surface 0x15).
  330. [h264_vaapi @ 0x557261695dc0] Output buffer: 10243 bytes (status 00000000).
  331. [h264 @ 0x5572617a8fc0] Param buffer (type 1, 240 bytes) is 0x20.
  332. [h264 @ 0x5572617a8fc0] Slice 0 param buffer (3128 bytes) is 0x22.
  333. [h264 @ 0x5572617a8fc0] Slice 0 data buffer (23291 bytes) is 0x23.
  334. [h264 @ 0x5572617a8fc0] Decode to surface 0x17.
  335. [h264_vaapi @ 0x557261695dc0] Output read for pic 6/6.
  336. [h264_vaapi @ 0x557261695dc0] Encode frame: 1920x1080 (9).
  337. [h264_vaapi @ 0x557261695dc0] Pictures: P (6/6)nal_unit_type: 1, nal_ref_idc: 3
  338. [h264_vaapi @ 0x557261695dc0] P (7/7)
  339. [h264_vaapi @ 0x557261695dc0] Issuing encode for pic 7/7 as type P.
  340. [h264_vaapi @ 0x557261695dc0] Refers to:Param buffer (type 0, 672 bytes) is 0x20.
  341. [h264 @ 0x5572616fe500] Param buffer (type 1, 240 bytes) is 0x21.
  342. [h264 @ 0x5572616fe500] Slice 0 param buffer (3128 bytes) is 0x22.
  343. [h264 @ 0x5572616fe500] Slice 0 data buffer (33099 bytes) is 0x23.
  344. [h264 @ 0x5572616fe500] Decode to surface 0x16.
  345. [h264_vaapi @ 0x557261695dc0] 6/6.
  346. [h264_vaapi @ 0x557261695dc0] Input surface is 0x14.
  347. [h264_vaapi @ 0x557261695dc0] Recon surface is 0x1c.
  348. [h264_vaapi @ 0x557261695dc0] Output buffer is 0x1e.
  349. [h264_vaapi @ 0x557261695dc0] Param buffer (23) is 0x20.
  350. [h264_vaapi @ 0x557261695dc0] Param buffer (24) is 0x21.
  351. [h264_vaapi @ 0x557261695dc0] Sync to pic 7/7 (input surface 0x14).
  352. [h264_vaapi @ 0x557261695dc0] Output buffer: 12903 bytes (status 00000000).
  353. [h264_vaapi @ 0x557261695dc0] Output read for pic 7/7.
  354. [h264_vaapi @ 0x557261695dc0] Pictures ending truncated GOP: P (7/7)
  355. [libmp3lame @ 0x5572616ab8c0] Trying to remove 47 more samples than there are in the queue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement