FF-1785: Created a track remover based on the TrackSelectorFlowElement.cs

This commit is contained in:
John Andrews
2024-09-26 13:56:29 +12:00
parent fac046473d
commit 21793b578d
2 changed files with 3 additions and 1 deletions
@@ -18,6 +18,8 @@ public class FfmpegBuilderTrackRemover: TrackSelectorFlowElement<FfmpegBuilderT
/// <inheritdoc />
protected override string AutomaticLabel => "All";
/// <inheritdoc />
protected virtual string CustomLabel => "Matching";
/// <summary>
/// Gets or sets the stream types to remove
+1 -1
View File
@@ -331,7 +331,7 @@
"StreamType": "Type",
"StreamType-Help": "The type of tracks to reorder in the FFMPEG Builder",
"CustomTrackSelection": "Remove",
"TrackSelectionOptions": "Matching",
"TrackSelectionOptions": ,
"TrackSelectionOptionsKey": "Property",
"TrackSelectionOptionsValue": "Value"
}