Skip to content

[VP] Fix missing entries in PicStruct validation #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nyanmisaka
Copy link

Add the missing PicStruct entries as per

mfxStatus CheckInputPicStruct( mfxU16 inPicStruct )


[Parsed_scale_qsv_1 @ 0000025f3c335400] Error querying VPP params: unsupported (-3)
[vf#0:0 @ 0000025f310747c0] Error while filtering: Function not implemented
[vf#0:0 @ 0000025f310747c0] Task finished with error code: -40 (Function not implemented)
[vf#0:0 @ 0000025f310747c0] Terminating thread with return code -40 (Function not implemented)

Can be reproduced since FFmpeg 6.1 (FFmpeg/FFmpeg@88b3841) using vaapi/d3d11va/software decoder + vpp filter.

ffmpeg -hwaccel d3d11va -hwaccel_output_format d3d11 -i clip.mkv -an -sn -vf hwmap=derive_device=qsv,scale_qsv=format=nv12 -f null -

ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -i clip.mkv -an -sn -vf hwmap=derive_device=qsv,scale_qsv=format=nv12 -f null -

ffmpeg -init_hw_device qsv -i clip.mkv -an -sn -vf vpp_qsv=format=nv12 -f null -

Sample clip clip.zip

@nyanmisaka
Copy link
Author

cc @xhaihao @Jexu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant