RX782
17th June 2012, 20:24
I've been using x264 for a few weeks now on my new laptop with an i7-2670QM. Its stock is 2.20GHz, with Turboboost up to 3.
In the last two days, I've noticed some odd behavior using build 2200 of x264 (through MeGUI and avs4x264mod, though I'm fairly certain MeGUI uses the latter, doesn't it?). I don't recall if this was an issue two weeks ago, because I reformatted after a quick, but necessary encode using what may or may not have been build 2200. Anyway, my AVS script is fairly simple, and I've listed both that and my x264 settings below. I begin with a decent 8-9fps, and full CPU usage. The Turboboost does its work, and pushes the processor to 3GHz. At a seemingly random time (it's different each time. Sometimes an hour, sometimes three minutes), the CPU usage drops to an astonishingly low 12%, but the Turboboost stays at its peak 3GHz, so I'm not under the impression that the CPU has throttled itself to stay cool. In a somewhat related note, the fans also slow down dramatically, since the CPU is under far less load.
I cannot figure out the cause for this drop in performance. As far as I understand, I am using all my cores at first, even if it's not necessary at the AVS level (though it should be), and then the whole system just falls off. I suspected that maybe even Windows is intentionally limiting the process so that the CPU doesn't overheat, but it doesn't do the same to CPU-intensive games, and other demanding software.
Any ideas? Thanks.
SetMTmode(2,4)
MPEG2Source("D:\0079 DVD\0079_01_d2v.d2v", cpu=0)
TFM(pp=0)
TDecimate()
#SMDegrain(tr=2, prefilter=1, refinemotion=true, lsb=true, lsb_out=false)
SMDegrain(tr=2, prefilter=1, refinemotion=true, lsb=true, lsb_out=true)
Dither_convey_yuv4xxp16_on_yvxx()
#Trim(0,2159)
#info
program --preset slow --tune film --crf 18 --deblock 0:0 --ref 8 --no-mbtree --aq-strength 0.8
--subme 9 --partitions all --trellis 2 --psy-rd 0.80:0.15 --no-dct-decimate --no-fast-pskip --input-depth 16 --output "output" "input"
In the last two days, I've noticed some odd behavior using build 2200 of x264 (through MeGUI and avs4x264mod, though I'm fairly certain MeGUI uses the latter, doesn't it?). I don't recall if this was an issue two weeks ago, because I reformatted after a quick, but necessary encode using what may or may not have been build 2200. Anyway, my AVS script is fairly simple, and I've listed both that and my x264 settings below. I begin with a decent 8-9fps, and full CPU usage. The Turboboost does its work, and pushes the processor to 3GHz. At a seemingly random time (it's different each time. Sometimes an hour, sometimes three minutes), the CPU usage drops to an astonishingly low 12%, but the Turboboost stays at its peak 3GHz, so I'm not under the impression that the CPU has throttled itself to stay cool. In a somewhat related note, the fans also slow down dramatically, since the CPU is under far less load.
I cannot figure out the cause for this drop in performance. As far as I understand, I am using all my cores at first, even if it's not necessary at the AVS level (though it should be), and then the whole system just falls off. I suspected that maybe even Windows is intentionally limiting the process so that the CPU doesn't overheat, but it doesn't do the same to CPU-intensive games, and other demanding software.
Any ideas? Thanks.
SetMTmode(2,4)
MPEG2Source("D:\0079 DVD\0079_01_d2v.d2v", cpu=0)
TFM(pp=0)
TDecimate()
#SMDegrain(tr=2, prefilter=1, refinemotion=true, lsb=true, lsb_out=false)
SMDegrain(tr=2, prefilter=1, refinemotion=true, lsb=true, lsb_out=true)
Dither_convey_yuv4xxp16_on_yvxx()
#Trim(0,2159)
#info
program --preset slow --tune film --crf 18 --deblock 0:0 --ref 8 --no-mbtree --aq-strength 0.8
--subme 9 --partitions all --trellis 2 --psy-rd 0.80:0.15 --no-dct-decimate --no-fast-pskip --input-depth 16 --output "output" "input"