Interlaced help

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
ihavethedeathnote
Crazy Screamer
Joined: Thu Feb 07, 2008 5:19 pm
Location: under a tree
Org Profile

Interlaced help

Post by ihavethedeathnote » Sat Sep 06, 2008 4:35 pm

Im trying to deinterlace this video but i dont know what other plugins then i have in my script

heres a pic
Image

And heres my script
MPEG2Source("D:\Atreyu\VIDEO_TS\The crimson.d2v", cpu=4)
ConvertToRGB32(interlaced=true)
LanczosResize(848,480)

plz help
Image

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Sat Sep 06, 2008 4:39 pm

Read

There's an updated version of the guide, but I like that version more.
Image

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sat Sep 06, 2008 4:39 pm

get TFM, the documentation tells you what parameters to use
Image
Image

User avatar
ihavethedeathnote
Crazy Screamer
Joined: Thu Feb 07, 2008 5:19 pm
Location: under a tree
Org Profile

Post by ihavethedeathnote » Sat Sep 06, 2008 5:24 pm

When im trying to use the tfm i always saying erorr line 2 and i dont wat to do

heres my script

MPEG2Source("D:\Atreyu\VIDEO_TS\The crimson.d2v")
tfm(d2v="D:\Atreyu\VIDEO_TS\The crimson.d2v")
tdecimate()
TomsMoComp(1,5,1)
ConvertToRGB32(interlaced=true)
LanczosResize(848,480)

And Heres another pic of what i have done to it so far
Image
Image

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sat Sep 06, 2008 5:33 pm

first, you did put the .dll files into avisynth's plugin directory right?
then, you only want to use tfm+tdecimate or tomsmocomp...not both
last, when you hit the converttorgb32() line your footage isn't interlaced
Image
Image

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Sun Sep 07, 2008 2:37 am

ihavethedeathnote wrote:When im trying to use the tfm i always saying erorr line 2 and i dont wat to do
What is the specific error message?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Locked

Return to “AviSynth Help”