Boulder
12th March 2002, 22:55
I've started converting some better quality VHS movies to SVCD format by using VirtualDub for capturing (Huffyuv compression) and CCE for MPEG-2 conversion (3- or 4-pass VBR used). I use AviSynth as the frameserver.
However, the conversion seems to be very slow compared to DVD2SVCD conversion. Is this normal? Converting a Huffyuv AVI to MPEG-2 has a speed of 0.6 at max, but using DVD2SVCD gets a bit over 1.0.
The AVI was captured in 720x576, 25fps PAL.
Here's my AviSynth script:
LoadPlugIn("e:\program files\dvd2svcd\simpleresize\simpleresize.dll")
UnAlignedSplice(SegmentedAVISource("c:\temp\captures\bladerunner.avi"), SegmentedAVISource("d:\temp\captures\bladerunner.avi"), SegmentedAVISource("e:\temp\captures\bladerunner.avi"))
Letterbox(0,16)
SimpleResize(480,576)
The AVIs had to be spilled to different drives as I've got a FAT32 system so the maximum drive size is 32 gigs. Letterbox is used to remove the garbage which occurs on VHS capture. Using AviSynth built-in bilinear resize is not much slower, which I really wonder as well.
System specs:
Abit KT7A, memory settings at max
TB1400, FSB140
512MB memory
Both HDs are 40GB 7200rpm Maxtors
UltraDMA5 is enabled on both drives
Windows XP and 98SE tried, 98SE is a bit slower
Is it just that ripping from DVD and converting to MPEG-2 is faster than converting from Huffyuv compressed AVI or am I doing something wrong here.
Thanks in advance, every possible solution is appreciated greatly.
However, the conversion seems to be very slow compared to DVD2SVCD conversion. Is this normal? Converting a Huffyuv AVI to MPEG-2 has a speed of 0.6 at max, but using DVD2SVCD gets a bit over 1.0.
The AVI was captured in 720x576, 25fps PAL.
Here's my AviSynth script:
LoadPlugIn("e:\program files\dvd2svcd\simpleresize\simpleresize.dll")
UnAlignedSplice(SegmentedAVISource("c:\temp\captures\bladerunner.avi"), SegmentedAVISource("d:\temp\captures\bladerunner.avi"), SegmentedAVISource("e:\temp\captures\bladerunner.avi"))
Letterbox(0,16)
SimpleResize(480,576)
The AVIs had to be spilled to different drives as I've got a FAT32 system so the maximum drive size is 32 gigs. Letterbox is used to remove the garbage which occurs on VHS capture. Using AviSynth built-in bilinear resize is not much slower, which I really wonder as well.
System specs:
Abit KT7A, memory settings at max
TB1400, FSB140
512MB memory
Both HDs are 40GB 7200rpm Maxtors
UltraDMA5 is enabled on both drives
Windows XP and 98SE tried, 98SE is a bit slower
Is it just that ripping from DVD and converting to MPEG-2 is faster than converting from Huffyuv compressed AVI or am I doing something wrong here.
Thanks in advance, every possible solution is appreciated greatly.