[FFmpeg-user] Batch file to convert

Michael Koch astroelectronic at t-online.de
Thu Sep 27 23:30:15 EEST 2018


Am 27.09.2018 um 21:33 schrieb esikcalabrese at verizon.net:
> 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
>
>   

after outputfilename, replace : by %

Michael



More information about the ffmpeg-user mailing list