mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-18 15:18:27 -06:00
FF-1561: Trying vpp_qsv filter hw decoder
This commit is contained in:
@@ -266,6 +266,8 @@ public class FfmpegBuilderExecutor: FfmpegBuilderNode
|
||||
List<string> encodingParameters = new ();
|
||||
if (video?.EncodingParameters?.Any() == true)
|
||||
{
|
||||
encodingParameters.Add("-map");
|
||||
encodingParameters.Add("0:v:" + video.Stream.TypeIndex);
|
||||
encodingParameters.Add("-c:v:" + video.Stream.TypeIndex);
|
||||
encodingParameters.AddRange(video.EncodingParameters);
|
||||
if (video.Filter?.Any() == true)
|
||||
|
||||
Reference in New Issue
Block a user