AmigaFuture
7th December 2007, 05:28
Hello Encoding Gods. Perhaps someone can help me.
I've searched through doom9.org for about 2 weeks now trying this and that and coming close to my objective but always falling short. This has really gotten to my O.C.D. (Obsessive Compulsive Disorder), so being pushed by some friends to POST for help, I'm throwing my hands up in defeat!
What I want to do... I have my TiVo capturing video at 480x480 (NTSC) (max it'll go) I want to convert the video to 640x480 DivX or XviD (either are fine by me) but I want the smaller compression and smooth playback since I have one of the 1st Philips DVD DivX Certified players (I love it). I also want to be able to convert that video for my Palm T|X, all without transcoding because I love how re-rendering looks (even though it's T.V.).
I've checked around a bit and I've come close with AutoGK 2.48b (and newer betas), but it always leaves a slight jitter. Gordian Knot (last release), forget it...I'm wondering if it's too old for the newer AviSynth filters(?)...
So I've tried to make .AVS scripts by hand, (Ahh, reminds me of the ol' Amiga days...) and I seem to get the same effect as AutoGK, almost there, but same jitters..
I have tried many, many combinations and I admit I am out of my realm though I'm trying very hard to learn. This is what I currently have that does a better job (for me) than AutoGK but still leaves jitters:
VDM 1.5.10.2, DGIndex 1.5.0 Beta 10, AviSynth 2.5.6 (The one that comes with AutoGK), MKVtoolnix Unicode 2.1.0.
I also edit commercials out with GOP Accurate.
Using VDM's resize.
---
DGDecode_mpeg2source("Video.d2v",info=3)
#AVIsource("1st Pass.avi",info=3)
#ColorMatrix(hints=true,interlaced=true)
#tfm(order=1).tdecimate(hybrid=1)
# Works, kind of pp=7
#crop(4,4,0,0)
TFM(pp=7)
#Mode 3, hybrid=2, vidThresh=4.0, display=true
#dupThresh=1.1,chroma=false
TDecimate(mode=3,mkvOut="Frames.txt",hybrid=2,se=true)
#Doesn't work well. Leaves frames.
#Telecide(order=0, guide=1)
#Decimate(mode=1)
-----
I believe the MPEG-2 is using Hard Telecine (hybrid) but I'm not completely sure and my eyes and brain hurting and tired now, haha. The sample MPEG-2 I've been working with is waiting if someone want to check it out. Most stuff I've seen here is for TiVo HD, but I have no plans as of yet going that way and I know there are lots out here, like me, hehe who'd love this kind of help.
If I've missed any specs that're helpful to you, I'll tell you when you let me know what they are. Thanks so much guys. I love this place.
I've searched through doom9.org for about 2 weeks now trying this and that and coming close to my objective but always falling short. This has really gotten to my O.C.D. (Obsessive Compulsive Disorder), so being pushed by some friends to POST for help, I'm throwing my hands up in defeat!
What I want to do... I have my TiVo capturing video at 480x480 (NTSC) (max it'll go) I want to convert the video to 640x480 DivX or XviD (either are fine by me) but I want the smaller compression and smooth playback since I have one of the 1st Philips DVD DivX Certified players (I love it). I also want to be able to convert that video for my Palm T|X, all without transcoding because I love how re-rendering looks (even though it's T.V.).
I've checked around a bit and I've come close with AutoGK 2.48b (and newer betas), but it always leaves a slight jitter. Gordian Knot (last release), forget it...I'm wondering if it's too old for the newer AviSynth filters(?)...
So I've tried to make .AVS scripts by hand, (Ahh, reminds me of the ol' Amiga days...) and I seem to get the same effect as AutoGK, almost there, but same jitters..
I have tried many, many combinations and I admit I am out of my realm though I'm trying very hard to learn. This is what I currently have that does a better job (for me) than AutoGK but still leaves jitters:
VDM 1.5.10.2, DGIndex 1.5.0 Beta 10, AviSynth 2.5.6 (The one that comes with AutoGK), MKVtoolnix Unicode 2.1.0.
I also edit commercials out with GOP Accurate.
Using VDM's resize.
---
DGDecode_mpeg2source("Video.d2v",info=3)
#AVIsource("1st Pass.avi",info=3)
#ColorMatrix(hints=true,interlaced=true)
#tfm(order=1).tdecimate(hybrid=1)
# Works, kind of pp=7
#crop(4,4,0,0)
TFM(pp=7)
#Mode 3, hybrid=2, vidThresh=4.0, display=true
#dupThresh=1.1,chroma=false
TDecimate(mode=3,mkvOut="Frames.txt",hybrid=2,se=true)
#Doesn't work well. Leaves frames.
#Telecide(order=0, guide=1)
#Decimate(mode=1)
-----
I believe the MPEG-2 is using Hard Telecine (hybrid) but I'm not completely sure and my eyes and brain hurting and tired now, haha. The sample MPEG-2 I've been working with is waiting if someone want to check it out. Most stuff I've seen here is for TiVo HD, but I have no plans as of yet going that way and I know there are lots out here, like me, hehe who'd love this kind of help.
If I've missed any specs that're helpful to you, I'll tell you when you let me know what they are. Thanks so much guys. I love this place.