View Single Post
Old 27th January 2009, 22:12   #1  |  Link
wyti
Insane Encoder
 
wyti's Avatar
 
Join Date: Feb 2008
Location: Lausanne (Switzerland)
Posts: 142
X264 bitrate warning

Hi, i'm using x264 rev 1090 and after starting a 2 pass encode I get this warning :

Quote:
x264 [warning]: target: 835.00 kbit/s, expected: 823.17 kbit/s, avg QP: 19.5503
what does this mean ? why do i have this warning ? And what to do ? (the decrease in bitrate isn't really important, but i'm curious)

My settings :
Quote:
x264 --keyint 1500 --min-keyint 2 --bframe 2 --b-adapt 1 --b-pyramid --ref 2 --deblock 1:1 --bitrate 835 --vbv-maxrate 1500 --vbv-bufsize 1500 --qpmin 1 --qpmax 51 --aq-mode 0 --aq-strength 0 --pass 1 --stats x264_stats.log --qcomp 0.66 --direct auto --me dia --subme 5 --psy-rd 0:0 --8x8dct --progress --thread-input --threads auto --non-deterministic -o %Sortie% %Entree%

x264 --keyint 1500 --min-keyint 2 --bframe 2 --b-adapt 1 --b-pyramid --ref 2 --deblock 1:1 --bitrate 835 --vbv-maxrate 1500 --vbv-bufsize 1500 --qpmin 1 --qpmax 51 --aq-mode 0 --aq-strength 0 --pass 2 --stats x264_stats.log --qcomp 0.66 --direct auto --me dia --subme 5 --psy-rd 0:0 --8x8dct --progress --thread-input --threads auto --non-deterministic -o %Sortie% %Entree%
__________________
Only two things are infinite, the universe and human stupidity, and I’m not sure about the former.
wyti is offline   Reply With Quote