:a if "%~1"=="" goto:eof ffmpeg.exe -y -i "%~1" -threads 0 -vcodec copy -acodec ac3 -ab 448k -async 1 -f mpegts "%~n1_new.mpg" shift goto :a