On 04/02/13 09:00, Jim wrote:
How would I Insert the bob.mkv in the line below ?
/usr/bin/ffmpeg -i $1 -acodec aac -ab 96k -vcodec libx264 -preset slow -f mp4 -crf 22 -strict experimental $1.mp4
I tried to use Miro but it just keeps CRASHING.
/usr/bin/ffmpeg -i bob.mkv acodec aac -ab 96k -vcodec libx264 -preset slow -f mp4 -crf 22 -strict experimental bob.mp4
man ffmpeg
NAME ffmpeg - ffmpeg video converter
SYNOPSIS ffmpeg [global options] [[infile options][-i infile]]... {[outfile options] outfile}...