mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-22 03:09:28 +01:00
Add EXR output support (BRG/BRGA 32-bit float)
This commit is contained in:
@@ -89,6 +89,12 @@ namespace Flowframes.Main
|
||||
string extraArgsIn = await FfmpegEncode.GetFfmpegExportArgsIn(s.outFps, s.outItsScale);
|
||||
string extraArgsOut = await FfmpegEncode.GetFfmpegExportArgsOut(fpsLimit ? maxFps : new Fraction(), extraData, s.outSettings);
|
||||
|
||||
if(s.outSettings.Encoder == Enums.Encoding.Encoder.Exr)
|
||||
{
|
||||
extraArgsIn += " -color_trc bt709 -color_primaries bt709 -colorspace bt709";
|
||||
}
|
||||
|
||||
|
||||
if (ffplay)
|
||||
{
|
||||
bool useNutPipe = true; // TODO: Make this bool a config flag
|
||||
|
||||
Reference in New Issue
Block a user