making FfmpegBuilderSubtitleTrackRemover obsolete

This commit is contained in:
John Andrews
2022-06-15 00:25:07 +12:00
parent 9072d32905
commit 4867116815
29 changed files with 11 additions and 1 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -6,7 +6,17 @@ public class FfmpegBuilderSubtitleTrackRemover : FfmpegBuilderNode
public override string Icon => "fas fa-comment";
public override int Outputs => 2;
public override int Outputs => 2;
/// <summary>
/// This node is obsolete
/// </summary>
public override bool Obsolete => true;
/// <summary>
/// Gets the obsolete message
/// </summary>
public override string ObsoleteMessage => "This node has been merged into FFMPEG Builder: Track Remover.";
[TextVariable(1)]
Binary file not shown.
Binary file not shown.