Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
unable to convert mkv video to ipod format
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Cr0t
l33t
l33t


Joined: 27 Apr 2002
Posts: 945
Location: USA

PostPosted: Sun May 09, 2010 12:48 am    Post subject: unable to convert mkv video to ipod format Reply with quote

Code:
ffmpeg -i $line -acodec libfaac -ab 128k -s 320x240 -vcodec libx264 -vpre slow -vpre ipod320 -b 768k -bt 768k -threads 0 -f ipod -metadata title="$line" $line.mp4 < /dev/null
That's the line, which I use in my script. It works just fine with xvid/divx files, but doesn't work with any of the MKV files.
_________________
cya
    ©®0t
Back to top
View user's profile Send private message
PraetorZero
Apprentice
Apprentice


Joined: 11 Dec 2004
Posts: 239
Location: /home

PostPosted: Sun May 09, 2010 1:52 am    Post subject: Reply with quote

While ffmpeg is great, can I recommend using Handbrake?

I've yet to have an converting to ipod compatible formats.

Code:

HandBrakeCLI  -Z "iPhone & iPod Touch" -i input.mkv -o output.mp4


Ebuild is here. Emerge without the gtk flag if you only need it to work via whatever script you're using.
_________________
What's the worst that can happen?
Back to top
View user's profile Send private message
Cr0t
l33t
l33t


Joined: 27 Apr 2002
Posts: 945
Location: USA

PostPosted: Sun May 09, 2010 2:02 am    Post subject: Reply with quote

I don't really like handbreak.
_________________
cya
    ©®0t
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum