<div><span class="gmail_quote">On 5/14/07, <b class="gmail_sendername">Asher</b> <<a href="mailto:freedenizen@gmail.com">freedenizen@gmail.com</a>> 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 <<a href="mailto:treythompson@gmail.com">treythompson@gmail.com</a>> wrote:
<br>> This is what I use to create my flash files for streaming to the Net...<br>> ffmpeg -y -i $directory/$file -r 20 -s 360x240 -deinterlace -ar 22050<br>> $directory/$file.flv<br>><br>> They are pretty good quality, but I'm wondering what I could do to make it a
<br>> "little" better. It's kind of blocky, and motion is pretty bad.<br>><br>> 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'd flashplayer. 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! Do you know which version? I just updated a couple of weeks ago to:</div>
<div>Library API version : 0.20.20070327-1<br>Source code version : 13320<br>Network Protocol Version: 34<br>Options compiled in:<br> 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>