View Single Post
Old 26th September 2008, 12:56   #413  |  Link
yonta
Registered User
 
Join Date: Mar 2005
Posts: 136
Setup;
E8200@2.66G
9600GT
2GB RAM
Source is Blu-ray 1080p
dgavcdecnv 1.0 alpha3

script used;
LoadPlugin("f:\dgavcdecnv100a3\DGAVCDecodeNV.dll")
AVCSource("f:\test.gpu.dga")
Crop(0, 144, -0, -136)
LanczosResize(1280, 528)

LoadPlugin("f:\dgavcdeca35\DGAVCDecode.dll")
AVCSource("f:\test.dga")
Crop(0, 144, -0, -136)
LanczosResize(1280, 528)


x264 987 logs;
F:\samples>x264.exe --bframes 3 --ref 5 --crf 18 --direct auto --weightb --me umh --subme 6 --b-rdo --mixed-refs --bime --trellis 1 --no-fast-pskip --level 4.1 --progress --threads 3 --output DGAVCDecode.mkv DGAVCDecode.avs
avis [info]: 1280x528 @ 23.98 fps (2414 frames)
.
.
.
x264 [info]: PSNR Mean Y:46.967 U:49.524 V:49.814 Avg:46.782 Global:42.528 kb/s:5658.03
encoded 2414 frames, 5.84 fps, 5658.21 kb/s


F:\samples>x264.exe --bframes 3 --ref 5 --crf 18 --direct auto --weightb --me umh --subme 6 --b-rdo --mixed-refs --bime --trellis 1 --no-fast-pskip --level 4.1 --progress --threads 3 --output DGAVCDecodeNV.mkv DGAVCDecodeNV.avs
avis [info]: 1280x528 @ 23.98 fps (2414 frames)
.
.
.
x264 [info]: PSNR Mean Y:46.967 U:49.523 V:49.814 Avg:46.782 Global:42.528 kb/s:5651.09
encoded 2414 frames, 6.69 fps, 5651.28 kb/s


So, I get approx. 0.85fps speedup.

If the full movie has 200000 frames, using DGAVCDecodeNV will finish encoding about 1h12min earlier.
yonta is offline