[FFmpeg-user] Batch file to convert
esikcalabrese at verizon.net
esikcalabrese at verizon.net
Thu Sep 27 22:33:31 EEST 2018
Any suggestions in a batch file which would take 2 user defined variables to
convert an audio file? I have drafted the below which so far does not work.
echo off
set /p filename = "Enter Unconverted File Name: "
set /p outputfilename= "Enter Converted File Name: "
cd "c:\ffmpeg\bin"
START ffmpeg -i %filename% %outputfilename:
pause
Kirk Calabrese, MA,CMT, Network+ Certified Professional
IT Consultant
More information about the ffmpeg-user
mailing list