This is as days pass by, by Stuart Langridge

And this is Encoding an SVCD to an Archos PMA400-playable XviD file, written , and concerning Archos, Howtos

I need to do this, so I’m documenting it here.
mencoder -ovc xvid -xvidencopts bitrate=1000 -oac mp3lame -lameopts preset=medium -o ww1.divx.avi vcd://
I don’t have the aspect ratio quite right, and I think therefore that the video needs resizing, but that can wait for another day.

Comments

Bill

I think it’s something like “-vf scale:xxx,yyy”

Bill

You’d also be better off sticking a mode=3 in the lameopts bit too, to make it mono, unless you need stereo. (I dont know what ‘medium’ does, but 96 k should also be plenty for your needs). Might save you a little bit of space which is better used to up the bit rate on the video. (1000 is pretty high though)

sil

Ah, cool. That’s useful. I’m a total novice when it comes to this stuff :)

sil

Looks like the winning formula is actually:
mencoder [input-file] -oac mp3lame -lameopts cbr:preset=128 -ovc lavc -lavcopts mbd=2:vcodec=mpeg4:vbitrate=800 -o output-file.archos.avi -vop scale=320:240

sil

Xalior suggests:

/usr/bin/mencoder "$1" -o "PMA_$1" -ovc xvid -oac mp3lame -xvidencopts bitrate=500 -vf scale=320:240 -ofps 24

This website belongs to Stuart Langridge. Contact details are available. Don't eat yellow snow. Valid HTML5, at least in theory, except for the bits that aren't because I'm that futuristic that I'm ahead of the spec, oh yes. HTML5 help from Bruce Lawson, among others. Fonts from the superb FontSquirrel. End.