export: allow users to override the thread count

This commit is contained in:
itsmattkc
2020-04-30 17:19:43 +10:00
parent aecfa842c3
commit ce42388d68
10 changed files with 141 additions and 15 deletions
+2
View File
@@ -531,6 +531,8 @@ ExportParams ExportDialog::GenerateParams() const
params.EnableVideo(video_render_params,
video_codec.id());
params.set_video_threads(video_tab_->threads());
video_tab_->GetCodecSection()->AddOpts(&params);
params.set_color_transform(video_tab_->CurrentOCIOColorSpace());