FF-378: Video attachments are now kept

This commit is contained in:
John Andrews
2023-06-11 17:31:53 +12:00
parent 0649330509
commit e478add969

View File

@@ -144,6 +144,7 @@ namespace FileFlows.VideoNodes.FfmpegBuilderNodes
// FF-378: keep attachments (fonts etc)
ffArgs.AddRange(new[] { "-map", "0:t?", "-c:t", "copy" });
var ffmpeg = FFMPEG;
// string strFfArgs = string.Join(" ", ffArgs);
// if ((strFfArgs.Contains("libaom-av1") || strFfArgs.Contains("libsvtav1")))
// {