Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avcodec/vaapi_encode_vp9: fix > 4k encode fail issue
This patch will fix following command: ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -i input.264 \ -vf 'scale_vaapi=w=7680:h=4096' -c:v vp9_vaapi output.ivf Max width of a vp9 tile is 4096. If the source frame > 4096, we need split to multiple tiles. Reviewed-by: Limin Wang <[email protected]> Signed-off-by: Zhang yuankun <[email protected]> Signed-off-by: Haihao Xiang <[email protected]>
- Loading branch information