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}...


-- 
From now on, at least during winter time, Im going to blame all spelling an 
grammar erros on the cat sitting on my chest every time I sit down at the 
computer....
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to