On 04/01/13 07:55, Jim wrote:
> F18/Kde
>
> How can one convert MKV videos to MP2-4 ?
>
> What app will do it ?

GUI or command line?

Miro for GUI
ffmpeg for command line

I use....

/usr/bin/ffmpeg -i $1 -acodec aac -ab 96k -vcodec libx264 -preset slow -f mp4 
-crf 22 -strict experimental $1.mp4

in a script

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