Piper
28th August 2003, 21:22
For a while now, I've been weekly capturing (NTSC) my favourite 2 hr tv show and encoding it to DVD. I use this method repeatedly to tweak my capture/avisynth skills and I find it's quite effective since I am probably my own best critic (being pickier than most).
What I'm finding now is, friends and family are coming to me asking me to transfer their old VHS tapes to DVD and while I'm comfortable with my own settings for my own viewing, I'm a little hesitant when it comes to capturing for archival purposes.
For example, my avisynth filter string may look something like for direct tv caps (using VBLE codec and capturing at 720x480):
KernelDeint(order=1,threshold=0,sharp=false)
Convolution3D(preset="movieHQ")
BiCublinResize(352,480)
For direct tv caps, I'm pleased with the output and with deinterlacing and a little filtering it makes transition to DivX very easy should I wish to keep that particular show on CD-R.
For VHS (pure interlaced Video) captures I would use HuffYUV and add in some cnr, crop & letterbox to remove garbage around the picture. Depending on the quality of the tape, I may also use some more chroma filtering and reduce it to 352x480. I use HuffYUV in this case as it makes importing into Vegas Video easier (RGB).
While I'm still experimenting with denoisers, my real question here is whether or not to deinterlace. I realise there's no general answer for this, I'm just wondering what others are doing in cases similar to this?
What I normally ask people is "Do you want to be able to watch the dvd on their PC or only on your set top box?". Also, do they want me to try to clean the image, or to simply archive what's on the tape?
My personal view is KernelDeint is good enough that there's no real perceptive loss of quality, esp when viewed back on a typical tv. Even when pouring over it on my monitor several times zoomed in, picking over individual frames can't really notice any real issues.
But is this "best practice"?
What I'm finding now is, friends and family are coming to me asking me to transfer their old VHS tapes to DVD and while I'm comfortable with my own settings for my own viewing, I'm a little hesitant when it comes to capturing for archival purposes.
For example, my avisynth filter string may look something like for direct tv caps (using VBLE codec and capturing at 720x480):
KernelDeint(order=1,threshold=0,sharp=false)
Convolution3D(preset="movieHQ")
BiCublinResize(352,480)
For direct tv caps, I'm pleased with the output and with deinterlacing and a little filtering it makes transition to DivX very easy should I wish to keep that particular show on CD-R.
For VHS (pure interlaced Video) captures I would use HuffYUV and add in some cnr, crop & letterbox to remove garbage around the picture. Depending on the quality of the tape, I may also use some more chroma filtering and reduce it to 352x480. I use HuffYUV in this case as it makes importing into Vegas Video easier (RGB).
While I'm still experimenting with denoisers, my real question here is whether or not to deinterlace. I realise there's no general answer for this, I'm just wondering what others are doing in cases similar to this?
What I normally ask people is "Do you want to be able to watch the dvd on their PC or only on your set top box?". Also, do they want me to try to clean the image, or to simply archive what's on the tape?
My personal view is KernelDeint is good enough that there's no real perceptive loss of quality, esp when viewed back on a typical tv. Even when pouring over it on my monitor several times zoomed in, picking over individual frames can't really notice any real issues.
But is this "best practice"?