You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Update src/FFmpegWriter.cpp
Thanks for fixing that Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
This commit is contained in:
@@ -1254,7 +1254,7 @@ AVStream *FFmpegWriter::add_video_stream() {
|
||||
}
|
||||
else if (strstr(info.vcodec.c_str(), "aom") != NULL) {
|
||||
// Set number of tiles to a fixed value
|
||||
// TODO Let user choose number of tiles
|
||||
// TODO: Allow user to chose their own number of tiles
|
||||
av_opt_set_int(c->priv_data, "tile-rows", 1, 0); // log2 of number of rows
|
||||
av_opt_set_int(c->priv_data, "tile-columns", 2, 0); // log2 of number of columns
|
||||
av_opt_set_int(c->priv_data, "row-mt", 1, 0); // use multiple cores
|
||||
|
||||
Reference in New Issue
Block a user