Finetuning options for ProRes and VP8 encoders to achieve reasonable

performance and quality. Added MultipleJpeg recording profile.
This commit is contained in:
brunoherbelin
2020-07-27 22:11:47 +02:00
parent c788187e3b
commit 5010ec85cd
4 changed files with 64 additions and 18 deletions

View File

@@ -54,6 +54,9 @@ namespace SystemToolkit
// true of file exists
bool file_exists(const std::string& path);
bool create_directory(const std::string& path);
// try to open the file with system
void open(const std::string& path);