MKV --> h.264 MP4
#1
Hello,

Is there a way (on a ubuntu computer) to convert movies so I can be sure that they work on an appletv.

Harold
Reply
#2
I'm not sure if this is the right way (or if it even does what you want) but mencoder should be able to do it:

Code:
mencoder -ovc copy -oac copy -o output.mp4 input.mkv
Reply

Logout Mark Read Team Forum Stats Members Help
MKV --> h.264 MP40