outsiders71
24th October 2006, 05:24
Hello, I'm trying to encode a file using a 3-pass script. Before I was just using CRF and didn't have any problems with x264:
Creating AVS...
Encoding video...
avis [info]: 320x176 @ 29.97 fps (121009 frames)
x264 [warning]: DPB size (1351680) > level limit (912384)
Script:
e:\x264\x264.exe --pass 1 --bitrate 19000 --stats "test.stats" --level 1.3 --ref 16 --mixed-refs --no-fast-pskip --no-cabac --subme 7 --analyse p8x8,b8x8,i4x4,p4x4 --me esa --progress --no-dct-decimate --no-psnr --trellis 2 --direct auto --min-keyint 29 --keyint 290 --filter 0:0 --threads 1 --thread-input --output NUL "e:\x264\test.avs"
e:\x264\x264.exe --pass 3 --bitrate 19000 --stats "test.stats" --level 1.3 --ref 16 --mixed-refs --no-fast-pskip --no-cabac --subme 7 --analyse p8x8,b8x8,i4x4,p4x4 --me esa --progress --no-dct-decimate --no-psnr --trellis 2 --direct auto --min-keyint 29 --keyint 290 --filter 0:0 --threads 1 --thread-input --output NUL "e:\x264\test.avs"
e:\x264\x264.exe --pass 2 --bitrate 19000 --stats "test.stats" --level 1.3 --ref 16 --mixed-refs --no-fast-pskip --no-cabac --subme 7 --analyse p8x8,b8x8,i4x4,p4x4 --me esa --progress --no-dct-decimate --no-psnr --trellis 2 --direct auto --min-keyint 29 --keyint 290 --filter 0:0 --threads 1 --thread-input --output "e:\x264\test.mp4" "e:\x264\test.avs"
I did a google search and only found something referencing that I might be using too many reference frames. However no matter what value it is it will still give me that error. I've also tried lowering the bitrate and that didn't work either. Any suggestions? Using the latest x264 build.
Creating AVS...
Encoding video...
avis [info]: 320x176 @ 29.97 fps (121009 frames)
x264 [warning]: DPB size (1351680) > level limit (912384)
Script:
e:\x264\x264.exe --pass 1 --bitrate 19000 --stats "test.stats" --level 1.3 --ref 16 --mixed-refs --no-fast-pskip --no-cabac --subme 7 --analyse p8x8,b8x8,i4x4,p4x4 --me esa --progress --no-dct-decimate --no-psnr --trellis 2 --direct auto --min-keyint 29 --keyint 290 --filter 0:0 --threads 1 --thread-input --output NUL "e:\x264\test.avs"
e:\x264\x264.exe --pass 3 --bitrate 19000 --stats "test.stats" --level 1.3 --ref 16 --mixed-refs --no-fast-pskip --no-cabac --subme 7 --analyse p8x8,b8x8,i4x4,p4x4 --me esa --progress --no-dct-decimate --no-psnr --trellis 2 --direct auto --min-keyint 29 --keyint 290 --filter 0:0 --threads 1 --thread-input --output NUL "e:\x264\test.avs"
e:\x264\x264.exe --pass 2 --bitrate 19000 --stats "test.stats" --level 1.3 --ref 16 --mixed-refs --no-fast-pskip --no-cabac --subme 7 --analyse p8x8,b8x8,i4x4,p4x4 --me esa --progress --no-dct-decimate --no-psnr --trellis 2 --direct auto --min-keyint 29 --keyint 290 --filter 0:0 --threads 1 --thread-input --output "e:\x264\test.mp4" "e:\x264\test.avs"
I did a google search and only found something referencing that I might be using too many reference frames. However no matter what value it is it will still give me that error. I've also tried lowering the bitrate and that didn't work either. Any suggestions? Using the latest x264 build.