akimboman
16th July 2004, 20:43
I have been capturing VHS tapes and TV with a Canopus ADVC-100. I edit out commercials with Virtualdub. With telecined programming, I've been using this Avisynth 2.0 script:
LoadPlugin("decomb.dll")
LoadPlugin("DustV5.dll")
AVISource("file.avi")
ConvertToYUY2()
Telecide(guide=1)
Decimate(cycle=5)
PixieDust(5)
This script does a very good job of cleaning up captured content on my old PC. When I use this same recipe with my new PC, I get bad results such as glitches in the frame approximately every 1000th frame or PC reboot.
Old PC: ECS K7S5A, AMD XP1800+, 1 GB RAM, with a dedicated 80 GB ATA Hard Drive for capturing
New PC: Shuttle SN41G2, AMD XP2500 Barton, 1 GB RAM
Does anyone know why I'm having this problem? or how I may fix it?
LoadPlugin("decomb.dll")
LoadPlugin("DustV5.dll")
AVISource("file.avi")
ConvertToYUY2()
Telecide(guide=1)
Decimate(cycle=5)
PixieDust(5)
This script does a very good job of cleaning up captured content on my old PC. When I use this same recipe with my new PC, I get bad results such as glitches in the frame approximately every 1000th frame or PC reboot.
Old PC: ECS K7S5A, AMD XP1800+, 1 GB RAM, with a dedicated 80 GB ATA Hard Drive for capturing
New PC: Shuttle SN41G2, AMD XP2500 Barton, 1 GB RAM
Does anyone know why I'm having this problem? or how I may fix it?