From 80801e570566976195f515216de4403cdcf4f7a3 Mon Sep 17 00:00:00 2001 From: Haihao Xiang Date: Thu, 13 Jan 2022 13:45:25 +0800 Subject: lavc/qsvenc: add tile encoding support for VP9 Add -tile_rows and -tile_cols options to specify the number of tile rows and columns Signed-off-by: Haihao Xiang --- doc/encoders.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/encoders.texi b/doc/encoders.texi index 4e35e50e4d..bfb6c7eef6 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -3512,6 +3512,12 @@ These options are used by vp9_qsv @item profile2 @item profile3 @end table + +@item @var{tile_cols} +Number of columns for tiled encoding (requires libmfx >= 1.29). + +@item @var{tile_rows} +Number of rows for tiled encoding (requires libmfx >= 1.29). @end table @section snow -- cgit v1.2.3