Add support for HEVC and client-specified colorspaces

This commit is contained in:
Cameron Gutman
2020-01-19 19:46:45 -08:00
parent 775b50a99b
commit 47df3b231a
7 changed files with 119 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ struct video_t {
int threads; // Number threads used by ffmpeg
std::string profile;
int hevc_mode;
std::string preset;
std::string tune;
};