mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 13:40:07 -06:00
fixing 10bit for cpu encoding
This commit is contained in:
@@ -147,6 +147,10 @@ public class FfmpegBuilderVideoEncode:FfmpegBuilderNode
|
||||
"-preset", "slow",
|
||||
"-crf", Quality.ToString()
|
||||
});
|
||||
bit10Filters = new[]
|
||||
{
|
||||
"-pix_fmt:v:{index}", "yuv420p10le", "-profile:v:{index}", "main10"
|
||||
};
|
||||
}
|
||||
|
||||
private void H26x_Nvidia(FfmpegVideoStream stream, bool h265)
|
||||
|
||||
Reference in New Issue
Block a user