<div><span class="gmail_quote">On 5/14/07, <b class="gmail_sendername">Asher</b> &lt;<a href="mailto:freedenizen@gmail.com">freedenizen@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 5/13/07, Trey Thompson &lt;<a href="mailto:treythompson@gmail.com">treythompson@gmail.com</a>&gt; wrote:
<br>&gt; This is what I use to create my flash files for streaming to the Net...<br>&gt; ffmpeg -y -i $directory/$file -r 20 -s 360x240 -deinterlace -ar 22050<br>&gt; $directory/$file.flv<br>&gt;<br>&gt; They are pretty good quality, but I&#39;m wondering what I could do to make it a
<br>&gt; &quot;little&quot; better.&nbsp;&nbsp;It&#39;s kind of blocky, and motion is pretty bad.<br>&gt;<br>&gt; Any ideas on some changes I could try?<br><br>The SVN version of mythweb supports on the fly creation of flv files<br>
for streaming and includes a nice GPL&#39;d flashplayer.&nbsp;&nbsp;The ffmpeg<br>command it uses is:<br>ffmpeg -y -i $filename -s 320x240 -r 24 -f flv -ar 11025 -ab 64k -b 256k<br><br>Seems pretty good to me, in the end it kinda depends on your upstream
<br>bandwidth from your server, if you had a fat pipe you could adjust the<br>bitrate up and get better quality<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div>
<div><br>Interesting!&nbsp; Do you know which version?&nbsp; I just updated a couple of weeks ago to:</div>
<div>Library API version&nbsp;&nbsp;&nbsp;&nbsp; : 0.20.20070327-1<br>Source code version&nbsp;&nbsp;&nbsp;&nbsp; : 13320<br>Network Protocol Version: 34<br>Options compiled in:<br>&nbsp;linux release using_v4l using_oss using_alsa using_arts using_ivtv using_dbox2 using_hdhr using_iptv using_live using_lirc using_joystick_menu using_x11 using_xv using_xrandr using_frontend using_backend using_bindings_perl
</div>