Skip to content

av1enc: Add tile-{columns-rows} properties

Wonchul Lee requested to merge wonchul/gst-plugins-bad:av1_mt into master

This is for maximizing CPU utilization. The AV1 allows an input image frame to be partitioned into the separate vertical or horizontal tile which can be encoded or decoded independently. The tile-columns/rows will help to encode/decode parallel and much faster than the default configuration. It also includes a change to enable row-mt(row-based multi-threading configuration) by default which can enhance encoding speed.

Merge request reports