MorphOS Developer
Posts: 1331 from 2003/6/16
Quote:
Yasu wrote:
Full HD H264 doesn't work well on my G5, but I've noticed that DivX works very well. Bigger files, yes, but very little usage of CPU, even in full HD.
Is there any way to convert H264 to DivX in MorphOS? I can do that on Windows naturally, but I wanna be able to do this on MorphOS.
First, what is your G5 spec exactly? On a 2.3GHz or more, full hd h264 is most of the time fine. If not, you can uncomment "lavdopts=skiploopfilter=all" option in conf/config to give an additional 20% speedup.
Regarding conversion, mencoder is just fine (and included with mplayer). I could also compile a ffmpeg binary if there's really demand for it, but mencoder does everything ffmpeg does, and more, which is why i usually don't release it.
Converting with mencoder isn't much trouble, that would be something like mencoder yourfile -ovc xvid -oac mp3lame -xvidencopts fixed_quant=2:autoaspect -lameopts q=0:aq=0 -o destfile.avi
Read the doc for more information, of course.