<span></span>On Dec 21, 2007 4:48 PM, Nick F &lt;<a href="mailto:nikos.f@gmail.com">nikos.f@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div class="Ih2E3d">On Dec 21, 2007 9:23 PM, Mitch Gore &lt;<a href="mailto:mitchell.gore@gmail.com" target="_blank">mitchell.gore@gmail.com</a>&gt; wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
<div>
<div></div>
<div>Since most of my recordings are in 16:9 ratio, I manually hacked it in: /mythweb/modules/stream/handler.pl lines 135 and 144 to get it playing back 16:9.&nbsp; I have the reverse problem now of course with 4:3 recordings -but that&#39;s less of a problem for me. 
<br></div></div>
</div><div class="gmail_quote">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<div>
<div><br>_______________________________________________ <br></div></div></div></blockquote><div class="Ih2E3d">
<div><br>Does anyone know how to change the quality?&nbsp; I think my internet connection could stream a better video.&nbsp; </div></div></div></blockquote>
<div>&nbsp;</div>
<div>In the ffmpeg line (144) ffmpeg -y -i $filename -s 320x240 -r 24 -f flv -ac 2 -ar 11025 -ab 64k -b 256k /dev/stdout</div>
<div>&nbsp;</div>
<div>you should be able to tweak the quality settings - e.g. increasing the size from 320x240 and upping the bitrate of the video (the -r option)</div>
<div>&nbsp;</div>
<div>I use for higher quality&nbsp;: ffmpeg -y -i $filename -s 480x320 -r 25 -f flv -ac 2 -ar 11025 -aspect ratio 16:9&nbsp;-ab 128k -b 400k /dev/stdout</div>
<div>&nbsp;</div>
<div>There&#39;s a whole list here: <a href="http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html" target="_blank">http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html</a></div><div class="Ih2E3d">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
<div class="gmail_quote">
<div><span></span><br>2.&nbsp; can fastforward (wouldnt be nessesary if 1 existed)<br></div></div></blockquote></div>
<div>I find if you increase the buffer size in flash player, you can use the flash controls to go forward (only by as much as in the buffer)</div></div>
<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" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br></blockquote></div><br><br>I dont see where i can increase the buffer size.&nbsp; Where is it?&nbsp; Windows and Linux if you know.<br><br>Thanks,<br>Mitchell<br>