Can anyone help me converting videos with Mencoder and FlvTool2? I tried it with ffmpeg, but the video quality is very poor and pixelated. I would be willing to hire someone to code me the script as well.
On picturepush.com we use; `ffmpeg -i "$src" -f flv -ar 44100 -ab 32 -b 512000 -s 320x240 -aspect 4:3 "$dest"`; which seems to be fine actually. We used mencoder before but it had less features and was less flexible.