radius
10th January 2011, 16:33
Hi,
I've been looking for this problem in older posts and I can't find a way to fix it,
I want to encode a blu-ray compatible stream and get it muxed in Scenarist, for some reason it will always pop an underflow error because of the video (tried without audio too),
I tested the method from http://sites.google.com/site/x264bluray/home :
x264 --bitrate 20000 --preset veryslow --tune film --weightp 1 --bframes 3 --nal-hrd vbr --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --pass 1 -o out.264 input.file
I tried to reduce maxrate and bufsize as it was said here http://forum.doom9.org/showthread.php?t=155373
but I still can't get it to mux even at maxrate = 20000 and bufsize = 15000 for exemple,
I'm using x264 (32bit) version 1834,
could someone tell if I'm doing something bad, any way to check the stream and identify the problem or something ?
Thanks
I've been looking for this problem in older posts and I can't find a way to fix it,
I want to encode a blu-ray compatible stream and get it muxed in Scenarist, for some reason it will always pop an underflow error because of the video (tried without audio too),
I tested the method from http://sites.google.com/site/x264bluray/home :
x264 --bitrate 20000 --preset veryslow --tune film --weightp 1 --bframes 3 --nal-hrd vbr --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --pass 1 -o out.264 input.file
I tried to reduce maxrate and bufsize as it was said here http://forum.doom9.org/showthread.php?t=155373
but I still can't get it to mux even at maxrate = 20000 and bufsize = 15000 for exemple,
I'm using x264 (32bit) version 1834,
could someone tell if I'm doing something bad, any way to check the stream and identify the problem or something ?
Thanks