mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-09 11:29:31 -05:00
updating where -strict -2 is added
This commit is contained in:
@@ -40,7 +40,11 @@ namespace FileFlows.VideoNodes
|
||||
if (dontAddOutputFile == false)
|
||||
{
|
||||
if (arguments.Last() != "-")
|
||||
{
|
||||
// strict -2 needs to be just before the output file
|
||||
arguments.AddRange(new[] { "-strict", "-2" }); // allow experimental stuff
|
||||
arguments.Add(output);
|
||||
}
|
||||
else
|
||||
Logger.ILog("Last argument '-' skipping adding output file");
|
||||
}
|
||||
|
||||
@@ -104,7 +104,6 @@ namespace FileFlows.VideoNodes.FfmpegBuilderNodes
|
||||
else
|
||||
model.InputFiles[0] = args.WorkingFile;
|
||||
|
||||
startArgs.AddRange(new[] { "-strict", "-2" }); // allow experimental stuff
|
||||
startArgs.AddRange(new[] { "-fflags", "+genpts" }); //Generate missing PTS if DTS is present.
|
||||
|
||||
startArgs.AddRange(new[] {
|
||||
|
||||
Reference in New Issue
Block a user