| User review:
|
Hmm, didn't try it. Wondering why use this over
(1) ffmpeggui - maybe because it isn't updated that often
(2) a simple ffmpeg command line in a baych file with parameters (2 channel in this case)_
"C:SOFTWAREffmpegffmpeg.exe" -i "%InputAVI%" -ab 192k -ar 48000 -ac 2 -acodec ac3 -y "%OutputAC3%"
? |