<div dir="ltr">AV Crew,<div><br></div><div>So I got motivated:</div><div><br></div><div><div>VBR="2500k"                                    </div><div>FPS="25"                                       </div><div>QUAL="medium"                                  </div><div>YOUTUBE_URL="rtmp://<a href="http://a.rtmp.youtube.com/live2">a.rtmp.youtube.com/live2</a>"</div><div>SOURCE=$1</div><div>KEY="goes_here"</div><div><br></div><div>avconv \</div><div>    -i "$SOURCE" -deinterlace \</div><div>    -vcodec libx264 -pix_fmt yuv420p -vf scale=-1:480 -preset $QUAL -r $FPS -g $(($FPS * 2)) -b:v $VBR \</div><div>    -acodec libmp3lame -ar 44100 -threads 6 -qscale 3 -b:a 712000 -bufsize 512k \</div><div>    -f flv "$YOUTUBE_URL/$KEY"</div><div><br></div><div>I'm currently streaming a conference video to youtube and watching it back on youtube. It works pretty good!</div><div><br></div><div>Leon</div><div><div class="gmail_signature"><div dir="ltr"><div>--<br>DRM 'manages access' in the same way that jail 'manages freedom.'<br></div></div></div></div>
</div></div>