<div>This is what I use to create my flash files for streaming to the Net...</div>
<div>ffmpeg -y -i $directory/$file -r 20 -s 360x240 -deinterlace -ar 22050 $directory/$file.flv</div>
<div> </div>
<div>They are pretty good quality, but I'm wondering what I could do to make it a "little" better. It's kind of blocky, and motion is pretty bad.</div>
<div> </div>
<div>Any ideas on some changes I could try?</div>