Change threads option to min_threads

This commit is contained in:
Cameron Gutman
2020-01-20 17:23:57 -08:00
parent 6f3927b6ae
commit 460a45268b
4 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ struct video_t {
int crf; // higher == more compression and less quality
int qp; // higher == more compression and less quality, ignored if crf != 0
int threads; // Number threads used by ffmpeg
int min_threads; // Minimum number of threads/slices for CPU encoding
int hevc_mode;
std::string preset;