mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-01 19:50:59 -06:00
updaetd default value for ffmpeg
This commit is contained in:
@@ -9,7 +9,7 @@ namespace FileFlows.VideoNodes
|
||||
{
|
||||
public override int Outputs => 1;
|
||||
|
||||
[DefaultValue("-i {WorkingFile} {TempDir}output.mkv")]
|
||||
[DefaultValue("-i {WorkingFile} {Output}")]
|
||||
[TextArea(1)]
|
||||
[Required]
|
||||
public string CommandLine { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user