<br><br><div class="gmail_quote">2011/8/31 ±èÈñ¼÷ <span dir="ltr"><<a href="mailto:hskim095@naver.com">hskim095@naver.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="font-size:10pt;font-family:gulim,Gulim,AppleGothic,sans-serif"><p>Hi All,</p>
<p> </p>
<p>I'm testing FFMPEG performance with libx264 for H.264 encoding.</p>
<p>I found there may 2 or 3 seconds delay on receiving PC.</p>
<p> </p>
<p>The command is as follows:</p>
<p>ffmpeg -r 30 -f vfwcap -s 1280x720  -i 0 -vcodec libx264 -b 2000k -minrate 1000k -coder 0 -flags +loop+cgop -cmp +chroma -partitions -parti8x8+parti4x4+partp8x8-partp4x4-partb8x8 -me_method dia -subq 3 -me_range  24 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -directpred 1 -flags2 +fastpskip -refs 6 -subq 5 -f rtp rtp://<a href="http://192.168.1.100:40000" target="_blank">192.168.1.100:40000</a></p>

<p> </p>
<p>I also tested cif resolution and I got same result, 2 or 3 seconds delay.</p>
<p>I captured the rtp packets and I found there is no many packets to be sent on receiving side.</p>
<p> </p>
<p>In general, how many packets to be sent under <a href="mailto:1280x720@30fps" target="_blank">1280x720@30fps</a>?</p>
<p> </p>
<p>the decoding picture quality was good but there was delay.</p>
<p> </p>
<p>I wonder there is missing point on above command or something.</p>
<p> </p>
<p>Please advise something to me.</p>
<p> </p>
<p>Thanks</p>
<p>hsk</p></div></div>
                                                                                           
<img border="0" width="0" height="0"><br>_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br></blockquote></div><br><div><br></div><div><br></div><div>HOW ARE YOU CALCULATING THE DELAY ??<br>PLEASE SPECIFY ELABORATELY</div>