Here is what I am using so far:
#!/bin/sh
mencoder -forceidx \
-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames \
-of lavf -ffourcc FLV1 \
-oac mp3lame -lameopts abr:br=56 -srate 22050 \
-ovc lavc \
-lavcopts vcodec=flv:vbitrate=250:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 \
-vf scale=360:240 \
-o $1.flv $1
UPDATE (07-05-2008):
Recent comments
2 weeks 1 day ago
12 weeks 12 hours ago
29 weeks 3 days ago
34 weeks 15 hours ago
42 weeks 18 hours ago
47 weeks 14 hours ago
47 weeks 1 day ago
49 weeks 1 day ago
1 year 45 weeks ago
1 year 45 weeks ago