Advertisement
Guest User

ffmpeg vaapi amdgpu RX480

a guest
Dec 21st, 2016
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 136.51 KB | None | 0 0
  1. LIBVA_DRIVER_NAME=radeonsi ffmpeg -loglevel debug -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -i input.mp4 -vf 'format=nv12,hwupload' -vcodec h264_vaapi -bf 0 output.mp4
  2. ffmpeg version 3.2.2-1 Copyright (c) 2000-2016 the FFmpeg developers
  3.   built with gcc 6.2.1 (Debian 6.2.1-5) 20161124
  4.   configuration: --prefix=/usr --extra-version=1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libebur128 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librubberband --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-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-libopencv --enable-frei0r --enable-libx264 --enable-chromaprint --enable-shared
  5.   libavutil      55. 34.100 / 55. 34.100
  6.   libavcodec     57. 64.101 / 57. 64.101
  7.   libavformat    57. 56.100 / 57. 56.100
  8.   libavdevice    57.  1.100 / 57.  1.100
  9.   libavfilter     6. 65.100 /  6. 65.100
  10.   libavresample   3.  1.  0 /  3.  1.  0
  11.   libswscale      4.  2.100 /  4.  2.100
  12.   libswresample   2.  3.100 /  2.  3.100
  13.   libpostproc    54.  1.100 / 54.  1.100
  14. Splitting the commandline.
  15. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.                                                                                                                                                                                    
  16. Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'vaapi'.                                                                                                                                                                            
  17. Reading option '-vaapi_device' ... matched as option 'vaapi_device' (set VAAPI hardware device (DRM path or X11 display name)) with argument '/dev/dri/renderD128'.                                                                                                                       
  18. Reading option '-i' ... matched as input url with argument 'input.mp4'.                                                                                                                                                                                                                   
  19. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'format=nv12,hwupload'.                                                                                                                                                                                 
  20. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'h264_vaapi'.                                                                                                                                                           
  21. Reading option '-bf' ... matched as AVOption 'bf' with argument '0'.                                                                                                                                                                                                                      
  22. Reading option 'output.mp4' ... matched as output url.                                                                                                                                                                                                                                    
  23. Finished splitting the commandline.                                                                                                                                                                                                                                                       
  24. Parsing a group of options: global .                                                                                                                                                                                                                                                      
  25. Applying option loglevel (set logging level) with argument debug.                                                                                                                                                                                                                         
  26. Applying option vaapi_device (set VAAPI hardware device (DRM path or X11 display name)) with argument /dev/dri/renderD128.                                                                                                                                                                
  27. [AVHWDeviceContext @ 0x5571c048bb20] Opened VA display via DRM device /dev/dri/renderD128.                                                                                                                                                                                                
  28. libva info: VA-API version 0.39.4
  29. libva info: va_getDriverName() returns -1
  30. libva info: User requested driver 'radeonsi'
  31. libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
  32. libva info: Found init function __vaDriverInit_0_39
  33. libva info: va_openDriver() returns 0
  34. [AVHWDeviceContext @ 0x5571c048bb20] Initialised VAAPI connection: version 0.39
  35. [AVHWDeviceContext @ 0x5571c048bb20] Format 0x3231564e -> nv12.                                                                                                                                                                                                                           
  36. [AVHWDeviceContext @ 0x5571c048bb20] Format 0x32315659 -> yuv420p.                                                                                                                                                                                                                        
  37. [AVHWDeviceContext @ 0x5571c048bb20] Format 0x56595559 -> unknown.                                                                                                                                                                                                                        
  38. [AVHWDeviceContext @ 0x5571c048bb20] Format 0x59565955 -> uyvy422.                                                                                                                                                                                                                        
  39. [AVHWDeviceContext @ 0x5571c048bb20] Format 0x41524742 -> bgra.                                                                                                                                                                                                                           
  40. [AVHWDeviceContext @ 0x5571c048bb20] Format 0x41424752 -> rgba.                                                                                                                                                                                                                           
  41. [AVHWDeviceContext @ 0x5571c048bb20] Format 0x58524742 -> bgr0.                                                                                                                                                                                                                           
  42. [AVHWDeviceContext @ 0x5571c048bb20] Format 0x58424752 -> rgb0.                                                                                                                                                                                                                           
  43. Successfully parsed a group of options.                                                                                                                                                                                                                                                   
  44. Parsing a group of options: input url input.mp4.                                                                                                                                                                                                                                          
  45. Applying option hwaccel (use HW accelerated decoding) with argument vaapi.                                                                                                                                                                                                                
  46. Successfully parsed a group of options.                                                                                                                                                                                                                                                   
  47. Opening an input file: input.mp4.                                                                                                                                                                                                                                                         
  48. [file @ 0x5571c05355a0] Setting default whitelist 'file,crypto'                                                                                                                                                                                                                           
  49. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5571c0534f80] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100                                                                                                                                                                             
  50. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5571c0534f80] ISO: File Type Major Brand: mp42                                                                                                                                                                                                               
  51. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5571c0534f80] Unknown dref type 0x08206c7275 size 12                                                                                                                                                                                                         
  52.     Last message repeated 1 times
  53. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5571c0534f80] Before avformat_find_stream_info() pos: 46224 bytes read:65536 seeks:0 nb_streams:2
  54. [h264 @ 0x5571c0535ca0] nal_unit_type: 7, nal_ref_idc: 3                                                                                                                                                                                                                                  
  55. [h264 @ 0x5571c0535ca0] nal_unit_type: 8, nal_ref_idc: 3                                                                                                                                                                                                                                  
  56. [h264 @ 0x5571c0535ca0] nal_unit_type: 5, nal_ref_idc: 3                                                                                                                                                                                                                                  
  57. [h264 @ 0x5571c0535ca0] Reinit context to 1280x720, pix_fmt: yuv420p                                                                                                                                                                                                                      
  58. [h264 @ 0x5571c0535ca0] nal_unit_type: 1, nal_ref_idc: 2                                                                                                                                                                                                                                  
  59.     Last message repeated 5 times
  60. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5571c0534f80] All info found
  61. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5571c0534f80] After avformat_find_stream_info() pos: 164887 bytes read:196608 seeks:0 frames:17                                                                                                                                                              
  62. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
  63.   Metadata:
  64.     major_brand     : mp42
  65.     minor_version   : 0
  66.     compatible_brands: isommp42
  67.     creation_time   : 2015-03-23T07:55:08.000000Z
  68.   Duration: 00:02:14.44, start: 0.000000, bitrate: 1885 kb/s
  69.     Stream #0:0(und), 16, 1/30: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 1280x720 [SAR 1:1 DAR 16:9], 0/1, 1690 kb/s, 30 fps, 30 tbr, 30 tbn, 60 tbc (default)
  70.     Metadata:
  71.       creation_time   : 1970-01-01T00:00:00.000000Z
  72.       handler_name    : VideoHandler
  73.     Stream #0:1(eng), 1, 1/44100: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 191 kb/s (default)
  74.     Metadata:
  75.       creation_time   : 2015-03-23T07:55:09.000000Z
  76.       handler_name    : IsoMedia File Produced by Google, 5-11-2011
  77. Successfully opened the file.
  78. Parsing a group of options: output url output.mp4.                                                                                                                                                                                                                                        
  79. Applying option vf (set video filters) with argument format=nv12,hwupload.                                                                                                                                                                                                                
  80. Applying option vcodec (force video codec ('copy' to copy stream)) with argument h264_vaapi.                                                                                                                                                                                              
  81. Successfully parsed a group of options.                                                                                                                                                                                                                                                   
  82. Opening an output file: output.mp4.                                                                                                                                                                                                                                                       
  83. File 'output.mp4' already exists. Overwrite ? [y/N] y
  84. [file @ 0x5571c053d600] Setting default whitelist 'file,crypto'
  85. Successfully opened the file.                                                                                                                                                                                                                                                             
  86. detected 12 logical cores                                                                                                                                                                                                                                                                 
  87. [Parsed_format_0 @ 0x5571c057ccc0] compat: called with args=[nv12]                                                                                                                                                                                                                        
  88. [Parsed_format_0 @ 0x5571c057ccc0] Setting 'pix_fmts' to value 'nv12'                                                                                                                                                                                                                     
  89. [graph 0 input from stream 0:0 @ 0x5571c057d040] Setting 'video_size' to value '1280x720'                                                                                                                                                                                                 
  90. [graph 0 input from stream 0:0 @ 0x5571c057d040] Setting 'pix_fmt' to value '0'                                                                                                                                                                                                           
  91. [graph 0 input from stream 0:0 @ 0x5571c057d040] Setting 'time_base' to value '1/30'                                                                                                                                                                                                      
  92. [graph 0 input from stream 0:0 @ 0x5571c057d040] Setting 'pixel_aspect' to value '1/1'                                                                                                                                                                                                    
  93. [graph 0 input from stream 0:0 @ 0x5571c057d040] Setting 'sws_param' to value 'flags=2'                                                                                                                                                                                                   
  94. [graph 0 input from stream 0:0 @ 0x5571c057d040] Setting 'frame_rate' to value '30/1'                                                                                                                                                                                                     
  95. [graph 0 input from stream 0:0 @ 0x5571c057d040] w:1280 h:720 pixfmt:yuv420p tb:1/30 fr:30/1 sar:1/1 sws_param:flags=2                                                                                                                                                                    
  96. [format @ 0x5571c05ba620] compat: called with args=[vaapi_vld]                                                                                                                                                                                                                            
  97. [format @ 0x5571c05ba620] Setting 'pix_fmts' to value 'vaapi_vld'                                                                                                                                                                                                                         
  98. [auto-inserted scaler 0 @ 0x5571c05bbe00] Setting 'flags' to value 'bicubic'                                                                                                                                                                                                              
  99. [auto-inserted scaler 0 @ 0x5571c05bbe00] w:iw h:ih flags:'bicubic' interl:0                                                                                                                                                                                                              
  100. [Parsed_format_0 @ 0x5571c057ccc0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'graph 0 input from stream 0:0' and the filter 'Parsed_format_0'                                                                                                                     
  101. [AVFilterGraph @ 0x5571c06c54c0] query_formats: 5 queried, 3 merged, 1 already done, 0 delayed                                                                                                                                                                                            
  102. [auto-inserted scaler 0 @ 0x5571c05bbe00] w:1280 h:720 fmt:yuv420p sar:1/1 -> w:1280 h:720 fmt:nv12 sar:1/1 flags:0x4                                                                                                                                                                     
  103. [hwupload @ 0x5571c057d440] Surface format is nv12.                                                                                                                                                                                                                                       
  104. [AVHWFramesContext @ 0x5571c05bc860] Created surface 0x1.                                                                                                                                                                                                                                 
  105. [AVHWFramesContext @ 0x5571c05bc860] Direct mapping disabled: deriving image does not work: 6 (invalid VASurfaceID).                                                                                                                                                                      
  106. [graph 1 input from stream 0:1 @ 0x5571c06c3620] Setting 'time_base' to value '1/44100'                                                                                                                                                                                                   
  107. [graph 1 input from stream 0:1 @ 0x5571c06c3620] Setting 'sample_rate' to value '44100'                                                                                                                                                                                                   
  108. [graph 1 input from stream 0:1 @ 0x5571c06c3620] Setting 'sample_fmt' to value 'fltp'                                                                                                                                                                                                     
  109. [graph 1 input from stream 0:1 @ 0x5571c06c3620] Setting 'channel_layout' to value '0x3'                                                                                                                                                                                                  
  110. [graph 1 input from stream 0:1 @ 0x5571c06c3620] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3                                                                                                                                                                                  
  111. [audio format for output stream 0:1 @ 0x5571c053ba60] Setting 'sample_fmts' to value 'fltp'                                                                                                                                                                                               
  112. [audio format for output stream 0:1 @ 0x5571c053ba60] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'                                                                                                                       
  113. [AVFilterGraph @ 0x5571c058c1e0] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed                                                                                                                                                                                            
  114. [h264 @ 0x5571c053bfe0] nal_unit_type: 7, nal_ref_idc: 3                                                                                                                                                                                                                                  
  115. [h264 @ 0x5571c053bfe0] nal_unit_type: 8, nal_ref_idc: 3                                                                                                                                                                                                                                  
  116. [h264_vaapi @ 0x5571c0552aa0] Using fixed QP = 20 / 20 / 24 for IDR- / P- / B-frames.                                                                                                                                                                                                     
  117. [h264_vaapi @ 0x5571c0552aa0] Using nv12 as format of reconstructed frames.                                                                                                                                                                                                               
  118. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x3.                                                                                                                                                                                                                                 
  119. [AVHWFramesContext @ 0x5571c0866420] Direct mapping disabled: deriving image does not work: 6 (invalid VASurfaceID).                                                                                                                                                                      
  120. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x4.                                                                                                                                                                                                                                 
  121. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x5.                                                                                                                                                                                                                                 
  122. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x6.                                                                                                                                                                                                                                 
  123. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x7.                                                                                                                                                                                                                                 
  124. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x8.                                                                                                                                                                                                                                 
  125. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x9.                                                                                                                                                                                                                                 
  126. [AVHWFramesContext @ 0x5571c0866420] Created surface 0xa.                                                                                                                                                                                                                                 
  127. [AVHWFramesContext @ 0x5571c0866420] Created surface 0xb.                                                                                                                                                                                                                                 
  128. [AVHWFramesContext @ 0x5571c0866420] Created surface 0xc.                                                                                                                                                                                                                                 
  129. [AVHWFramesContext @ 0x5571c0866420] Created surface 0xd.                                                                                                                                                                                                                                 
  130. [AVHWFramesContext @ 0x5571c0866420] Created surface 0xe.                                                                                                                                                                                                                                 
  131. [AVHWFramesContext @ 0x5571c0866420] Created surface 0xf.                                                                                                                                                                                                                                 
  132. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x10.                                                                                                                                                                                                                                
  133. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x11.                                                                                                                                                                                                                                
  134. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x12.                                                                                                                                                                                                                                
  135. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x13.                                                                                                                                                                                                                                
  136. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x14.                                                                                                                                                                                                                                
  137. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x15.                                                                                                                                                                                                                                
  138. [AVHWFramesContext @ 0x5571c0866420] Created surface 0x16.                                                                                                                                                                                                                                
  139. Output #0, mp4, to 'output.mp4':
  140.   Metadata:
  141.     major_brand     : mp42
  142.     minor_version   : 0
  143.     compatible_brands: isommp42
  144.     encoder         : Lavf57.56.100
  145.     Stream #0:0(und), 0, 1/15360: Video: h264 (h264_vaapi) (High), 1 reference frame ([33][0][0][0] / 0x0021), vaapi_vld(left), 1280x720 [SAR 1:1 DAR 16:9], 0/1, q=2-31, 30 fps, 15360 tbn, 30 tbc (default)
  146.     Metadata:
  147.       creation_time   : 1970-01-01T00:00:00.000000Z
  148.       handler_name    : VideoHandler
  149.       encoder         : Lavc57.64.101 h264_vaapi
  150.     Stream #0:1(eng), 0, 1/44100: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo, fltp, delay 1024, 128 kb/s (default)
  151.     Metadata:
  152.       creation_time   : 2015-03-23T07:55:09.000000Z
  153.       handler_name    : IsoMedia File Produced by Google, 5-11-2011
  154.       encoder         : Lavc57.64.101 aac
  155. Stream mapping:
  156.   Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_vaapi))
  157.   Stream #0:1 -> #0:1 (aac (native) -> aac (native))
  158. Press [q] to stop, [?] for help
  159. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  160.     Last message repeated 3 times
  161. [h264 @ 0x5571c053bfe0] nal_unit_type: 5, nal_ref_idc: 3
  162. [vaapi @ 0x7fe4f8045f20] Using decode format nv12 (format matched).                                                                                                                                                                                                                       
  163. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x19.                                                                                                                                                                                                                                
  164. [AVHWFramesContext @ 0x7fe4f80461a0] Direct mapping disabled: deriving image does not work: 6 (invalid VASurfaceID).                                                                                                                                                                      
  165. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x1a.                                                                                                                                                                                                                                
  166. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x1b.                                                                                                                                                                                                                                
  167. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x1c.                                                                                                                                                                                                                                
  168. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x1d.                                                                                                                                                                                                                                
  169. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x1e.                                                                                                                                                                                                                                
  170. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x1f.                                                                                                                                                                                                                                
  171. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x20.                                                                                                                                                                                                                                
  172. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x21.                                                                                                                                                                                                                                
  173. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x22.                                                                                                                                                                                                                                
  174. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x23.                                                                                                                                                                                                                                
  175. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x24.                                                                                                                                                                                                                                
  176. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x25.                                                                                                                                                                                                                                
  177. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x26.                                                                                                                                                                                                                                
  178. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x27.                                                                                                                                                                                                                                
  179. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x28.                                                                                                                                                                                                                                
  180. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x29.                                                                                                                                                                                                                                
  181. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x2a.                                                                                                                                                                                                                                
  182. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x2b.                                                                                                                                                                                                                                
  183. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x2c.                                                                                                                                                                                                                                
  184. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x2d.                                                                                                                                                                                                                                
  185. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x2e.                                                                                                                                                                                                                                
  186. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x2f.                                                                                                                                                                                                                                
  187. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x30.                                                                                                                                                                                                                                
  188. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x31.                                                                                                                                                                                                                                
  189. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x32.                                                                                                                                                                                                                                
  190. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x33.                                                                                                                                                                                                                                
  191. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x34.                                                                                                                                                                                                                                
  192. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x35.                                                                                                                                                                                                                                
  193. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x36.                                                                                                                                                                                                                                
  194. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x37.                                                                                                                                                                                                                                
  195. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x38.                                                                                                                                                                                                                                
  196. [AVHWFramesContext @ 0x7fe4f80461a0] Created surface 0x39.                                                                                                                                                                                                                                
  197. [vaapi @ 0x7fe4f8045f20] VAAPI decoder (re)init complete.                                                                                                                                                                                                                                 
  198. [h264 @ 0x5571c053bfe0] Hardware accelerated decoding with frame threading is known to be unstable and its use is discouraged.
  199. [h264 @ 0x5571c053bfe0] Reinit context to 1280x720, pix_fmt: vaapi_vld
  200. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x39.                                                                                                                                                                                                                                      
  201. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  202.     Last message repeated 1 times
  203. [h264 @ 0x5571c05c9540] nal_unit_type: 1, nal_ref_idc: 2
  204. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x38.                                                                                                                                                                                                                                      
  205. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  206.     Last message repeated 1 times
  207. [h264 @ 0x5571c0595d20] nal_unit_type: 1, nal_ref_idc: 2
  208. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x37.                                                                                                                                                                                                                                      
  209. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  210.     Last message repeated 1 times
  211. [h264 @ 0x5571c0685420] nal_unit_type: 1, nal_ref_idc: 2
  212. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x36.                                                                                                                                                                                                                                      
  213. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  214.     Last message repeated 1 times
  215. [h264 @ 0x5571c06a1020] nal_unit_type: 1, nal_ref_idc: 2
  216. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x35.                                                                                                                                                                                                                                      
  217. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  218.     Last message repeated 1 times
  219. [h264 @ 0x5571c06bcba0] nal_unit_type: 1, nal_ref_idc: 2
  220. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x34.                                                                                                                                                                                                                                      
  221. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  222.     Last message repeated 1 times
  223. [h264 @ 0x5571c05eb940] nal_unit_type: 1, nal_ref_idc: 2
  224. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x33.                                                                                                                                                                                                                                      
  225. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  226.     Last message repeated 1 times
  227. [h264 @ 0x5571c06074c0] nal_unit_type: 1, nal_ref_idc: 2
  228. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x32.                                                                                                                                                                                                                                      
  229. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  230.     Last message repeated 1 times
  231. [h264 @ 0x5571c0623040] nal_unit_type: 1, nal_ref_idc: 2
  232. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x31.                                                                                                                                                                                                                                      
  233. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  234.     Last message repeated 1 times
  235. [h264 @ 0x5571c063ebc0] nal_unit_type: 1, nal_ref_idc: 2
  236. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x30.                                                                                                                                                                                                                                      
  237. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  238.     Last message repeated 1 times
  239. [h264 @ 0x5571c0644ac0] nal_unit_type: 1, nal_ref_idc: 2
  240. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x2f.                                                                                                                                                                                                                                      
  241. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  242.     Last message repeated 1 times
  243. [h264 @ 0x5571c079bec0] nal_unit_type: 1, nal_ref_idc: 2
  244. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x2e.                                                                                                                                                                                                                                      
  245. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x39.                                                                                                                                                                                                                                 
  246. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x39.                                                                                                                                                                                                                                    
  247. [h264 @ 0x5571c07b7960] nal_unit_type: 1, nal_ref_idc: 2                                                                                                                                                                                                                                  
  248. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x2d.                                                                                                                                                                                                                                      
  249. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x39.                                                                                                                                                                                                                                  
  250. Input stream #0:0 frame changed from size:1280x720 fmt:yuv420p to size:1280x720 fmt:nv12
  251. [Parsed_format_0 @ 0x5571c05ba620] compat: called with args=[nv12]
  252. [Parsed_format_0 @ 0x5571c05ba620] Setting 'pix_fmts' to value 'nv12'                                                                                                                                                                                                                     
  253. [graph 0 input from stream 0:0 @ 0x5571c057d120] Setting 'video_size' to value '1280x720'                                                                                                                                                                                                 
  254. [graph 0 input from stream 0:0 @ 0x5571c057d120] Setting 'pix_fmt' to value '25'                                                                                                                                                                                                          
  255. [graph 0 input from stream 0:0 @ 0x5571c057d120] Setting 'time_base' to value '1/30'                                                                                                                                                                                                      
  256. [graph 0 input from stream 0:0 @ 0x5571c057d120] Setting 'pixel_aspect' to value '1/1'                                                                                                                                                                                                    
  257. [graph 0 input from stream 0:0 @ 0x5571c057d120] Setting 'sws_param' to value 'flags=2'                                                                                                                                                                                                   
  258. [graph 0 input from stream 0:0 @ 0x5571c057d120] Setting 'frame_rate' to value '30/1'                                                                                                                                                                                                     
  259. [graph 0 input from stream 0:0 @ 0x5571c057d120] w:1280 h:720 pixfmt:nv12 tb:1/30 fr:30/1 sar:1/1 sws_param:flags=2                                                                                                                                                                       
  260. [format @ 0x5571c057b820] compat: called with args=[vaapi_vld]                                                                                                                                                                                                                            
  261. [format @ 0x5571c057b820] Setting 'pix_fmts' to value 'vaapi_vld'                                                                                                                                                                                                                         
  262. [AVFilterGraph @ 0x5571c0c98c60] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed                                                                                                                                                                                            
  263. [hwupload @ 0x5571c0c98b80] Surface format is nv12.                                                                                                                                                                                                                                       
  264. [AVHWFramesContext @ 0x5571c0e40ae0] Created surface 0x3b.                                                                                                                                                                                                                                
  265. [AVHWFramesContext @ 0x5571c0e40ae0] Direct mapping disabled: deriving image does not work: 6 (invalid VASurfaceID).                                                                                                                                                                      
  266. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3b.                                                                                                                                                                                                                                    
  267. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3b.                                                                                                                                                                                                                                  
  268. Clipping frame in rate conversion by 0.000008                                                                                                                                                                                                                                             
  269. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (0).                                                                                                                                                                                                                                 
  270. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 0/0 as type IDR.                                                                                                                                                                                                                     
  271. [h264_vaapi @ 0x5571c0552aa0] No reference pictures.                                                                                                                                                                                                                                      
  272. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3b.                                                                                                                                                                                                                                      
  273. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x16.                                                                                                                                                                                                                                      
  274. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x3c.                                                                                                                                                                                                                                      
  275. [h264_vaapi @ 0x5571c0552aa0] Param buffer (22) is 0x3d.                                                                                                                                                                                                                                  
  276. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x3e.                                                                                                                                                                                                                                  
  277. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (1) is 0x3f/0x40 (288 bits).                                                                                                                                                                                                           
  278. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x41/0x42 (61 bits).                                                                                                                                                                                                            
  279. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x43.                                                                                                                                                                                                                                  
  280. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 0/0 (recon surface 0x16).                                                                                                                                                                                                                       
  281. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).                                                                                                                                                                                                                   
  282. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 0/0.                                                                                                                                                                                                                                    
  283. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  284. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x38.                                                                                                                                                                                                                                 
  285. [h264 @ 0x5571c053bfe0] nal_unit_type: 1, nal_ref_idc: 2                                                                                                                                                                                                                                  
  286. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x38.                                                                                                                                                                                                                                    
  287. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x2c.                                                                                                                                                                                                                                      
  288. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x38.                                                                                                                                                                                                                                  
  289. [AVHWFramesContext @ 0x5571c0e40ae0] Created surface 0x3c.                                                                                                                                                                                                                                
  290. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3c.                                                                                                                                                                                                                                    
  291. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3c.                                                                                                                                                                                                                                  
  292. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (1).                                                                                                                                                                                                                                 
  293. [h264_vaapi @ 0x5571c0552aa0] Pictures: IDR (0/0) P (1/1)                                                                                                                                                                                                                                 
  294. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 1/1 as type P.                                                                                                                                                                                                                       
  295. [h264_vaapi @ 0x5571c0552aa0] Refers to: 0/0.                                                                                                                                                                                                                                             
  296. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3c.                                                                                                                                                                                                                                      
  297. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x15.                                                                                                                                                                                                                                      
  298. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x44.                                                                                                                                                                                                                                      
  299. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x45.                                                                                                                                                                                                                                  
  300. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x46/0x47 (60 bits).                                                                                                                                                                                                            
  301. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x48.                                                                                                                                                                                                                                  
  302. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 1/1 (recon surface 0x15).                                                                                                                                                                                                                       
  303. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).                                                                                                                                                                                                                   
  304. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 1/1.                                                                                                                                                                                                                                    
  305. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  306. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x37.                                                                                                                                                                                                                                 
  307. [h264 @ 0x5571c05c9540] nal_unit_type: 1, nal_ref_idc: 2                                                                                                                                                                                                                                  
  308. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x37.                                                                                                                                                                                                                                    
  309. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x39.                                                                                                                                                                                                                                      
  310. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x37.                                                                                                                                                                                                                                  
  311. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3b.                                                                                                                                                                                                                                    
  312. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3b.                                                                                                                                                                                                                                  
  313. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (2).                                                                                                                                                                                                                                 
  314. [h264_vaapi @ 0x5571c0552aa0] Pictures: P (1/1) P (2/2)                                                                                                                                                                                                                                   
  315. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 2/2 as type P.                                                                                                                                                                                                                       
  316. [h264_vaapi @ 0x5571c0552aa0] Refers to: 1/1.                                                                                                                                                                                                                                             
  317. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3b.                                                                                                                                                                                                                                      
  318. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x16.                                                                                                                                                                                                                                      
  319. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x44.                                                                                                                                                                                                                                      
  320. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x49.                                                                                                                                                                                                                                  
  321. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x4a/0x4b (60 bits).                                                                                                                                                                                                            
  322. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x4c.                                                                                                                                                                                                                                  
  323. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 2/2 (recon surface 0x16).                                                                                                                                                                                                                       
  324. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).                                                                                                                                                                                                                   
  325. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 2/2.                                                                                                                                                                                                                                    
  326. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  327. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x36.                                                                                                                                                                                                                                 
  328. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x36.                                                                                                                                                                                                                                    
  329. [h264 @ 0x5571c0595d20] nal_unit_type: 1, nal_ref_idc: 2                                                                                                                                                                                                                                  
  330. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x38.                                                                                                                                                                                                                                      
  331. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x36.                                                                                                                                                                                                                                  
  332. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3c.                                                                                                                                                                                                                                    
  333. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3c.                                                                                                                                                                                                                                  
  334. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (3).                                                                                                                                                                                                                                 
  335. [h264_vaapi @ 0x5571c0552aa0] Pictures: P (2/2) P (3/3)                                                                                                                                                                                                                                   
  336. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 3/3 as type P.                                                                                                                                                                                                                       
  337. [h264_vaapi @ 0x5571c0552aa0] Refers to: 2/2.                                                                                                                                                                                                                                             
  338. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3c.                                                                                                                                                                                                                                      
  339. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x15.                                                                                                                                                                                                                                      
  340. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x44.                                                                                                                                                                                                                                      
  341. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x4d.                                                                                                                                                                                                                                  
  342. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x4e/0x4f (60 bits).                                                                                                                                                                                                            
  343. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x50.                                                                                                                                                                                                                                  
  344. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 3/3 (recon surface 0x15).                                                                                                                                                                                                                       
  345. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).                                                                                                                                                                                                                   
  346. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 3/3.                                                                                                                                                                                                                                    
  347. cur_dts is invalid (this is harmless if it occurs once at the start per stream)                                                                                                                                                                                                           
  348.     Last message repeated 1 times
  349. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x35.
  350. [h264 @ 0x5571c0685420] nal_unit_type: 1, nal_ref_idc: 2                                                                                                                                                                                                                                  
  351. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x35.                                                                                                                                                                                                                                    
  352. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x37.                                                                                                                                                                                                                                      
  353. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x35.                                                                                                                                                                                                                                  
  354. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3b.                                                                                                                                                                                                                                    
  355. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3b.                                                                                                                                                                                                                                  
  356. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (4).                                                                                                                                                                                                                                 
  357. [h264_vaapi @ 0x5571c0552aa0] Pictures: P (3/3) P (4/4)                                                                                                                                                                                                                                   
  358. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 4/4 as type P.                                                                                                                                                                                                                       
  359. [h264_vaapi @ 0x5571c0552aa0] Refers to: 3/3.                                                                                                                                                                                                                                             
  360. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3b.                                                                                                                                                                                                                                      
  361. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x16.                                                                                                                                                                                                                                      
  362. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x44.                                                                                                                                                                                                                                      
  363. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x51.                                                                                                                                                                                                                                  
  364. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x52/0x53 (60 bits).                                                                                                                                                                                                            
  365. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x54.                                                                                                                                                                                                                                  
  366. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 4/4 (recon surface 0x16).                                                                                                                                                                                                                       
  367. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).                                                                                                                                                                                                                   
  368. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 4/4.                                                                                                                                                                                                                                    
  369. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x34.                                                                                                                                                                                                                                 
  370. [h264 @ 0x5571c06a1020] nal_unit_type: 1, nal_ref_idc: 2                                                                                                                                                                                                                                  
  371. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x36.                                                                                                                                                                                                                                      
  372. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x34.                                                                                                                                                                                                                                    
  373. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x34.                                                                                                                                                                                                                                  
  374. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3c.                                                                                                                                                                                                                                    
  375. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3c.                                                                                                                                                                                                                                  
  376. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (5).                                                                                                                                                                                                                                 
  377. [h264_vaapi @ 0x5571c0552aa0] Pictures: P (4/4) P (5/5)                                                                                                                                                                                                                                   
  378. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 5/5 as type P.                                                                                                                                                                                                                       
  379. [h264_vaapi @ 0x5571c0552aa0] Refers to: 4/4.                                                                                                                                                                                                                                             
  380. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3c.                                                                                                                                                                                                                                      
  381. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x15.                                                                                                                                                                                                                                      
  382. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x44.                                                                                                                                                                                                                                      
  383. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x55.                                                                                                                                                                                                                                  
  384. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x56/0x57 (60 bits).                                                                                                                                                                                                            
  385. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x58.                                                                                                                                                                                                                                  
  386. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 5/5 (recon surface 0x15).                                                                                                                                                                                                                       
  387. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).                                                                                                                                                                                                                   
  388. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 5/5.                                                                                                                                                                                                                                    
  389. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x33.                                                                                                                                                                                                                                 
  390. [h264 @ 0x5571c06bcba0] nal_unit_type: 1, nal_ref_idc: 2                                                                                                                                                                                                                                  
  391. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x33.                                                                                                                                                                                                                                    
  392. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x35.                                                                                                                                                                                                                                      
  393. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x33.                                                                                                                                                                                                                                  
  394. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3b.                                                                                                                                                                                                                                    
  395. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3b.                                                                                                                                                                                                                                  
  396. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (6).                                                                                                                                                                                                                                 
  397. [h264_vaapi @ 0x5571c0552aa0] Pictures: P (5/5) P (6/6)                                                                                                                                                                                                                                   
  398. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 6/6 as type P.                                                                                                                                                                                                                       
  399. [h264_vaapi @ 0x5571c0552aa0] Refers to: 5/5.                                                                                                                                                                                                                                             
  400. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3b.                                                                                                                                                                                                                                      
  401. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x16.                                                                                                                                                                                                                                      
  402. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x44.                                                                                                                                                                                                                                      
  403. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x59.                                                                                                                                                                                                                                  
  404. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x5a/0x5b (60 bits).                                                                                                                                                                                                            
  405. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x5c.                                                                                                                                                                                                                                  
  406. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 6/6 (recon surface 0x16).                                                                                                                                                                                                                       
  407. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).                                                                                                                                                                                                                   
  408. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 6/6.                                                                                                                                                                                                                                    
  409. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x32.                                                                                                                                                                                                                                 
  410. [h264 @ 0x5571c05eb940] nal_unit_type: 1, nal_ref_idc: 2                                                                                                                                                                                                                                  
  411. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x32.                                                                                                                                                                                                                                    
  412. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x34.                                                                                                                                                                                                                                      
  413. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x32.                                                                                                                                                                                                                                  
  414. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3c.                                                                                                                                                                                                                                    
  415. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3c.                                                                                                                                                                                                                                  
  416. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (7).                                                                                                                                                                                                                                 
  417. [h264_vaapi @ 0x5571c0552aa0] Pictures: P (6/6) P (7/7)                                                                                                                                                                                                                                   
  418. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 7/7 as type P.                                                                                                                                                                                                                       
  419. [h264_vaapi @ 0x5571c0552aa0] Refers to: 6/6.                                                                                                                                                                                                                                             
  420. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3c.                                                                                                                                                                                                                                      
  421. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x15.                                                                                                                                                                                                                                      
  422. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x44.                                                                                                                                                                                                                                      
  423. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x5d.                                                                                                                                                                                                                                  
  424. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x5e/0x5f (60 bits).
  425. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x60.
  426. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 7/7 (recon surface 0x15).
  427. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).
  428. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 7/7.
  429. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x31.
  430. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x31.
  431. [h264 @ 0x5571c06074c0] nal_unit_type: 1, nal_ref_idc: 2
  432. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x33.
  433. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x31.
  434. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3b.
  435. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3b.
  436. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (8).
  437. [h264_vaapi @ 0x5571c0552aa0] Pictures: P (7/7) P (8/8)
  438. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 8/8 as type P.
  439. [h264_vaapi @ 0x5571c0552aa0] Refers to: 7/7.
  440. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3b.
  441. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x16.
  442. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x44.
  443. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x61.
  444. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x62/0x63 (60 bits).
  445. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x64.
  446. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 8/8 (recon surface 0x16).
  447. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).
  448. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 8/8.
  449. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x30.
  450. [h264 @ 0x5571c0623040] nal_unit_type: 1, nal_ref_idc: 2
  451. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x32.
  452. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x30.
  453. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x30.
  454. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3c.
  455. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3c.
  456. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (9).
  457. [h264_vaapi @ 0x5571c0552aa0] Pictures: P (8/8) P (9/9)
  458. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 9/9 as type P.
  459. [h264_vaapi @ 0x5571c0552aa0] Refers to: 8/8.
  460. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3c.
  461. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x15.
  462. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x44.
  463. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x65.
  464. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x66/0x67 (60 bits).
  465. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x68.
  466. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 9/9 (recon surface 0x15).
  467. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).
  468. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 9/9.
  469. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x2f.
  470. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x2f.
  471. [h264 @ 0x5571c063ebc0] nal_unit_type: 1, nal_ref_idc: 2
  472. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x31.
  473. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x2f.
  474. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3b.
  475. [AVHWFramesContext @ 0x5571c0e40ae0] Unmap surface 0x3b.
  476. [h264_vaapi @ 0x5571c0552aa0] Encode frame: 1280x720 (10).
  477. [h264_vaapi @ 0x5571c0552aa0] Pictures: P (9/9) P (10/10)
  478. [h264_vaapi @ 0x5571c0552aa0] Issuing encode for pic 10/10 as type P.
  479. [h264_vaapi @ 0x5571c0552aa0] Refers to: 9/9.
  480. [h264_vaapi @ 0x5571c0552aa0] Input surface is 0x3b.
  481. [h264_vaapi @ 0x5571c0552aa0] Recon surface is 0x16.
  482. [h264_vaapi @ 0x5571c0552aa0] Output buffer is 0x44.
  483. [h264_vaapi @ 0x5571c0552aa0] Param buffer (23) is 0x69.
  484. [h264_vaapi @ 0x5571c0552aa0] Packed header buffer (3) is 0x6a/0x6b (60 bits).
  485. [h264_vaapi @ 0x5571c0552aa0] Param buffer (24) is 0x6c.
  486. [h264_vaapi @ 0x5571c0552aa0] Sync to pic 10/10 (recon surface 0x16).
  487. [h264_vaapi @ 0x5571c0552aa0] Output buffer: 0 bytes (status 43b5a328).
  488. [h264_vaapi @ 0x5571c0552aa0] Output read for pic 10/10.
  489. [vaapi @ 0x7fe4f8045f20] Retrieve data from surface 0x2e.
  490. [AVHWFramesContext @ 0x7fe4f80461a0] Map surface 0x2e.
  491. [h264 @ 0x5571c0644ac0] nal_unit_type: 1, nal_ref_idc: 2
  492. [vaapi @ 0x7fe4f8045f20] Decoder given surface 0x30.
  493. [AVHWFramesContext @ 0x7fe4f80461a0] Unmap surface 0x2e.
  494. [AVHWFramesContext @ 0x5571c0e40ae0] Map surface 0x3c.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement