russelltg / wl-screenrec

High performance wlroots screen recording, featuring hardware encoding
Apache License 2.0
305 stars 9 forks source link

No usable encoding entrypoint found for profile. #39

Closed ghost closed 10 months ago

ghost commented 10 months ago

On my NixOS i have problem with work of wl-screenrec:

No usable encoding entrypoint found for profile VAProfileH264High (7).

[h264_vaapi @ 0x560b0a378ec0] Driver does not support some wanted packed headers (wanted 0xd, found 0). [h264_vaapi @ 0x560b0a378ec0] Driver does not support packed sequence headers, but a global header is requested. [h264_vaapi @ 0x560b0a378ec0] No global header will be written: this may result in a stream which is not usable for some purposes (e.g. not muxable to some containers).

Installed from nixpkgs unstable (exist only here). My vainfo output:

vainfo Trying display: wayland libva info: VA-API version 1.18.0 libva info: Trying to open /run/opengl-driver/lib/dri/radeonsi_drv_video.so libva info: Found init function __vaDriverInit_1_18 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.18 (libva 2.18.1) vainfo: Driver version: Mesa Gallium driver 23.0.3 for AMD Radeon RX 6700 XT (navi22, LLVM 15.0.7, DRM 3.49, 6.1.29) vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointVLD VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileHEVCMain : VAEntrypointVLD VAProfileHEVCMain : VAEntrypointEncSlice VAProfileHEVCMain10 : VAEntrypointVLD VAProfileHEVCMain10 : VAEntrypointEncSlice VAProfileJPEGBaseline : VAEntrypointVLD VAProfileVP9Profile0 : VAEntrypointVLD VAProfileVP9Profile2 : VAEntrypointVLD VAProfileAV1Profile0 : VAEntrypointVLD VAProfileNone : VAEntrypointVideoProc

russelltg commented 10 months ago

Could you send me the whole wl-screenrec -vvv output and also tell me if wf-recorder -c h264_vaapi -d /dev/dri/card0 works?

ghost commented 10 months ago

Could you send me the whole wl-screenrec -vvv output and also tell me if wf-recorder -c h264_vaapi -d /dev/dri/card0 works?

Now I don't have the internet on my computer, so I'll send a photo, I also can't check the wf-recorder because it's not installed:

image

russelltg commented 10 months ago

