1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavcodec
Zhang yuankun db901276c0 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 <lance.lmwang@gmail.com>
Signed-off-by: Zhang yuankun <yuankunx.zhang@intel.com>
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
2021-12-27 11:19:27 +08:00
..
2021-10-03 11:42:15 +02:00
2021-09-05 22:22:05 +02:00
2021-10-08 20:37:36 +11:00
2021-10-08 20:37:36 +11:00
2021-09-29 18:00:13 +08:00
2021-10-09 11:42:16 +02:00
2021-12-03 16:09:14 +01:00
2021-12-03 16:09:14 +01:00
2021-12-17 02:54:52 +01:00
2021-10-02 18:49:40 +02:00
2021-09-19 22:36:23 +02:00
2021-10-10 17:44:41 +02:00
2021-08-26 09:20:56 +02:00
2021-09-12 22:23:35 +02:00