Need Help!
-
- Joined: Fri Jan 05, 2007 8:41 pm
Need Help!
I had this great script in avisynth for getting rid of 4:3 letterboxing in my footage. I cut and pasted it from the site. When I had to resave my d2v file, I lost it. can anyone tell me what it is. Also, does anyone know the right type of de interlacing code or plugin to load for purly interlaced, NSTC footage? I would realy appreciate any help.
- Krisqo
- Cooking Oil
- Joined: Mon Jul 07, 2003 1:22 pm
- Status: W.O.A (Waiting on Aion)
- Location: Moderating the Adobe Forums
<a href="http://www.animemusicvideos.org/guides/ ... ">Here.</a> The updated version 3 beta guides updated by Zarxrax.AaronAMV wrote:Read this. That's where I learned what I know.
- Krisqo
- Cooking Oil
- Joined: Mon Jul 07, 2003 1:22 pm
- Status: W.O.A (Waiting on Aion)
- Location: Moderating the Adobe Forums
Forgot to respond.
You should be able to just crop out the black borders if they are static (not anamorphic). The code should be:
where "a" is the left, "b" is the top, "-c" is the right, and "-d" is the bottom. Just replace the letters by the necessary number of pixles. For example
As for the deinterlacing, read the guide.
You should be able to just crop out the black borders if they are static (not anamorphic). The code should be:
Code: Select all
Crop(a, b, -c, -d)
Code: Select all
Crop(4,60,-3,-20)
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
lulz. Why the html tag? BBCode not good enough for you? XDKrisqo wrote:<a href="http://www.animemusicvideos.org/guides/ ... ">Here.</a> The updated version 3 beta guides updated by Zarxrax.AaronAMV wrote:Read this. That's where I learned what I know.
... yea ...