Need to add vpp deinterlace weave and MotionCompensated support #556
Labels
Enhancement
Issue: new feature or improvement
In Progress
PR: still under discussion
VP
Video Processing
reproduce step:
$ ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -v debug -f rawvideo -pix_fmt yuv420p -s:v 720x480 -top 1 -i MotionTest_i_tff_720x480_10f_I420.yuv -vf 'format=nv12,hwupload,deinterlace_vaapi=mode=weave:rate=field,hwdownload,format=nv12' -pix_fmt yuv420p -vframes 20 -y dump.yuv
message:
[Parsed_deinterlace_vaapi_2 @ 0xd69e80] Deinterlacing mode 2 (Weave) is not supported.
[Parsed_deinterlace_vaapi_2 @ 0xd69e80] Failed to configure output pad on Parsed_deinterlace_vaapi_2
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0
$ ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -v debug -f rawvideo -pix_fmt yuv420p -s:v 720x480 -top 1 -i /root/media/testing/assets/yuv/MotionTest_i_tff_720x480_10f_I420.yuv -vf 'format=nv12,hwupload,deinterlace_vaapi=mode=motion_compensated:rate=field,hwdownload,format=nv12' -pix_fmt yuv420p -vframes 20 -y dump.yuv
message:
[Parsed_deinterlace_vaapi_2 @ 0x1bfbf00] Deinterlacing mode 4 (MotionCompensated) is not supported.
[Parsed_deinterlace_vaapi_2 @ 0x1bfbf00] Failed to configure output pad on Parsed_deinterlace_vaapi_2
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0
The text was updated successfully, but these errors were encountered: