2006-04-16, 06:19 PM
Why does this not work?
(text is wrapped...)
start /low /wait "C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg.exe" -y -i "%~dpn1.mpg" -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b %Bitrate% -vtag XVID "%~dpn1.avi"
The batch file is passed a valid filespec and the variable is set to 1400...
If I remove 'start /low /wait' from the line it runs fine, but with it, there's an error about not recognizing the -y (the first item outside the first closed quotes) which I'm guessing means the 'start /low /wait ' command doesn't see beyond the first closed quotes...
Is there someway to close the whole phrase in quotes or brackets or something?
Thanks
(text is wrapped...)
start /low /wait "C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg.exe" -y -i "%~dpn1.mpg" -f avi -ab 224 -ac 2 -acodec mp3 -vcodec mpeg4 -b %Bitrate% -vtag XVID "%~dpn1.avi"
The batch file is passed a valid filespec and the variable is set to 1400...
If I remove 'start /low /wait' from the line it runs fine, but with it, there's an error about not recognizing the -y (the first item outside the first closed quotes) which I'm guessing means the 'start /low /wait ' command doesn't see beyond the first closed quotes...
Is there someway to close the whole phrase in quotes or brackets or something?
Thanks
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]