That looks pretty good actually (hard to say without the full logs, are you sure it's not creating a valid screenrecord.mp4?

ghost commented 10 months ago

That looks pretty good actually (hard to say without the full logs, are you sure it's not creating a valid screenrecord.mp4?

I can accept, that screenrecord.mp4 is not valid (not playing in video player), and my output very huge, and seems like it generating continuously, (or it very huge and look like infinity).

russelltg commented 10 months ago

Yeah, it's very verbose, many tens of messages per frame. Circle back to it when you have internet so you can get me a proper log file, wf-recorder -c h264_vaapi -d /dev/dri/card0 output, and also it'd be great to get that broken screenrecord.mp4.

ghost commented 10 months ago

Yeah, it's very verbose, many tens of messages per frame. Circle back to it when you have internet so you can get me a proper log file, wf-recorder -c h264_vaapi -d /dev/dri/card0 output, and also it'd be great to get that broken screenrecord.mp4.

Okay, then I'll be back when the internet gets back, I have it earlier in the morning, 7 am, it should appear in a couple of hours.

ghost commented 10 months ago

Hello again, my broken file and output:

https://github.com/russelltg/wl-screenrec/assets/150472922/fad892f2-d7ad-4eae-b439-a02166163318

wf-recorder -c h264_vaapi -d /dev/dri/card0
selected region 0,0 0x0
Xlib:  extension "DRI2" missing on display ":0".
amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
amdgpu: amdgpu_device_initialize failed.
[AVHWDeviceContext @ 0x7f0cac0057c0] libva: /run/opengl-driver/lib/dri/radeonsi_drv_video.so init failed
[AVHWDeviceContext @ 0x7f0cac0057c0] Failed to initialise VAAPI connection: 2 (resource allocation failed).
Failed to create hw encoding device /dev/dri/card0:

wl-screenrec -vvv
Using output HDMI-A-1
[file @ 0x556959984200] Setting default whitelist 'file,crypto,data'
Opening libva device from DRM device /dev/dri/renderD128
[AVHWDeviceContext @ 0x556959984400] libva: VA-API version 1.20.0
[AVHWDeviceContext @ 0x556959984400] libva: User environment variable requested driver 'radeonsi'
[AVHWDeviceContext @ 0x556959984400] libva: Trying to open /run/opengl-driver/lib/dri/radeonsi_drv_video.so
[AVHWDeviceContext @ 0x556959984400] libva: Found init function __vaDriverInit_1_18
[AVHWDeviceContext @ 0x556959984400] libva: va_openDriver() returns 0
[AVHWDeviceContext @ 0x556959984400] Initialised VAAPI connection: version 1.20
[AVHWDeviceContext @ 0x556959984400] Format 0x3231564e -> nv12.
[AVHWDeviceContext @ 0x556959984400] Format 0x30313050 -> p010le.
[AVHWDeviceContext @ 0x556959984400] Format 0x36313050 -> unknown.
[AVHWDeviceContext @ 0x556959984400] Format 0x30323449 -> yuv420p.
[AVHWDeviceContext @ 0x556959984400] Format 0x32315659 -> yuv420p.
[AVHWDeviceContext @ 0x556959984400] Format 0x56595559 -> unknown.
[AVHWDeviceContext @ 0x556959984400] Format 0x32595559 -> yuyv422.
[AVHWDeviceContext @ 0x556959984400] Format 0x59565955 -> uyvy422.
[AVHWDeviceContext @ 0x556959984400] Format 0x30303859 -> gray.
[AVHWDeviceContext @ 0x556959984400] Format 0x50343434 -> yuv444p.
[AVHWDeviceContext @ 0x556959984400] Format 0x41524742 -> bgra.
[AVHWDeviceContext @ 0x556959984400] Format 0x41424752 -> rgba.
[AVHWDeviceContext @ 0x556959984400] Format 0x58524742 -> bgr0.
[AVHWDeviceContext @ 0x556959984400] Format 0x58424752 -> rgb0.
[AVHWDeviceContext @ 0x556959984400] VAAPI driver: Mesa Gallium driver 23.0.3 for AMD Radeon RX 6700 XT (navi22, LLVM 15.0.7, DRM 3.49, 6.1.29).
[AVHWDeviceContext @ 0x556959984400] Driver not found in known nonstandard list, using standard behaviour.
[AVHWFramesContext @ 0x556959b5d3c0] Created surface 0x1.
[AVHWFramesContext @ 0x556959b5d3c0] Direct mapping possible.
[AVHWFramesContext @ 0x556959b5d3c0] Created surface 0x2.
[AVHWFramesContext @ 0x556959b5d3c0] Created surface 0x3.
[AVHWFramesContext @ 0x556959b5d3c0] Created surface 0x4.
[AVHWFramesContext @ 0x556959b5d3c0] Created surface 0x5.
detected 12 logical cores
[in @ 0x556959bfa540] Setting 'video_size' to value '2840x2160'
[in @ 0x556959bfa540] Setting 'pix_fmt' to value '44'
[in @ 0x556959bfa540] Setting 'time_base' to value '1/1000000000'
[in @ 0x556959bfa540] w:2840 h:2160 pixfmt:vaapi tb:1/1000000000 fr:0/1 sar:0/1
[AVFilterGraph @ 0x556959ba7640] Setting 'out_w' to value '1920'
[AVFilterGraph @ 0x556959ba7640] Setting 'out_h' to value '1080'
[AVFilterGraph @ 0x556959ba7640] Setting 'x' to value '0'
[AVFilterGraph @ 0x556959ba7640] Setting 'y' to value '0'
[AVFilterGraph @ 0x556959ba7640] Setting 'format' to value 'nv12'
[AVFilterGraph @ 0x556959ba7640] Setting 'w' to value '1920'
[AVFilterGraph @ 0x556959ba7640] Setting 'h' to value '1080'
[AVFilterGraph @ 0x556959ba7640] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed
[Parsed_crop_0 @ 0x556959b32300] w:1920 h:1080 sar:0/1 -> w:1920 h:1080 sar:0/1
[AVHWFramesContext @ 0x556959b9e880] Created surface 0x7.
[AVHWFramesContext @ 0x556959b9e880] Direct mapping disabled: deriving image does not work: 1 (operation failed).
[AVHWFramesContext @ 0x556959b9e880] Created surface 0x8.
[AVHWFramesContext @ 0x556959b9e880] Created surface 0x9.
[AVHWFramesContext @ 0x556959b9e880] Created surface 0xa.
[AVHWFramesContext @ 0x556959b9e880] Created surface 0xb.
[AVHWFramesContext @ 0x556959b9e880] Created surface 0xc.
[AVHWFramesContext @ 0x556959b9e880] Created surface 0xd.
[AVHWFramesContext @ 0x556959b9e880] Created surface 0xe.
[AVHWFramesContext @ 0x556959b9e880] Created surface 0xf.
[AVHWFramesContext @ 0x556959b9e880] Created surface 0x10.
[AVHWFramesContext @ 0x556959ba1280] Created surface 0x12.
[AVHWFramesContext @ 0x556959ba1280] Direct mapping disabled: deriving image does not work: 1 (operation failed).
[AVHWFramesContext @ 0x556959ba1280] Created surface 0x13.
[AVHWFramesContext @ 0x556959ba1280] Created surface 0x14.
[AVHWFramesContext @ 0x556959ba1280] Created surface 0x15.
[AVHWFramesContext @ 0x556959ba1280] Created surface 0x16.
+----------+
|    in    |default--[1920x1080 0:1 vaapi]--Parsed_crop_0:default
| (buffer) |
+----------+

                                                            +--------------+
Parsed_scale_vaapi_1:default--[1920x1080 0:1 vaapi]--default|     out      |
                                                            | (buffersink) |
                                                            +--------------+

                                          +---------------+
in:default--[1920x1080 0:1 vaapi]--default| Parsed_crop_0 |default--[1920x1080 0:1 vaapi]--Parsed_scale_vaapi_1:default
                                          |    (crop)     |
                                          +---------------+

                                                     +----------------------+
Parsed_crop_0:default--[1920x1080 0:1 vaapi]--default| Parsed_scale_vaapi_1 |default--[1920x1080 0:1 vaapi]--out:default
                                                     |    (scale_vaapi)     |
                                                     +----------------------+

[h264_vaapi @ 0x556959c23e40] Input surface format is nv12.
[h264_vaapi @ 0x556959c23e40] Using VAAPI profile VAProfileH264High (7).
[h264_vaapi @ 0x556959c23e40] No usable encoding entrypoint found for profile VAProfileH264High (7).
failed to open encoder in low_power mode (Function not implemented), trying non low_power mode. if you have an intel iGPU, set enable_guc=2 in the i915 module to use the fixed function encoder. pass --low-power=off to suppress this warning
[h264_vaapi @ 0x556959c23e40] Input surface format is nv12.
[h264_vaapi @ 0x556959c23e40] Using VAAPI profile VAProfileH264High (7).
[h264_vaapi @ 0x556959c23e40] Using VAAPI entrypoint VAEntrypointEncSlice (6).
[h264_vaapi @ 0x556959c23e40] Using VAAPI render target format YUV420 (0x1).
[h264_vaapi @ 0x556959c23e40] Driver supports RC modes CQP, CBR, VBR.
[h264_vaapi @ 0x556959c23e40] Driver does not support AVBR RC mode.
[h264_vaapi @ 0x556959c23e40] RC mode: VBR.
[h264_vaapi @ 0x556959c23e40] RC target: 50% of 80000000 bps over 500 ms.
[h264_vaapi @ 0x556959c23e40] RC buffer: 40000000 bits, initial fullness 30000000 bits.
[h264_vaapi @ 0x556959c23e40] RC framerate: 50197/661 (75.94 fps).
[h264_vaapi @ 0x556959c23e40] Driver does not report any additional prediction constraints.
[h264_vaapi @ 0x556959c23e40] Using intra and P-frames (supported references: 1 / 0).
[h264_vaapi @ 0x556959c23e40] Driver does not support some wanted packed headers (wanted 0xd, found 0).
[h264_vaapi @ 0x556959c23e40] Driver does not support packed sequence headers, but a global header is requested.
[h264_vaapi @ 0x556959c23e40] No global header will be written: this may result in a stream which is not usable for some purposes (e.g. not muxable to some containers).
[h264_vaapi @ 0x556959c23e40] Using nv12 as format of reconstructed frames.
[AVHWFramesContext @ 0x556959bb0600] Created surface 0x18.
[AVHWFramesContext @ 0x556959bb0600] Direct mapping disabled: deriving image does not work: 1 (operation failed).
Output #0, mp4, to 'screenrecord.mp4':
  Metadata:
    encoder         : Lavf60.3.100
  Stream #0:0, 0, 1/90000: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), vaapi, 1920x1080 (0x0), 0/1, q=2-31, 40000 kb/s, 90k tbn
[Parsed_crop_0 @ 0x556959b32300] n:0 t:0.000000 pos:nan x:0 y:0 x+w:1920 y+h:1080
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Filter input: vaapi, 1920x1080 (0).
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Mapped colour properties unknown gbr/unknown/unknown unspecified to VA standard 0 chroma siting 0 range 0.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Mapped colour properties unknown unknown/unknown/unknown unspecified to VA standard 0 chroma siting 0 range 0.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Pipeline parameter buffer is 0x1a.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Filter output: vaapi, 1920x1080 (0), mode: HQ.
[h264_vaapi @ 0x556959c23e40] Input frame: 1920x1080 (0).
[h264_vaapi @ 0x556959c23e40] Pick forced IDR-picture to encode next.
[h264_vaapi @ 0x556959c23e40] Issuing encode for pic 0/0 as type IDR.
[h264_vaapi @ 0x556959c23e40] No reference pictures.
[h264_vaapi @ 0x556959c23e40] Input surface is 0x10.
[h264_vaapi @ 0x556959c23e40] Recon surface is 0x18.
[h264_vaapi @ 0x556959c23e40] Allocated output buffer 0x1a
[h264_vaapi @ 0x556959c23e40] Output buffer is 0x1a.
[h264_vaapi @ 0x556959c23e40] Param buffer (22) is 0x1b.
[h264_vaapi @ 0x556959c23e40] Param buffer (27) is 0x1c.
[h264_vaapi @ 0x556959c23e40] Param buffer (27) is 0x1d.
[h264_vaapi @ 0x556959c23e40] Param buffer (27) is 0x1e.
[h264_vaapi @ 0x556959c23e40] Param buffer (23) is 0x1f.
[h264_vaapi @ 0x556959c23e40] Slice 0: 0-67 (68 rows), 0-8159 (8160 blocks).
[h264_vaapi @ 0x556959c23e40] Param buffer (24) is 0x20.
[Parsed_crop_0 @ 0x556959b32300] n:1 t:0.013216 pos:nan x:0 y:0 x+w:1920 y+h:1080
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Filter input: vaapi, 1920x1080 (13216231).
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Mapped colour properties unknown gbr/unknown/unknown unspecified to VA standard 0 chroma siting 0 range 0.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Mapped colour properties unknown unknown/unknown/unknown unspecified to VA standard 0 chroma siting 0 range 0.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Pipeline parameter buffer is 0x1b.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Filter output: vaapi, 1920x1080 (13216231), mode: HQ.
[h264_vaapi @ 0x556959c23e40] Input frame: 1920x1080 (13216231).
[h264_vaapi @ 0x556959c23e40] Pick normal P-picture to encode next.
[h264_vaapi @ 0x556959c23e40] Issuing encode for pic 1/1 as type P.
[h264_vaapi @ 0x556959c23e40] Refers to: 0/0.
[h264_vaapi @ 0x556959c23e40] Input surface is 0xf.
[AVHWFramesContext @ 0x556959bb0600] Created surface 0x1b.
[h264_vaapi @ 0x556959c23e40] Recon surface is 0x1b.
[h264_vaapi @ 0x556959c23e40] Allocated output buffer 0x1c
[h264_vaapi @ 0x556959c23e40] Output buffer is 0x1c.
[h264_vaapi @ 0x556959c23e40] Param buffer (23) is 0x1d.
[h264_vaapi @ 0x556959c23e40] Slice 0: 0-67 (68 rows), 0-8159 (8160 blocks).
[h264_vaapi @ 0x556959c23e40] Default RefPicList0 for fn=1/poc=2:  fn=0/poc=0
[h264_vaapi @ 0x556959c23e40] Param buffer (24) is 0x1e.
[h264_vaapi @ 0x556959c23e40] Sync to pic 0/0 (input surface 0x10).
[h264_vaapi @ 0x556959c23e40] Output buffer: 221720 bytes (status 00000000).
[h264_vaapi @ 0x556959c23e40] Output read for pic 0/0.
[h264_vaapi @ 0x556959c23e40] Output packet: pts 0 dts 0.
writing pts=0 on Video is_key=true
[Parsed_crop_0 @ 0x556959b32300] n:2 t:0.039497 pos:nan x:0 y:0 x+w:1920 y+h:1080
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Filter input: vaapi, 1920x1080 (39496702).
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Mapped colour properties unknown gbr/unknown/unknown unspecified to VA standard 0 chroma siting 0 range 0.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Mapped colour properties unknown unknown/unknown/unknown unspecified to VA standard 0 chroma siting 0 range 0.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Pipeline parameter buffer is 0x1d.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Filter output: vaapi, 1920x1080 (39496702), mode: HQ.
[h264_vaapi @ 0x556959c23e40] Input frame: 1920x1080 (39496702).
[h264_vaapi @ 0x556959c23e40] Pick normal P-picture to encode next.
[h264_vaapi @ 0x556959c23e40] Issuing encode for pic 2/2 as type P.
[h264_vaapi @ 0x556959c23e40] Refers to: 1/1.
[h264_vaapi @ 0x556959c23e40] Input surface is 0x10.
[AVHWFramesContext @ 0x556959bb0600] Created surface 0x1d.
[h264_vaapi @ 0x556959c23e40] Recon surface is 0x1d.
[h264_vaapi @ 0x556959c23e40] Output buffer is 0x1a.
[h264_vaapi @ 0x556959c23e40] Param buffer (23) is 0x1e.
[h264_vaapi @ 0x556959c23e40] Slice 0: 0-67 (68 rows), 0-8159 (8160 blocks).
[h264_vaapi @ 0x556959c23e40] Default RefPicList0 for fn=2/poc=4:  fn=1/poc=2
[h264_vaapi @ 0x556959c23e40] Param buffer (24) is 0x1f.
[h264_vaapi @ 0x556959c23e40] Sync to pic 1/1 (input surface 0xf).
[h264_vaapi @ 0x556959c23e40] Output buffer: 130496 bytes (status 00000000).
[h264_vaapi @ 0x556959c23e40] Output read for pic 1/1.
[h264_vaapi @ 0x556959c23e40] Output packet: pts 13216231 dts 13216231.
writing pts=1189 on Video is_key=false
[Parsed_crop_0 @ 0x556959b32300] n:3 t:0.052651 pos:nan x:0 y:0 x+w:1920 y+h:1080
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Filter input: vaapi, 1920x1080 (52650644).
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Mapped colour properties unknown gbr/unknown/unknown unspecified to VA standard 0 chroma siting 0 range 0.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Mapped colour properties unknown unknown/unknown/unknown unspecified to VA standard 0 chroma siting 0 range 0.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Pipeline parameter buffer is 0x1e.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Filter output: vaapi, 1920x1080 (52650644), mode: HQ.
[h264_vaapi @ 0x556959c23e40] Input frame: 1920x1080 (52650644).
[h264_vaapi @ 0x556959c23e40] Pick normal P-picture to encode next.
[h264_vaapi @ 0x556959c23e40] Issuing encode for pic 3/3 as type P.
[h264_vaapi @ 0x556959c23e40] Refers to: 2/2.
[h264_vaapi @ 0x556959c23e40] Input surface is 0xf.
[AVHWFramesContext @ 0x556959bb0600] Created surface 0x1e.
[h264_vaapi @ 0x556959c23e40] Recon surface is 0x1e.
[h264_vaapi @ 0x556959c23e40] Output buffer is 0x1c.
[h264_vaapi @ 0x556959c23e40] Param buffer (23) is 0x1f.
[h264_vaapi @ 0x556959c23e40] Slice 0: 0-67 (68 rows), 0-8159 (8160 blocks).
[h264_vaapi @ 0x556959c23e40] Default RefPicList0 for fn=3/poc=6:  fn=2/poc=4
[h264_vaapi @ 0x556959c23e40] Param buffer (24) is 0x20.
[h264_vaapi @ 0x556959c23e40] Sync to pic 2/2 (input surface 0x10).
[h264_vaapi @ 0x556959c23e40] Output buffer: 459640 bytes (status 00000000).
[h264_vaapi @ 0x556959c23e40] Output read for pic 2/2.
[h264_vaapi @ 0x556959c23e40] Output packet: pts 39496702 dts 39496702.
writing pts=3555 on Video is_key=false
[Parsed_crop_0 @ 0x556959b32300] n:4 t:0.105299 pos:nan x:0 y:0 x+w:1920 y+h:1080
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Filter input: vaapi, 1920x1080 (105299127).
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Mapped colour properties unknown gbr/unknown/unknown unspecified to VA standard 0 chroma siting 0 range 0.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Mapped colour properties unknown unknown/unknown/unknown unspecified to VA standard 0 chroma siting 0 range 0.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Pipeline parameter buffer is 0x1f.
[Parsed_scale_vaapi_1 @ 0x556959bb4ec0] Filter output: vaapi, 1920x1080 (105299127), mode: HQ.
[h264_vaapi @ 0x556959c23e40] Input frame: 1920x1080 (105299127).
[h264_vaapi @ 0x556959c23e40] Pick normal P-picture to encode next.
[h264_vaapi @ 0x556959c23e40] Issuing encode for pic 4/4 as type P.
[h264_vaapi @ 0x556959c23e40] Refers to: 3/3.
[h264_vaapi @ 0x556959c23e40] Input surface is 0x10.
[h264_vaapi @ 0x556959c23e40] Recon surface is 0x18.
[h264_vaapi @ 0x556959c23e40] Output buffer is 0x1a.
[h264_vaapi @ 0x556959c23e40] Param buffer (23) is 0x1f.
[h264_vaapi @ 0x556959c23e40] Slice 0: 0-67 (68 rows), 0-8159 (8160 blocks).
[h264_vaapi @ 0x556959c23e40] Default RefPicList0 for fn=4/poc=8:  fn=3/poc=6
[h264_vaapi @ 0x556959c23e40] Param buffer (24) is 0x20.
[h264_vaapi @ 0x556959c23e40] Sync to pic 3/3 (input surface 0xf).
[h264_vaapi @ 0x556959c23e40] Output buffer: 259928 bytes (status 00000000).
[h264_vaapi @ 0x556959c23e40] Output read for pic 3/3.
[h264_vaapi @ 0x556959c23e40] Output packet: pts 52650644 dts 52650644
ghost commented 10 months ago

@russelltg Check please.

ghost commented 10 months ago

How stupid I am! Everything works out of the box as it is, I just stopped the process using ctrl+z instead of ctrl+c. Very funny.

russelltg commented 10 months ago

Ctrl+Z does not stop processes at all, just heads up... only suspends them