cubanresourceful
14th September 2009, 18:06
I'm having for some odd reason an error with x264.exe and my avs script. It's actually very simple so I do not see why it's failing.
The error message is as follows:
Standard error stream: C:\Program Files (x86)\megui\tools\x264\x264.exe: unrecognised option `--rc-lookahead'
Here's my avs script:
DGDecode_mpeg2source("F:\HOUSE\VIDEO_TS\VTS_01_VOBID_001_1.d2v", info=3)
ColorMatrix(hints=true, threads=0)
#deinterlace
crop( 0, 62, 0, -60)
LanczosResize(480,256) # Lanczos (Sharp)
#denoise
And here's my job command line:
Job commandline: "C:\Program Files (x86)\megui\tools\x264\x264.exe" --profile high --level 3.1 --preset fast --pass 1 --bitrate 1500 --stats "F:\HOUSE\VIDEO_TS\VTS_01_VOBID_001_1.stats" --slow-firstpass --thread-input --nf --no-cabac --bframes 10 --b-adapt 2 --b-pyramid --direct none --b-bias 0 --scenecut 40 --ref 1 --qpmin 16 --vbv-bufsize 2500 --vbv-maxrate 2500 --rc-lookahead 40 --no-mbtree --aq-mode 1 --aq-strength 1.0 --merange 12 --me umh --subme 6 --partitions p8x8,b8x8,i4x4,i8x8 --trellis 0 --psy-rd 1.0:0 --no-mixed-refs --output NUL "F:\HOUSE\VIDEO_TS\hfyu_VTS_01_VOBID_001_1.avs"
And lastly, my computer specs:
Microsoft Windows 7 x64
AMD Phenom 9300
4GB DRR2 RAM
Is there anything else you need?
The error message is as follows:
Standard error stream: C:\Program Files (x86)\megui\tools\x264\x264.exe: unrecognised option `--rc-lookahead'
Here's my avs script:
DGDecode_mpeg2source("F:\HOUSE\VIDEO_TS\VTS_01_VOBID_001_1.d2v", info=3)
ColorMatrix(hints=true, threads=0)
#deinterlace
crop( 0, 62, 0, -60)
LanczosResize(480,256) # Lanczos (Sharp)
#denoise
And here's my job command line:
Job commandline: "C:\Program Files (x86)\megui\tools\x264\x264.exe" --profile high --level 3.1 --preset fast --pass 1 --bitrate 1500 --stats "F:\HOUSE\VIDEO_TS\VTS_01_VOBID_001_1.stats" --slow-firstpass --thread-input --nf --no-cabac --bframes 10 --b-adapt 2 --b-pyramid --direct none --b-bias 0 --scenecut 40 --ref 1 --qpmin 16 --vbv-bufsize 2500 --vbv-maxrate 2500 --rc-lookahead 40 --no-mbtree --aq-mode 1 --aq-strength 1.0 --merange 12 --me umh --subme 6 --partitions p8x8,b8x8,i4x4,i8x8 --trellis 0 --psy-rd 1.0:0 --no-mixed-refs --output NUL "F:\HOUSE\VIDEO_TS\hfyu_VTS_01_VOBID_001_1.avs"
And lastly, my computer specs:
Microsoft Windows 7 x64
AMD Phenom 9300
4GB DRR2 RAM
Is there anything else you need?