Skip to content
Snippets Groups Projects
Commit 10dc11a4 authored by Simpel's avatar Simpel
Browse files

fix: closing quote after output path


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 55d11138
No related branches found
Tags 1.0.0.6
No related merge requests found
......@@ -3,7 +3,7 @@
#AutoIt3Wrapper_UseX64=n
#AutoIt3Wrapper_Res_Comment=Swaps audio tracks in mxf files.
#AutoIt3Wrapper_Res_Description=Swaps audio tracks in mxf files.
#AutoIt3Wrapper_Res_Fileversion=1.0.0.6
#AutoIt3Wrapper_Res_Fileversion=1.0.0.7
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=p
#AutoIt3Wrapper_Res_LegalCopyright=Conrad Zelck
#AutoIt3Wrapper_Res_SaveSource=y
......@@ -644,7 +644,7 @@ Func _ReWrap()
For $i = 1 To UBound($g_aRouting) -1
$sSuffix &= '_' & $i & '-' & StringRegExpReplace(StringRegExpReplace($g_aRouting[$i], "\d:", ""), '[\[\]"]', "")
Next
$sSuffix &= '.mxf'
$sSuffix &= '.mxf"'
$sCommand &= ' "' & @TempDir & '\' & _StripFileExtension(_FileName($g_sMXFFile)) & $sSuffix
ConsoleWrite("$command: " & $sCommand & @CRLF)
_runFFmpeg('ffmpeg ' & $sCommand, $sPathFFmpeg, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment