2009-07-25, 03:20 AM
Does any Linux user know a good method of converting videos captured of MapleStory using Fraps, into files that will be good quality on YouTube?
Currently I'm doing this (which I cribbed from some web site):
This takes a few seconds and results in a very nice and small file; it looks good when I play it before uploading, but it looks pretty bad on YouTube. I know I have seen YouTube videos of Maple where they look almost as good as the native game, when viewed at full size and/or high quality... and mine definitely do not measure up to that.
The reason I want to do this on Linux instead of the Vista machine where I'm capturing the video is that my Linux box has much more processor power and hard disk space than the laptop. I only have room for a few minutes of raw Fraps files so I transfer them to the "big" machine as soon as possible. I want to process them and upload from there.
I love mplayer as a movie player but I really am a nub when it comes to encoding. Can anyone give me a clue?
Currently I'm doing this (which I cribbed from some web site):
Code:
mencoder INfilename -o OUTfilename.avi -ovc x264 -x264encopts threads=3:bitrate=1500:pass=1
mencoder INfilename -o OUTfilename.avi -ovc x264 -x264encopts threads=3:bitrate=1500:pass=2This takes a few seconds and results in a very nice and small file; it looks good when I play it before uploading, but it looks pretty bad on YouTube. I know I have seen YouTube videos of Maple where they look almost as good as the native game, when viewed at full size and/or high quality... and mine definitely do not measure up to that.
The reason I want to do this on Linux instead of the Vista machine where I'm capturing the video is that my Linux box has much more processor power and hard disk space than the laptop. I only have room for a few minutes of raw Fraps files so I transfer them to the "big" machine as soon as possible. I want to process them and upload from there.
I love mplayer as a movie player but I really am a nub when it comes to encoding. Can anyone give me a clue?


As if that weren't bad enough, YouTube apparently can't handle the Fraps codec, so I have to convert it to something else anyway.
I'll check those out, but for now I wanted to post up what I've found that seems to work well enough for my needs.