FF-124 - added more bitrate options to add audio track

This commit is contained in:
John Andrews
2022-06-19 11:10:58 +12:00
parent 64c37b0e1c
commit 3eaf1795a6
3 changed files with 8 additions and 9 deletions

View File

@@ -13,6 +13,8 @@ namespace FileFlows.BasicNodes.File
public override FlowElementType Type => FlowElementType.Process;
public override string Icon => "fas fa-file-export";
public override string HelpUrl => "https://docs.fileflows.com/plugins/basic-nodes/move-file";
[Required]
[Folder(1)]
public string DestinationPath { get; set; }