/ Published in: DOS Batch
Useful command for converting MTS to AVI. Also works well for other file types.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Multiple files: Single file: ffmpeg.exe -i "[INPUT FILE NAME]" -vcodec libxvid -s 848x480 -maxrate 4800k -b 4000k -qmin 3 -qmax 5 -bufsize 4096 -acodec libmp3lame -ac 2 -ab 160k -y "[OUTPUT FILE NAME]"