kotoko
14th April 2008, 12:37
Hi everyone,
I tried to start the lossless encode using the command line:
start /belownormal /b /w "" "x264.exe" --qp 0 --nr 200 --deblock 0:0 --pass 1 --stats "test.stats" --pbratio 1.70 ^
--8x8dct --partitions i8x8 --analyse "p4x4,p4x8,p8x4,p8x8,p8x16,p16x8,b4x4,b4x8,b8x4,i8x8,i4x4" ^
--me "umh" --merange 16 --bframes 3 --mixed-refs --ref 10 ^
--subme 7 --b-rdo ^
--weightb --trellis 1 --progress ^
--no-fast-pskip --output "NUL" "test.avs"
test.avs contains :
ImageReader("ccc\%03d.bmp", 001, 021, 24, use_DevIL = false)
return last
And it keep giving me this error msg:
avis[error]: unsupported input format <DIB>
x264[error]: could not open input file 'test.avs'
Similar error messages, if I use the virtual dub and ffdshow h264 encoder to encode the image sequence. There is no problem opening the file, the err msg only comes out when the encode is initialize. Also, there is no problem if i select xvid but not h264 under the compression method of virtual dub : /
I tried to start the lossless encode using the command line:
start /belownormal /b /w "" "x264.exe" --qp 0 --nr 200 --deblock 0:0 --pass 1 --stats "test.stats" --pbratio 1.70 ^
--8x8dct --partitions i8x8 --analyse "p4x4,p4x8,p8x4,p8x8,p8x16,p16x8,b4x4,b4x8,b8x4,i8x8,i4x4" ^
--me "umh" --merange 16 --bframes 3 --mixed-refs --ref 10 ^
--subme 7 --b-rdo ^
--weightb --trellis 1 --progress ^
--no-fast-pskip --output "NUL" "test.avs"
test.avs contains :
ImageReader("ccc\%03d.bmp", 001, 021, 24, use_DevIL = false)
return last
And it keep giving me this error msg:
avis[error]: unsupported input format <DIB>
x264[error]: could not open input file 'test.avs'
Similar error messages, if I use the virtual dub and ffdshow h264 encoder to encode the image sequence. There is no problem opening the file, the err msg only comes out when the encode is initialize. Also, there is no problem if i select xvid but not h264 under the compression method of virtual dub : /