How to remove...Lines? :|

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: How to remove...Lines? :|

Post by mirkosp » Wed Sep 23, 2009 5:01 pm

angelchanx3 wrote:It's telecined.

Code: Select all

tfm()
tdecimate()
Should do the trick.
Image

User avatar
angelchanx3
Joined: Tue Jun 05, 2007 6:16 pm
Status: hnnnnng
Location: Montreal,Canada
Org Profile

Re: How to remove...Lines? :|

Post by angelchanx3 » Wed Sep 23, 2009 5:13 pm

It still freeze's like i previously screenshooted when i save the edited script with virtual dub mod.

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: How to remove...Lines? :|

Post by mirkosp » Wed Sep 23, 2009 5:43 pm

Try to use avsp to edit your avisynth files. It comes with the newest amvapp, but if you don't have it: http://avisynth.org/qwerpoi/Download.html
Image

User avatar
angelchanx3
Joined: Tue Jun 05, 2007 6:16 pm
Status: hnnnnng
Location: Montreal,Canada
Org Profile

Re: How to remove...Lines? :|

Post by angelchanx3 » Wed Sep 23, 2009 6:01 pm


User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: How to remove...Lines? :|

Post by mirkosp » Wed Sep 23, 2009 6:14 pm

Just which version of the AMVApp did you get? o.O
I'm starting to think that you didn't install the avisynth filters properly... reinstall? Make sure you have the filters (a bunch of .avsi and .dll files) in the plugins directory of avisynth (generally C:\Program Files\Avisynth 2.5\plugins).

PS: you can watch the script directly in avsp. Hit f5 after you edit it and you'll see a preview. You can then seek frames with the bottom bar, too.
Image

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

Re: How to remove...Lines? :|

Post by Scintilla » Wed Sep 23, 2009 8:28 pm

Try loading the plugin manually at the top of your script, in such a manner as this:

LoadPlugin("C:\Program Files\Avisynth 2.5\Plugins\TIVTC.dll")
(obviously, replacing the path with whatever it is on your computer)

AVISynth can fail to autoload some plugins if you have more than a certain number in your plugins directory. I forget what that number is however.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
angelchanx3
Joined: Tue Jun 05, 2007 6:16 pm
Status: hnnnnng
Location: Montreal,Canada
Org Profile

Re: How to remove...Lines? :|

Post by angelchanx3 » Tue Sep 29, 2009 6:13 pm

Wtf, i just checked my plugins folder I dont even have TIVTC.dll
....

gerber2022
Joined: Tue May 15, 2007 4:50 am
Org Profile

Re: How to remove...Lines? :|

Post by gerber2022 » Tue Oct 13, 2009 11:15 pm

i think it would be much easier for someone to control ur comp and install all the plugins for u i know my first times were so hard to figure out to get the plugins even less get the new ones for all of this things here goes
Spline16Resize(640,360) smoothest
Spline36Resize(640,360) smoothe
Spline64Resize(640,360) Sharp
Lanczos4resize(640,360) Sharp
BilinearResize(640,360) smooth
ConvertToYV12()
Tweak(cont=1.0,sat=1.2,bright=0, hue=0)
ColorYUV(gain_u=15)
SmoothD()
MSharpen(strength=50)
RemoveGrainHD()
DeBlock()
vmtoon(strength=135)
Tdeint(mode=2)
Deen("w3d",3,4,6)
---------------------------------
For 4:3 Amv's

[A.] "16:9 to 4:3" *(720x480)*

LanczosResize(960,480)
Crop(120,0,-120,-0)
---------------------------------
[B.] "16:9 to 4:3" *(640x480)*

LanczosResize(856,480)
Crop(104,0,-104,-0)
---------------------------------


---------------------------------
For 16:9 Amv's

(1.)
"4:3 to 16:9"

Crop(0,60,-0,-60)
LanczosResize(848,480)
---------------------------------
(2.) "16:9 Footage"

LanczosResize(848,480)

---------------------------------


"Fix 4:3 DVD

Crop(8,0,-8,-0)
LanczosResize(640,480)



"BOXED TO FIT 4:3"

Crop(8,0,-8,-0)
LanczosResize(640,360)
AddBorders(0,60,0,60)




"Fix PAL" (768x576) Footage

"To 16:9"

Lanczos4Resize(768,576)
Crop(8,80,-8,-80)




"new plugins"

assumefps(29.970)

assumefps(23.976)


(1280,720) HD Wide

Tweak(cont=1.0,sat=1.2,bright=0, hue=0)
ttempsmooth()
decrawl()
vmtoon()
BlindPP(cpu=4)
Blindpp(Quant=12)
separatefields
killaudio()


"Inverse Telecine"
FieldDeinterlace() simple

telecide(order=1,post=2,blend=true,vthresh=30,back=1)
decimate(cycle=5,mode=2,quality=3)
assumefps(24)


TFM(pp=0)
TDecimate(mode=1)


Tdeint(mode=2)


Toon(Strength=0.1)
Toon(Strength=1)
Toon(Strength=0.5)
Toon(Strength=1.0)


1280,720 16:9

853,480 16:9

768,432 16:9

711,400 16:9

640,360-16:9

512,288 16:9

http://www.teamviewer.com/index.aspx that is the website for the program of someone who can control your pc just install and give the number and password to the one who will control your comp ps the one who will control your comp also needs to install this program hope this helps

Locked

Return to “AviSynth Help”