当我尝试使用以下参数进行转换时:
mediaItem.OutputFormat.VideoProfile = new MainVC1VideoProfile()
{
Size = new System.Drawing.Size(1920, 1200),
Bitrate = new VariableQualityBitrate(75),
Complexity = VideoComplexity.Normal,
FrameRate = 1,
KeyFrameDistance = TimeSpan.FromSeconds(20)
};
我收到以下错误:
此配置文件的组合宽度、高度和帧速率太高。
谁能帮助我并告诉我每个配置文件的限制是什么?
SimpleVC1VideoProfile
MainVC1VideoProfile
AdvancedVC1VideoProfile