mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-12 15:38:38 -05:00
FF-1785: Created a track remover based on the TrackSelectorFlowElement.cs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user