Avisynth Issues

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

Avisynth Issues

Postby CodeZTM » Wed Jul 15, 2009 10:26 pm

Mmmkay. What is this and how can I get rid of it?

Image

Current Script:

Code: Select all
AVISource("C:\Users\Zackary Murdoch\Desktop\fbone.avi")
converttoyv12 ()
Crop(8,0,-8,-0)
Spline36Resize(640,480)
awarpsharp
TComb()
AMVDeint(mode=1)
User avatar
CodeZTM
Spin Me Round
 
Joined: 03 Mar 2006
Location: Arkansas
Status: Flapping Lips

Re: Avisynth Issues

Postby LivingFlame » Wed Jul 15, 2009 10:56 pm

Put the deinterlacing stuff before the filters. Put the cropping and resizing at the end of the script. Dunno if that's your whole problem, but it should certainly help out.

Something like this:
Code: Select all
AVISource("C:\Users\Zackary Murdoch\Desktop\fbone.avi")
converttoyv12 ()
TComb()
AMVDeint(mode=1)
awarpsharp
Crop(8,0,-8,-0)
Spline36Resize(640,480)


Actually, I don't know offhand what TComb is, so maybe it goes elsewhere...
... yea ...
User avatar
LivingFlame
 
Joined: 28 May 2005
Location: Closer than you think...

Re: Avisynth Issues

Postby CodeZTM » Wed Jul 15, 2009 11:13 pm

Code: Select all
AVISource("C:\Users\Zackary Murdoch\Desktop\fbone.avi")
converttoyv12()
amvdeint(mode=2)
dfttest()
checkmate()
toon()
Crop(8,0,-8,-0)
Spline36Resize(640,480)
assumeframebased()
Blendbob(badframes=0)
Unblend()


After Sanchez helped me out, it's just barely there now.

Image
User avatar
CodeZTM
Spin Me Round
 
Joined: 03 Mar 2006
Location: Arkansas
Status: Flapping Lips

Re: Avisynth Issues

Postby AaronAMV » Wed Jul 15, 2009 11:53 pm

It looks like someone masked the girl out, then did a zoom on her LOL
Image
User avatar
AaronAMV
eating that e. coli spinach
 
Joined: 22 Jan 2008
Location: (◔ ◡ ◔ )
Status: (◔ ◡ ◔ )

Re: Avisynth Issues

Postby CodeZTM » Thu Jul 16, 2009 12:02 am

AaronAMV wrote:It looks like someone masked the girl out, then did a zoom on her LOL


It's a zooming out sequence.
User avatar
CodeZTM
Spin Me Round
 
Joined: 03 Mar 2006
Location: Arkansas
Status: Flapping Lips

Re: Avisynth Issues

Postby AaronAMV » Thu Jul 16, 2009 12:06 am

Code wrote:
AaronAMV wrote:It looks like someone masked the girl out, then did a zoom on her LOL


It's a zooming out sequence.

Oh. I can see how it could look like that then
Image
User avatar
AaronAMV
eating that e. coli spinach
 
Joined: 22 Jan 2008
Location: (◔ ◡ ◔ )
Status: (◔ ◡ ◔ )

Re: Avisynth Issues

Postby mirkosp » Thu Jul 16, 2009 5:18 am

Chroma blending. Gotta need a better IVTC+Decimate combo. :|
Image
User avatar
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Re: Avisynth Issues

Postby Scintilla » Thu Jul 16, 2009 7:32 am

Is there any way you could use the DVD footage straight? Because I'm looking at that exact scene now, and it IVTCs perfectly with the lines:
Code: Select all
TFM(d2v="K:\source\d2vs\furuba01.d2v")
TDecimate(mode=1)


What are the properties of the AVI file you're feeding it (framerate, interlacing)? If it's 29.97 interlaced, then you should be IVTCing, not deinterlacing; try AMVIVTC() by Zarxrax.
And even if you do want deinterlacing instead of IVTC, why are BlendBob and UnBlend in there when you already have AMVDeint() doing the deinterlacing?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Re: Avisynth Issues

Postby CodeZTM » Thu Jul 16, 2009 9:45 am

Scintilla wrote:Is there any way you could use the DVD footage straight? Because I'm looking at that exact scene now, and it IVTCs perfectly with the lines:
Code: Select all
TFM(d2v="K:\source\d2vs\furuba01.d2v")
TDecimate(mode=1)


What are the properties of the AVI file you're feeding it (framerate, interlacing)? If it's 29.97 interlaced, then you should be IVTCing, not deinterlacing; try AMVIVTC() by Zarxrax.
And even if you do want deinterlacing instead of IVTC, why are BlendBob and UnBlend in there when you already have AMVDeint() doing the deinterlacing?


Ok, that would explain a lot. Thanks, the problem was solved quickly once I swiched back to d2v's. :up:
User avatar
CodeZTM
Spin Me Round
 
Joined: 03 Mar 2006
Location: Arkansas
Status: Flapping Lips


Return to Footage Help

Who is online

Users browsing this forum: No registered users and 1 guest