View previous topic :: View next topic |
Author |
Message |
Cr0t l33t


Joined: 27 Apr 2002 Posts: 945 Location: USA
|
Posted: Sun May 09, 2010 12:48 am Post subject: unable to convert mkv video to ipod format |
|
|
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 |
|
Back to top |
|
 |
PraetorZero Apprentice


Joined: 11 Dec 2004 Posts: 239 Location: /home
|
Posted: Sun May 09, 2010 1:52 am Post subject: |
|
|
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 |
|
 |
Cr0t l33t


Joined: 27 Apr 2002 Posts: 945 Location: USA
|
Posted: Sun May 09, 2010 2:02 am Post subject: |
|
|
I don't really like handbreak. _________________ cya |
|
Back to top |
|
 |
|