<div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif">Hi guys,</div><div class="gmail_default" style="font-family:georgia,serif"><br></div><div class="gmail_default" style="font-family:georgia,serif">I'm encoding videos target a max average bitrate and want to achieve good encoding quality.</div><div class="gmail_default" style="font-family:georgia,serif"><br></div><div class="gmail_default" style="font-family:georgia,serif">When I use</div><div class="gmail_default" style="font-family:georgia,serif"><br></div><div class="gmail_default" style="font-family:georgia,serif">ffmpeg.exe -i a.mp4 -c:v mpeg4  -profile:v 15 -vtag DIVX -bufsize 3080000  -maxrate 8000000 -bt 8000000  -an   a.avi (so that maxbitrate will be 8000kbps), in this case I get a.avi with 246kbps while the input is 727kbps. But the video quality is not as good as input.</div><div class="gmail_default" style="font-family:georgia,serif"><br></div><div class="gmail_default" style="font-family:georgia,serif">Then I added -q:v 5 into above command, the result avi has a bitrate of 1029kbps so the quality is much better than the first one.</div><div class="gmail_default" style="font-family:georgia,serif"><br></div><div class="gmail_default" style="font-family:georgia,serif">So my questions are:</div><div class="gmail_default" style="font-family:georgia,serif">1. for mpeg4 encoder,<font color="#ff0000"> what qscale value</font> is good enough to keep same quality as input?</div><div class="gmail_default" style="font-family:georgia,serif">2. if -q:v, -maxrate -bt are used together,  <font color="#ff0000">no matter what qscale value specified, bitrate will be guaranteed to be below maxrate?</font></div><div class="gmail_default" style="font-family:georgia,serif"><br></div><div class="gmail_default" style="font-family:georgia,serif">Thanks </div><div class="gmail_default" style="font-family:georgia,serif"><br></div><div class="gmail_default" style="font-family:georgia,serif"><br></div></div>