r0d
4th September 2011, 12:50
Hi all,
I'm using x264.exe under an i7 975 Extreme Edition with 6Go RAM (OS : Windows 7 x64 SP1), and i obtain only around 35 Fps for the 1st pass, and 9 fps for the 2nd.
Here my command line :
"x264.exe" --level 4.1 --pass 1 --bitrate 5173 --stats stat --thread-input --threads auto --deblock 0:0 --bframes 3 --b-bias 0 --scenecut 40 --ref 5 --rc-lookahead 40 --no-mbtree --aq-mode 1 --aq-strength 1.0 --merange 16 --subme 2 --partitions all --trellis 0 --psy-rd 0:0 --no-mixed-refs --output NUL 720p.avs
"x264.exe" --level 4.1 --pass 2 --bitrate 5173 --stats stat --thread-input --threads auto --deblock 0:0 --bframes 3 --b-bias 0 --scenecut 40 --ref 5 --rc-lookahead 40 --no-mbtree --aq-mode 1 --aq-strength 1.0 --merange 16 --me umh --subme 8 --partitions all --trellis 1 --psy-rd 1.0:0 --output moviefinal.mkv 720p.avs
Here my avs script :
DirectShowSource("movie.mkv", fps=25.000, audio=false, convertfps=true).AssumeFPS(25,1)
#deinterlace
crop( 0, 20, 0, -22)
Spline36Resize(1280,688) # Spline36 (Neutral)
#denoise
Futhermore, x264.exe process took only 22% of cpu usage.
Any ideas ?
I'm using x264.exe under an i7 975 Extreme Edition with 6Go RAM (OS : Windows 7 x64 SP1), and i obtain only around 35 Fps for the 1st pass, and 9 fps for the 2nd.
Here my command line :
"x264.exe" --level 4.1 --pass 1 --bitrate 5173 --stats stat --thread-input --threads auto --deblock 0:0 --bframes 3 --b-bias 0 --scenecut 40 --ref 5 --rc-lookahead 40 --no-mbtree --aq-mode 1 --aq-strength 1.0 --merange 16 --subme 2 --partitions all --trellis 0 --psy-rd 0:0 --no-mixed-refs --output NUL 720p.avs
"x264.exe" --level 4.1 --pass 2 --bitrate 5173 --stats stat --thread-input --threads auto --deblock 0:0 --bframes 3 --b-bias 0 --scenecut 40 --ref 5 --rc-lookahead 40 --no-mbtree --aq-mode 1 --aq-strength 1.0 --merange 16 --me umh --subme 8 --partitions all --trellis 1 --psy-rd 1.0:0 --output moviefinal.mkv 720p.avs
Here my avs script :
DirectShowSource("movie.mkv", fps=25.000, audio=false, convertfps=true).AssumeFPS(25,1)
#deinterlace
crop( 0, 20, 0, -22)
Spline36Resize(1280,688) # Spline36 (Neutral)
#denoise
Futhermore, x264.exe process took only 22% of cpu usage.
Any ideas ?