updaetd default value for ffmpeg

This commit is contained in:
John Andrews
2022-03-09 21:59:15 +13:00
parent 8eba6a54ef
commit 64610c8b2d

View File

@@ -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; }