St Devious
22nd May 2008, 16:31
My System :
Intel Q9450 2.66 Ghz
GIGABYTE EX-38 DS4 mobo
Geil 4GB RAM
Vista Ultimate x64
Megui updated to latest version.
Avisynth 2.5.7 installed.
Avisynth Script :
DGDecode_mpeg2source("D:\HDV Capture\Bday.d2v",cpu=4,info=3)
ColorMatrix(hints=true,interlaced=true)
Load_Stdcall_Plugin("C:\Program Files (x86)\megui\tools\yadif\yadif.dll")
Yadif(order=1)
#crop
Lanczos4Resize(1280,720) # Lanczos4 (Sharp)
Undot() # Minimal Noise
__film = last
__t0 = __film.trim(16333, 35232)
__t0
Here's what i did :
Captured Video from HDV camera.
Saved Project with DGIndex .
Made avisynth script with Megui avisynth script creator by selecting the .d2v file made by DGIndex.
Selected the HQ-Slowest Profile in x264 config.
Problem: WHen i start the encoding , only 50% CPU is used . I checked the affinity with task manager, all cores were enabled .
I did the same encoding with AVIDemux and it used 100% CPU.
Intel Q9450 2.66 Ghz
GIGABYTE EX-38 DS4 mobo
Geil 4GB RAM
Vista Ultimate x64
Megui updated to latest version.
Avisynth 2.5.7 installed.
Avisynth Script :
DGDecode_mpeg2source("D:\HDV Capture\Bday.d2v",cpu=4,info=3)
ColorMatrix(hints=true,interlaced=true)
Load_Stdcall_Plugin("C:\Program Files (x86)\megui\tools\yadif\yadif.dll")
Yadif(order=1)
#crop
Lanczos4Resize(1280,720) # Lanczos4 (Sharp)
Undot() # Minimal Noise
__film = last
__t0 = __film.trim(16333, 35232)
__t0
Here's what i did :
Captured Video from HDV camera.
Saved Project with DGIndex .
Made avisynth script with Megui avisynth script creator by selecting the .d2v file made by DGIndex.
Selected the HQ-Slowest Profile in x264 config.
Problem: WHen i start the encoding , only 50% CPU is used . I checked the affinity with task manager, all cores were enabled .
I did the same encoding with AVIDemux and it used 100% CPU.