S”nTė£
13th September 2005, 15:50
Situation: Working on backups of my DVD's, PAL interlaced (according to DGindex (http://users.skynet.be/TailwinD/DGindex.png)). Going for HQ anamorphic ~1.1gig x264+AAC MKV encodes for personal use only (archiving 4 movies per DVD, 4x1.1GB fits nicely). The thing is, it's only going to be displayed on computer CRT's and LCD's -progressive displays- don't have any real TV's in the house anymore, main movie watching is on a HTPC+LCD.
Currently using the very very default AVS:
MPEG2Source("e:\dvd.d2v")
Trim(7024,0)
Crop(0,80,0,-80)
UnFilter(-5,-5)
I've spent the entire day doing nothing but reading posts and guides so yes, I've searched for the obvious before posting this. What I would still like to add to the script is some basic, not too extensive denoising. I was thinking about using both unfilter and undot as the spatial denoisers (temporal denoisers I'll look at later). Undot requires the source to be progressive. Now, I already found the best way to go about this from here (http://forum.doom9.org/showthread.php?t=97628):
LeakKernelBob(order=0, threshold=7)
Undot()
assumebff().SeparateFields().selectevery(4,0,3).Weave() #reinterlace
Info() & DGindex tell me the frame order of the source is top field first, so I reckon I have to change order to 1 and replace assumebff() to assumetff()? Now what I also could not make out:
Most posts I read suggest to keep the source interlaced hence the "reinterlacing" step, but most of these posts come from topics where the ultimate goal is conversion to an interlaced medium (DV->DVD for example). Keeping in mind the target MKV medium & computer display output, is it still better to keep interlacing? Also, does x264 even do interlaced encoding, I've read in some thread that the developers are not big fans of this. But doing some test sample encodes with the codec without doing some obvious deinterlacing (just the above avs script in virtualdub on fast recompress + vfw codec) goes well. Yes, I know that for this last bit this is not the right forum...
--> If going for interlaced, are the parameters of selectevery still 4,0,3 considering that I'm in PAL-land? If going for progressive, I assume I can safely drop the last line and replace LeakKernelBob with LeakKernelDeint (since LeakKernelBob doubles the framerate/count to 50fps)? Since I'm going for quality here, is TomsMoComp better in the deinterlacing department without dropping the speed too much?
off-topic: highlighted the questions to filter them from the side-info. Sorry about the nick btw, I made the account over 1.5 years ago but never posted. Now I wouldn't dream of using such a "1337" characters :/. Finally, if this is the wrong forum, just tell me and i'll try getting it moved.
Currently using the very very default AVS:
MPEG2Source("e:\dvd.d2v")
Trim(7024,0)
Crop(0,80,0,-80)
UnFilter(-5,-5)
I've spent the entire day doing nothing but reading posts and guides so yes, I've searched for the obvious before posting this. What I would still like to add to the script is some basic, not too extensive denoising. I was thinking about using both unfilter and undot as the spatial denoisers (temporal denoisers I'll look at later). Undot requires the source to be progressive. Now, I already found the best way to go about this from here (http://forum.doom9.org/showthread.php?t=97628):
LeakKernelBob(order=0, threshold=7)
Undot()
assumebff().SeparateFields().selectevery(4,0,3).Weave() #reinterlace
Info() & DGindex tell me the frame order of the source is top field first, so I reckon I have to change order to 1 and replace assumebff() to assumetff()? Now what I also could not make out:
Most posts I read suggest to keep the source interlaced hence the "reinterlacing" step, but most of these posts come from topics where the ultimate goal is conversion to an interlaced medium (DV->DVD for example). Keeping in mind the target MKV medium & computer display output, is it still better to keep interlacing? Also, does x264 even do interlaced encoding, I've read in some thread that the developers are not big fans of this. But doing some test sample encodes with the codec without doing some obvious deinterlacing (just the above avs script in virtualdub on fast recompress + vfw codec) goes well. Yes, I know that for this last bit this is not the right forum...
--> If going for interlaced, are the parameters of selectevery still 4,0,3 considering that I'm in PAL-land? If going for progressive, I assume I can safely drop the last line and replace LeakKernelBob with LeakKernelDeint (since LeakKernelBob doubles the framerate/count to 50fps)? Since I'm going for quality here, is TomsMoComp better in the deinterlacing department without dropping the speed too much?
off-topic: highlighted the questions to filter them from the side-info. Sorry about the nick btw, I made the account over 1.5 years ago but never posted. Now I wouldn't dream of using such a "1337" characters :/. Finally, if this is the wrong forum, just tell me and i'll try getting it moved.