<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>&nbsp;</div>
<div>They are pretty good quality, but I&#39;m wondering what I could do to make it a &quot;little&quot; better.&nbsp; It&#39;s kind of blocky, and motion is pretty bad.</div>
<div>&nbsp;</div>
<div>Any ideas on some changes I could try?</div>