Number of threads used by ffmeg configurable

This commit is contained in:
loki
2019-12-06 21:41:30 +01:00
parent d0f0e0b239
commit e308f96abb
4 changed files with 10 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ struct video_t {
int gop_size;
int crf; // higher == more compression and less quality
int threads; // Number threads used by ffmpeg
std::string profile;
std::string preset;
std::string tune;