Why not register?


Post new topic Reply to topic  [ 27 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]

Author Message
PostPosted: Thu Apr 10, 2008 8:05 pm  Post subject: Re: Filtering Help Required Please
Reply with quote
User avatar
Offline

Master Of The Dead Donkey
Joined: Mon Jun 19, 2006 4:01 pm
Posts: 708
spudthedestroyer wrote:
erm, yes it does, if your source isn't blended and your outcome is, it can very well be your deinterlacing method...


don't mix deinterlacing with decimating or fieldmatching.


Top
 Profile  
PostPosted: Thu Apr 10, 2008 8:09 pm  Post subject: Re: Filtering Help Required Please
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19753
Location: En España
elguaxo wrote:
spudthedestroyer wrote:
erm, yes it does, if your source isn't blended and your outcome is, it can very well be your deinterlacing method...


don't mix deinterlacing with decimating.


everywhere i've ever read says blending is a deinterlacing method, on that link, on wikipedia, on doom9, everywhere... are you saying they are all wrong? :o

Under the section "How to deinterlace video, methods of deinterlacing", top example shows you blending; sure i got really bad blended films by using a bob and throwing away a frame (decimating) on a pal Satellite feed (it was also stupid because obviously it was taking away half a frame and blowing up the frame size meaning there was a tonne of noise) but also got the blended frames problems using FieldDeinterlace which isn't a decimate function (right), but it does blend and also gave the blended frames; changing the method of deinterlacing solved this Field Blending issue.

So its not just decimating actions where you'll get blended frames, if you apply the wrong deinterlacing method I've seen it happen too. I don't think it was a freak case, and it wasn't fixable by ivtcing to 24fps, i had to change the deinterlacing method to one that didn't blend.

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Thu Apr 10, 2008 8:13 pm  Post subject: Re: Filtering Help Required Please
Reply with quote
User avatar
Offline

Master Of The Dead Donkey
Joined: Mon Jun 19, 2006 4:01 pm
Posts: 708
You missed my edit, I also added the term fieldmatching.

This is a kickass guide: http://www.file-upload.net/download-487 ... s.zip.html


Top
 Profile  
PostPosted: Thu Apr 10, 2008 8:15 pm  Post subject: Re: Filtering Help Required Please
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19753
Location: En España
oh okay, i'll have a look see :)

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Thu Apr 10, 2008 8:41 pm  Post subject: Re: Filtering Help Required Please
Reply with quote
User avatar
Offline

Master Of The Dead Donkey
Joined: Mon Jun 19, 2006 4:01 pm
Posts: 708
and this script restores your sample!

Code:
Import("D:\AviSynth 2.5\plugins\MRestore.avs")

DGDecode_mpeg2source("H:\videos\samples\badbugs\split2.d2v")

interp=nnedi(-2)                   ## great 'stairstepping' free
yadifmod(mode=1, edeint=interp)    ## bobbing combo

Mrestore(dclip=last.crop( 6, 14, -6, -14).Spline36Resize(640,336))  ## restoring script

crop( 6, 14, -6, -14)
Spline36Resize(640,336)

## your framerate is now 23.976 fps


:beerchug:


Top
 Profile  
PostPosted: Fri Apr 11, 2008 1:58 pm  Post subject: Re: Filtering Help Required Please
Reply with quote
User avatar
Offline

Master Of The Dead Donkey
Joined: Mon Jun 19, 2006 4:01 pm
Posts: 708
@BadBugs, MRestore has a memory leak: http://forum.doom9.org/showthread.php?p ... ost1093528

if you use it, start your script with a low SetMemoryMax() value.


Top
 Profile  
PostPosted: Fri Apr 11, 2008 11:16 pm  Post subject: Re: Filtering Help Required Please
Reply with quote
User avatar
Offline

The Ancient One
Joined: Fri Jan 19, 2007 2:49 am
Posts: 2624
Location: Chernobyl
Thanks elguaxo :beerchug:

I've no time to play with it right now with my work hours but as soon as I have time I'll check your script out :mrgreen:

_________________
Image


Top
 Profile  
Display posts from previous:  Sort by  

All times are UTC [ DST ]

Post new topic Reply to topic  [ 27 posts ]  Go to page Previous  1, 2


Who is online

Users browsing this forum: No registered users and 6 guests


Moderator: Help Mods

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Frontpage / Forums / Scifi


What's blood for, if not for shedding?