mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 21:30:05 -06:00
FF-162 - updated qsv to use global_quality
This commit is contained in:
@@ -190,7 +190,7 @@ public class FfmpegBuilderVideoEncode:FfmpegBuilderNode
|
||||
}
|
||||
stream.EncodingParameters.AddRange(new[]
|
||||
{
|
||||
"-qp", Quality.ToString(),
|
||||
"-global_quality", Quality.ToString(),
|
||||
"-preset", "slower",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user