Skip to content
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

Flow-Plugin: ffmpegCommandSetVdeoResolution: Intel Quick Sync (QSV) Error -> use vpp_qsv #791

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

pavax
Copy link

@pavax pavax commented Mar 2, 2025

Fixes: Impossible to convert between the formats supported by the filter 'graph 0 input from stream 0:0' and the filter 'auto_scale_0'.

This error indicates that FFmpeg's scale filter is having trouble handling the input format when using Intel QSV (hevc_qsv). The issue is likely due to an incompatibility between the pixel format of the input file and what scale expects.

I also tried to use: -vf vpp_qsv=w=1920:h=-2 but this is not supported by qsv. Thus, we need to set the height explicitely.

@pavax pavax changed the title Flow-Plugin: ffmpegCommandSetVdeoResolution: Intel Quick Sync (QSV) Error Flow-Plugin: ffmpegCommandSetVdeoResolution: Intel Quick Sync (QSV) Error -> use vpp_qsv Mar 2, 2025
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