PDA

View Full Version : VBVChecker help


jpsdr
22nd June 2010, 08:42
I've try to use VBVChecker, but never succed...

If i put everything to 0, it ask me to input bitrate.
So, if for exemple i've encoded a file with x264 with
a buffer of 30000kb and a max bitrate of 15000kb,
what should i put in the input field ?

:thanks:

Guest
22nd June 2010, 11:46
You can use:

Buffer Size: 30000000
Initial Fill: 27000000
Bitrate: 15000000

You cannot automatically determine both buffer size and bitrate.

Your buffer appears unnecessarily large.

jpsdr
23rd June 2010, 11:02
Thanks.
Question : Is it normal that, if i check the "strict" option, the program output immediately an error on the stream, but if i don't chek it, the whole stream is fine ?
Stream encoded with x264, with all the options necessary to produce a Blu-Ray compliant stream, and parameters mentionned before. (I wanted to check strict compliancy).
(BTW, have you planed an x64 version of VBVChecker ?)

Guest
23rd June 2010, 12:11
Question : Is it normal that, if i check the "strict" option, the program output immediately an error on the stream, but if i don't chek it, the whole stream is fine ? Yes. Strict requires padding, which is rarely done.

(BTW, have you planed an x64 version of VBVChecker ?) No.