DaRtHmAuL
30th August 2006, 12:18
Hi everybody,
i'm testing to encode big HDTV *.TS files into smaller files to burn those on DVD-5. Well, i tried convert *.TS to xvid 1280x720 but it's extremely slow on my machine (Athlon64 3200+ @ 2200Mhz + 2GB of ram). I get 7-9fps on the first pass and 5-6 for the second. I tried x264 + MeGui too and it was worse : 4-6fps on the first pass and only 1-2 for the second...
Is it normal ?
here are my two *.avs scripts :
For XviD :
Loadplugin("C:\Tools\Video\AviSynth\plugins\dgdecode.dll")
Loadplugin("C:\Tools\Video\AviSynth\plugins\decomb521.dll")
Loadplugin("C:\Tools\Video\AviSynth\plugins\simpleresize.dll")
Loadplugin("C:\Tools\Video\AviSynth\plugins\undot.dll")
mpeg2source("H:\HDTV\The Matrix - [XviD-720p]\the_matrix(xvid).d2v")
Telecide(order=1,guide=1,post=2,vthresh=30)
Decimate()
UnDot()
simpleresize(1280,720)
For x264 :
Loadplugin("C:\Tools\Video\AviSynth\plugins\dgdecode.dll")
Loadplugin("C:\Tools\Video\AviSynth\plugins\TIVTC.dll")
mpeg2source("H:\HDTV\The Matrix - [XviD-720p]\the_matrix(x264).d2v")
tfm().tdecimate()
Lanczos4Resize(1280,720,0,0,1920,1080)
Thanks for your help.
Cya
i'm testing to encode big HDTV *.TS files into smaller files to burn those on DVD-5. Well, i tried convert *.TS to xvid 1280x720 but it's extremely slow on my machine (Athlon64 3200+ @ 2200Mhz + 2GB of ram). I get 7-9fps on the first pass and 5-6 for the second. I tried x264 + MeGui too and it was worse : 4-6fps on the first pass and only 1-2 for the second...
Is it normal ?
here are my two *.avs scripts :
For XviD :
Loadplugin("C:\Tools\Video\AviSynth\plugins\dgdecode.dll")
Loadplugin("C:\Tools\Video\AviSynth\plugins\decomb521.dll")
Loadplugin("C:\Tools\Video\AviSynth\plugins\simpleresize.dll")
Loadplugin("C:\Tools\Video\AviSynth\plugins\undot.dll")
mpeg2source("H:\HDTV\The Matrix - [XviD-720p]\the_matrix(xvid).d2v")
Telecide(order=1,guide=1,post=2,vthresh=30)
Decimate()
UnDot()
simpleresize(1280,720)
For x264 :
Loadplugin("C:\Tools\Video\AviSynth\plugins\dgdecode.dll")
Loadplugin("C:\Tools\Video\AviSynth\plugins\TIVTC.dll")
mpeg2source("H:\HDTV\The Matrix - [XviD-720p]\the_matrix(x264).d2v")
tfm().tdecimate()
Lanczos4Resize(1280,720,0,0,1920,1080)
Thanks for your help.
Cya