mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-04 17:30:07 -06:00
FF-378: Video attachments are now kept
This commit is contained in:
@@ -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")))
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user