ffynnon
2nd August 2003, 05:37
Like a great many here, I've embarked on a mission to back up Star Wars (Empire actually) from LD to DVD.
I initially used the Definitive Collection, but found the most recent release to have less noise.
I'm curious what scripts others have used to accomplish this task. I'm quite happy with where I've gotten it (overcoming a number of problems while I waited my 5 days to post!), but just can't reliably IVTC it. There were threads about this, but the settings suggested worked for certain areas and not for others. Did anyone find a catch all?
Here's my script as it stands:
LoadPlugin("E:\Program Files\Multimedia\AVIsynth\Filters 2.5\MSharpen.dll")
LoadPlugin("E:\Program Files\Multimedia\AVIsynth\LoadPluginEx.dll")
LoadPlugin("E:\Program Files\Multimedia\AVIsynth\Filters 2\DustV5.dll")
LoadPlugin("E:\Program Files\Multimedia\AVIsynth\Filters 2\Blockbuster.dll")
SegmentedAviSource("G:\Empire Full\Empire Full.avi")
ConvertToYUY2()
PixieDust(limit=5,output="YUY2")
MSharpen(10,40,true,false,false)
Blockbuster(method="noise",detail_min=1, detail_max=8)
ApplyRange(350,179908,"Letterbox",109,103,10,10,$101010)
crop(0,6,720,480)
That yeilded a pretty nice picture. The transfer has some crazy frames (garbage) on the last field (lower in my case) of just about every cut. I'm assuming it's on the laserdisk? My LX-101 can't freeze CLV disks to check...I captured it on an Avid (not DV) so I hope I can rule that out.
In any case I would love to recover the progressive frames. Telecide and Decimate get it really close, but the pattern is off, and my messing with scripts hasn't got it perfect yet. A little help? Anyone successfully IVTC this baby? All the way through? I don't want to sound lazy, but I also don't want to have to write an override script for every shot change! If someone has found the magic combination--please share it! This was as close as I got (pattern guidance seemed to work best):
LoadPlugin("E:\Program Files\Multimedia\AVIsynth\Filters 2.5\Decomb500b15.dll")
ConvertToYUY2(interlaced=true)
AssumeBFF()
Telecide(order=0,guide=1,post=0)
Decimate(quality=3)
Impressions? Similar experiences? Suggestions? Can anyone dig out an old script that worked for them? I'll be playing it back on an interlaced television for now, but seeing as Lucas claims he'll never release these versions on DVD (just the CGI "enhanced" ones) I want to future-proof these for my kids (and me really). I don't know how much life my LD player has left in her...
Thanks all--sorry for being such a long post!
I initially used the Definitive Collection, but found the most recent release to have less noise.
I'm curious what scripts others have used to accomplish this task. I'm quite happy with where I've gotten it (overcoming a number of problems while I waited my 5 days to post!), but just can't reliably IVTC it. There were threads about this, but the settings suggested worked for certain areas and not for others. Did anyone find a catch all?
Here's my script as it stands:
LoadPlugin("E:\Program Files\Multimedia\AVIsynth\Filters 2.5\MSharpen.dll")
LoadPlugin("E:\Program Files\Multimedia\AVIsynth\LoadPluginEx.dll")
LoadPlugin("E:\Program Files\Multimedia\AVIsynth\Filters 2\DustV5.dll")
LoadPlugin("E:\Program Files\Multimedia\AVIsynth\Filters 2\Blockbuster.dll")
SegmentedAviSource("G:\Empire Full\Empire Full.avi")
ConvertToYUY2()
PixieDust(limit=5,output="YUY2")
MSharpen(10,40,true,false,false)
Blockbuster(method="noise",detail_min=1, detail_max=8)
ApplyRange(350,179908,"Letterbox",109,103,10,10,$101010)
crop(0,6,720,480)
That yeilded a pretty nice picture. The transfer has some crazy frames (garbage) on the last field (lower in my case) of just about every cut. I'm assuming it's on the laserdisk? My LX-101 can't freeze CLV disks to check...I captured it on an Avid (not DV) so I hope I can rule that out.
In any case I would love to recover the progressive frames. Telecide and Decimate get it really close, but the pattern is off, and my messing with scripts hasn't got it perfect yet. A little help? Anyone successfully IVTC this baby? All the way through? I don't want to sound lazy, but I also don't want to have to write an override script for every shot change! If someone has found the magic combination--please share it! This was as close as I got (pattern guidance seemed to work best):
LoadPlugin("E:\Program Files\Multimedia\AVIsynth\Filters 2.5\Decomb500b15.dll")
ConvertToYUY2(interlaced=true)
AssumeBFF()
Telecide(order=0,guide=1,post=0)
Decimate(quality=3)
Impressions? Similar experiences? Suggestions? Can anyone dig out an old script that worked for them? I'll be playing it back on an interlaced television for now, but seeing as Lucas claims he'll never release these versions on DVD (just the CGI "enhanced" ones) I want to future-proof these for my kids (and me really). I don't know how much life my LD player has left in her...
Thanks all--sorry for being such a long post!