mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-12 15:21:10 -05:00
making FfmpegBuilderSubtitleTrackRemover obsolete
This commit is contained in:
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.
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.
Binary file not shown.
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.
Reference in New Issue
Block a user