Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rem Этот .bat файл конвертирует звуковые файлы из стерео в моно.
- rem Просто кидайте .mp3 файлы на этот файл и он сам всё сделает.
- rem В папке с этим батником должен лежать FFMPEG иначе никак.
- rem Пользуйтесь утырки.
- rem ------------------------------------------------------------
- rem This .bat file converts audio files from stereo to mono.
- rem Just drop the .mp3 file onto this file and it will do its
- rem thing.
- rem You have to have FFMPEG in the same folder as the script.
- %~dp0ffmpeg.exe -i "%~nx1" -ac 1 "MONO-%~nx1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement