We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Video Processing
None
The 444 12bit VPP does not support large resolutions Frame sizes above xv36 4k don't seem to be supported
The command below works $ ffmpeg -y -init_hw_device qsv=qsv,child_device=/dev/dri/renderD128 -f lavfi -i testsrc=size=4096x128,format=xv36 -vf "hwupload=extra_hw_frames=16" -f null -
The command below doesn't work
$ ffmpeg -y -init_hw_device qsv=qsv,child_device=/dev/dri/renderD128 -f lavfi -i testsrc=size=8192x128,format=xv36 -vf "hwupload=extra_hw_frames=16" -f null -
Reproduce cmd: ffmpeg -v verbose -hwaccel qsv -init_hw_device qsv=qsv,child_device=/dev/dri/renderD128 -hwaccel_output_format xv36 -hwaccel_flags allow_profile_mismatch -c:v hevc_qsv -i input -lavfi 'null' -c:v rawvideo -pix_fmt xv36 -fps_mode passthrough -autoscale 0 -vframes 3 -y -f tee 'output.yuv'
Content Creation
No response
ls /dev/dri
vainfo >vainfo.log 2>&1
export LIBVA_TRACE=/tmp/libva_trace.log
by dmesg >dmesg.log 2>&1
The text was updated successfully, but these errors were encountered:
Could you help check this problem ?thanks.
Sorry, something went wrong.
yefeizhou
No branches or pull requests
Which component impacted?
Video Processing
Is it regression? Good in old configuration?
None
What happened?
The 444 12bit VPP does not support large resolutions
Frame sizes above xv36 4k don't seem to be supported
The command below works
$ ffmpeg -y -init_hw_device qsv=qsv,child_device=/dev/dri/renderD128 -f lavfi -i testsrc=size=4096x128,format=xv36 -vf "hwupload=extra_hw_frames=16" -f null -
The command below doesn't work
$ ffmpeg -y -init_hw_device qsv=qsv,child_device=/dev/dri/renderD128 -f lavfi -i testsrc=size=8192x128,format=xv36 -vf "hwupload=extra_hw_frames=16" -f null -
Reproduce cmd:
ffmpeg -v verbose -hwaccel qsv -init_hw_device qsv=qsv,child_device=/dev/dri/renderD128 -hwaccel_output_format xv36 -hwaccel_flags allow_profile_mismatch -c:v hevc_qsv -i input -lavfi 'null' -c:v rawvideo -pix_fmt xv36 -fps_mode passthrough -autoscale 0 -vframes 3 -y -f tee 'output.yuv'
What's the usage scenario when you are seeing the problem?
Content Creation
What impacted?
No response
Debug Information
libva:0931342011c40c8b88a006adda8ece66efd574ca
libva-utils:b0389f427b5c7cbbd468848d14a833b8a6332be9
gmmlib:92d702f885ae7bbfcd5b480c262db805ccc580bf
intel-media-driver:433068b0db298f9592880f25601449366b4aa8d3
ls /dev/dri
? yesvainfo >vainfo.log 2>&1
?export LIBVA_TRACE=/tmp/libva_trace.log
first then execute the case.by dmesg >dmesg.log 2>&1
?Do you want to contribute a patch to fix the issue?
None
The text was updated successfully, but these errors were encountered: