intel / cartwheel-ffmpeg

Intel developer staging area for unmerged upstream patch contributions to FFmpeg
GNU Lesser General Public License v2.1
84 stars 31 forks source link

patches: Add 0102 to fix ffmpeg-vaapi transcode memory out #259

Closed feiwan1 closed 1 year ago

feiwan1 commented 1 year ago

$ ffmpeg -threads 20 -v verbose -init_hw_device vaapi=hw:/dev/dri/renderD128 \ -hwaccel_output_format vaapi -hwaccel vaapi -i avc.mp4 \ -vf 'scale_vaapi=w=720:h=480' -f null -

[vf#0:0 @ 0x559fa1faba00] Error while filtering: Cannot allocate memory

xhaihao commented 1 year ago

@feiwan1 Please fix the error in pre-check

feiwan1 commented 1 year ago

Hi @Bin-CI could you help to check the pr-test fail? Seems like a test environment issue.