FF-1536: Redeveloped Image Plugin

This commit is contained in:
John Andrews
2024-05-10 17:53:09 +12:00
parent 5fc95f0510
commit e1bf31080d
24 changed files with 710 additions and 953 deletions
@@ -52,6 +52,9 @@ public class FfmpegSubtitleStream : FfmpegStream
}
}
if (destCodec == "copy" && Stream.Codec == "webvtt")
destCodec = "webvtt"; // FF-1534: webvtt issue
List<string> results= new List<string> { "-map", Stream.InputFileIndex + ":s:{sourceTypeIndex}", "-c:s:{index}", destCodec };
if (string.IsNullOrWhiteSpace(this.Title) == false)