Scripting

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sun Oct 19, 2008 3:41 pm

mpeg2source("C:\Regrets.AVI")
ssxsharpen()
crop(4,4,-4,-4)
lanczos4resize(848,480)
fastlinedarken(strength=30)

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 » Sun Oct 19, 2008 4:14 pm

avi =!= mpeg2
try using avisource() instead [of mpeg2source()]
Image
Image

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sun Oct 19, 2008 5:47 pm

The same thing happens.

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sun Oct 19, 2008 5:47 pm

And now VdubMod closes

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

Post by AaronAMV » Sun Oct 19, 2008 5:53 pm

Try putting it in a folder
Image

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sun Oct 19, 2008 7:01 pm

AaronAMV wrote:Try putting it in a folder
Did that as well. Still not working

User avatar
Autraya
Zero Punctuation
Joined: Tue Mar 11, 2003 12:52 am
Status: old
Location: Terra Australis
Contact:
Org Profile

Post by Autraya » Sun Oct 19, 2008 8:17 pm

Try commenting out all line except the import line.

so put a # before all other lines.

save the script then open again.

this might not work.... just using a process of elimination.
new banzors in the making :p

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sun Oct 19, 2008 8:19 pm

Autraya wrote:Try commenting out all line except the import line.

so put a # before all other lines.

What do you mean?

User avatar
Autraya
Zero Punctuation
Joined: Tue Mar 11, 2003 12:52 am
Status: old
Location: Terra Australis
Contact:
Org Profile

Post by Autraya » Sun Oct 19, 2008 8:27 pm

avisource("C:\yourblargfolder\yourblargfile.avi")
#deint = TDeint(mode=2, mtnmode=3, blim=100)
#TFM(pp=0, cthresh=4, clip2=deint)
#TDecimate()
#AssumeFPS(24)
#LanczosResize(640,352)
#ConvertToRGB32()
new banzors in the making :p

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Post by Vax » Sun Oct 19, 2008 8:33 pm

Autraya wrote:avisource("C:\yourblargfolder\yourblargfile.avi")
#deint = TDeint(mode=2, mtnmode=3, blim=100)
#TFM(pp=0, cthresh=4, clip2=deint)
#TDecimate()
#AssumeFPS(24)
#LanczosResize(640,352)
#ConvertToRGB32()
Still no luck.

Locked

Return to “AviSynth Help”