> From: ffmpeg-devel On Behalf Of Fu,
> Linjie
> Sent: Saturday, March 28, 2020 23:02
> To: FFmpeg development discussions and patches de...@ffmpeg.org>; myp...@gmail.com
> Subject: Re: [FFmpeg-devel] [PATCH 3/3] lavc/vaapi_encode_h265: add h265
> tile encoding support
>
> From: ffmpeg-devel On Behalf Of Fu,
> Linjie
> Sent: Tuesday, March 24, 2020 10:15
> To: myp...@gmail.com; FFmpeg development discussions and patches
>
> Subject: Re: [FFmpeg-devel] [PATCH 3/3] lavc/vaapi_encode_h265: add h265
> tile encoding support
>
> > Fr
> From: myp...@gmail.com
> Sent: Monday, March 23, 2020 22:44
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Cc: Fu, Linjie
> Subject: Re: [FFmpeg-devel] [PATCH 3/3] lavc/vaapi_encode_h265: add h265
> tile encoding support
>
> On Mon, Mar 23,
On Mon, Mar 23, 2020 at 10:30 PM Linjie Fu wrote:
>
> Default to enable uniform_spacing_flag. Guess level by the tile
> rows/cols. Supported for ICL+ platforms.
>
> Also add documentations.
>
> To encode with 4 rows 2 columns:
> ffmpeg ... -c:v hevc_vaapi -tile_rows 4 -tile_cols 2 ...
>
> Sign
Default to enable uniform_spacing_flag. Guess level by the tile
rows/cols. Supported for ICL+ platforms.
Also add documentations.
To encode with 4 rows 2 columns:
ffmpeg ... -c:v hevc_vaapi -tile_rows 4 -tile_cols 2 ...
Signed-off-by: Linjie Fu
---
doc/encoders.texi | 8 +