Re: [FFmpeg-devel] [PATCH 1/3] libaomenc: Add support for tiles

2018-09-09 Thread Mark Thompson
On 09/09/18 23:08, Mark Thompson wrote: > Adds an option to specify the number of tile rows and columns, then uses > equal-sized tiles to fill the frame. > --- > Useful for testing to make arbitrary arrangements of tiles, though the > requirement to set the superblock size for the whole stream at

[FFmpeg-devel] [PATCH 1/3] libaomenc: Add support for tiles

2018-09-09 Thread Mark Thompson
Adds an option to specify the number of tile rows and columns, then uses equal-sized tiles to fill the frame. --- Useful for testing to make arbitrary arrangements of tiles, though the requirement to set the superblock size for the whole stream at the top level rather than letting it be set dynam