Quantcast Avisynth: Deinterlace with the Bob Filter... - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
05-19-2002, 09:07 PM
deltaboy deltaboy is offline
Free Member
 
Join Date: Apr 2002
Location: BC, Canada
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
KWAG, remember you giving me that website that shows how to deinterlace your video and bring it back to its original film based format? i tried this method and it worked, but i ran into a bit of ghosting. i tell ya, using the bob filter is so easy and it produces absolutely NO ghosting affects.

try it out! it doubles your framerate. its easy to just change to framerate back to its original in tmpgenc.

ITS EASY AND IT WORKS... just type "Bob".
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-20-2002, 11:53 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
hello,

i just encoded an 87 min music dvd with the new template, and since it is interlaced, I thought I'd give the bob filter a try. The movie turned out great, but the fast movement was really zig-zaggy and it looked really weird. The avisynth guide says to put it like this- bob (clip). What is the clip parameter?

heres my script:

LoadPlugin("C:\Program Files\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
mpeg2source("C:\ENCODING\nhuquynh.d2v")
BilinearResize(320,446,8,0,704,480)
bob
TemporalSmoother(2,2)
AddBorders(16,17,16,17)
#Trim(0,158187).FadeOut(150)
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set the CCEcrashfix-option to
#== CCEcrashfix=1

Kwag, what method of deinterlacing do you recommend?

thx
ren
Reply With Quote
  #3  
05-21-2002, 12:09 AM
deltaboy deltaboy is offline
Free Member
 
Join Date: Apr 2002
Location: BC, Canada
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
i dont use (clip), only Bob. it says that the filter uses the BicubicResize. i see you have bilinear in your script. try that in yours, might correct the zig-zagging.
Reply With Quote
  #4  
05-21-2002, 01:03 AM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
Hey thx Deltaboy,

I had a feeling maybe the bilinear resize line in there might be the problem

I'll try it with bicubic resize and see what happens- oh also the encoding time increased by about an hour-

i appreciate the advice
ren
Reply With Quote
  #5  
05-24-2002, 06:54 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
i found this in the Decomb 3.8 readme by Donald Graft:
--------------------------------------------------------------------------------------
Don't Invoke an Avisynth Strangeness This one is very important and can easily cost you a 25% speed penalty! It appears that Avisynth has a strangeness that causes it to waste enormous amounts of time when there are no parentheses with the commands. For example, this script:

Telecide
Decimate

...will run much slower than this one:

Telecide()
Decimate()

If you doubt this, try it both ways and see. It is critical, therefore, to always include at least one parameter or the set of empty parentheses. That is why the scenarios below all are coded that way.
-------------------------------------------------------------------------------------

hey DeltaBoy, I don't know if this applies to all avisynth filters- maybe it should be like this: Bob()

It seems stupid but it might save a little time
Reply With Quote
  #6  
05-25-2002, 01:08 AM
deltaboy deltaboy is offline
Free Member
 
Join Date: Apr 2002
Location: BC, Canada
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
ya ive heard that too. doesnt really change much in this instance. thx for the tip tho .
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: ffdshow preprocessing filter for avisynth incredible Avisynth Scripting 4 12-10-2004 06:53 PM
Avisynth: HQdn3d - mplayer filter ported to avisynth incredible Avisynth Scripting 1 10-25-2004 09:51 AM
Avisynth: Need clip filter & dust filters for avisynth nighthawk Avisynth Scripting 3 01-31-2004 12:24 PM
KVCD: To deinterlace or not to deinterlace? girv Video Encoding and Conversion 1 01-20-2003 10:54 AM
Avisynth: Auto crop using avisynth filter beta? black prince Avisynth Scripting 6 11-28-2002 08:51 AM




 
All times are GMT -5. The time now is 10:07 PM  —  vBulletin © Jelsoft Enterprises Ltd