[MPlayer-users] iPhone video conversion.

info at danielerossi.net info at danielerossi.net
Wed Aug 15 01:12:22 CEST 2007


> In this thread:
> http://lists.mplayerhq.hu/pipermail/mplayer-docs/2007-January/008816.html
> a contributor posted a patch to detail how to create ipod-compatible
> files, but never fixed all the issues we found with his contribution
> to get this patch merged.
maybe out of topic but useful:
I don't use for this task mencoder but ffmpeg, it works perfectly!
ITunes load the videos without any problem. It's *very *fast as well:

ffmpeg -acodec aac -ab 128kb -s 320x240 -vcodec mpeg4 -qscale 5 -mbd 2 
-flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -title %1 %1.mp4 -i %1

you don't need any additional program to merge audio and video stream.
(I use as a script: edit variable %1 for your system if different from 
winxp or substitute it with "yourfilename".
you may also edit "-qscale")

daniele



More information about the MPlayer-users mailing list