<div class="gmail_quote">On Dec 21, 2007 9:23 PM, Mitch Gore &lt;<a href="mailto:mitchell.gore@gmail.com">mitchell.gore@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="Wj3C7c">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 class="gmail_quote">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div>
<div class="Wj3C7c">
<div><br>_______________________________________________ <br></div></div></div></blockquote>
<div><br>Does anyone know how to change the quality?&nbsp; I think my internet connection could stream a better video.&nbsp; </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">http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html</a></div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="gmail_quote">
<div><span id=""></span><br>2.&nbsp; can fastforward (wouldnt be nessesary if 1 existed)<br></div></div></blockquote>
<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>