mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-21 10:09:48 -06:00
fixing main10 for qsv hevc
This commit is contained in:
@@ -287,7 +287,9 @@ public partial class FfmpegBuilderVideoEncode:FfmpegBuilderNode
|
||||
if (qsv)
|
||||
{
|
||||
parameters.AddRange(bit10Filters ?? new []
|
||||
{ "-vf", "scale_qsv=format=p010le" });
|
||||
{
|
||||
"-profile:v", "main10", "-vf", "scale_qsv=format=p010le"
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user