Frame Dumping: Change lossless codec from FFV1 to Ut Video.

Ut Video is faster and more compatible with editing programs, but produces larger files.
This commit is contained in:
TryTwo
2024-12-30 12:38:33 -07:00
parent f9ce2b9d76
commit 3d248d000f
7 changed files with 17 additions and 15 deletions

View File

@ -193,7 +193,7 @@ struct VideoConfig final
bool bDumpEFBTarget = false;
bool bDumpXFBTarget = false;
bool bDumpFramesAsImages = false;
bool bUseFFV1 = false;
bool bUseLossless = false;
std::string sDumpCodec;
std::string sDumpPixelFormat;
std::string sDumpEncoder;