mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-08 07:19:07 -05:00
FF-1536: Redeveloped Image Plugin
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user