Can't..De-interlave Video!!
- Zero~_Enna
- Joined: Mon Jul 05, 2004 5:12 pm
- Location: MD..Waita Minute..Medical Doctor!!
Can't..De-interlave Video!!
Okay, So i'm starting my next AMV, But I have A big problem. My rips have A small bit of interlacing (Mind you, It's not heavy, But you can see the lines through peoples mouths when they are talking, And it comes up during action clips).
My problem arises here, I use AVIsynth(Spelling Error?), As Absolute and ErMac's guide discribed, But it still dosen't go away. It remains there. I'm pretty sure it's interlacing that's causing the problem. DGIndex said it was, And it's showing the signs, But it's just too stubron to die!! Can someone help me out? These DVD rips would be Beatiful, But that damn interlacing is there!!
Also, I'm sorry if this is the wrong area, I could really tell where it went, And since this (In my eyes, Which, Isn't always right) dosen't seem to be hardware or software..
My problem arises here, I use AVIsynth(Spelling Error?), As Absolute and ErMac's guide discribed, But it still dosen't go away. It remains there. I'm pretty sure it's interlacing that's causing the problem. DGIndex said it was, And it's showing the signs, But it's just too stubron to die!! Can someone help me out? These DVD rips would be Beatiful, But that damn interlacing is there!!
Also, I'm sorry if this is the wrong area, I could really tell where it went, And since this (In my eyes, Which, Isn't always right) dosen't seem to be hardware or software..
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- Zero~_Enna
- Joined: Mon Jul 05, 2004 5:12 pm
- Location: MD..Waita Minute..Medical Doctor!!
Sorry! I'm really new at this, So i'm probably doing something wrong.Scintilla wrote:
Code: Select all
mpeg2source("E:\AMV clips\Full Metal Alchemist\Disc Five - The Cost Of Living\Soul Of The Guardian\FMA Test.d2v")
ConvertToRGB32(interlaced=true)
BicubicResize(440,600)
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
...I'll leave the convertToRGB32() to scintilla, but to me, it doesn't sound like you need it.
If you have read any of the guides, you should also have a few more plugins that will help you with that footage.
just in case...Read <a href=http://www.a-m-v.org/guides/avtech31/>ErMaC & AbsoluteDestiny's Friendly AMV Guides</a>
you should also have the following in your script:
Telecide()
Decimate()
I don't have time to explain in detail how to use these two functions, but I'm sure someone else will pick up my slack
keep in mind, that this is the bare minimum that I think should be in every avs script
If you have read any of the guides, you should also have a few more plugins that will help you with that footage.
just in case...Read <a href=http://www.a-m-v.org/guides/avtech31/>ErMaC & AbsoluteDestiny's Friendly AMV Guides</a>
you should also have the following in your script:
Telecide()
Decimate()
I don't have time to explain in detail how to use these two functions, but I'm sure someone else will pick up my slack
keep in mind, that this is the bare minimum that I think should be in every avs script
- Zero~_Enna
- Joined: Mon Jul 05, 2004 5:12 pm
- Location: MD..Waita Minute..Medical Doctor!!
I was reading it, But that's what it gave me to get the interlacing out, I haven't gone any futher since as It's kinda useless to learn without acutally doing it.Kariudo wrote:...I'll leave the convertToRGB32() to scintilla, but to me, it doesn't sound like you need it.
If you have read any of the guides, you should also have a few more plugins that will help you with that footage.
just in case...Read <a href=http://www.a-m-v.org/guides/avtech31/>ErMaC & AbsoluteDestiny's Friendly AMV Guides</a>
you should also have the following in your script:
Telecide()
Decimate()
I don't have time to explain in detail how to use these two functions, but I'm sure someone else will pick up my slack
keep in mind, that this is the bare minimum that I think should be in every avs script
As far as I can tell, I haven't got to the parts that tell me about those lines yet. Though I very well could of missed it.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Restoring progressive frames is covered here:
http://www.animemusicvideos.org/guides/ ... etb3a.html
I don't see why you're resizing to such an odd resolution though; it's not even wider than it is tall... besides, resizing vertically when you still have interlaced footage will seriously screw things up and make the scanlines impossible to remove later.
http://www.animemusicvideos.org/guides/ ... etb3a.html
I don't see why you're resizing to such an odd resolution though; it's not even wider than it is tall... besides, resizing vertically when you still have interlaced footage will seriously screw things up and make the scanlines impossible to remove later.
- Zero~_Enna
- Joined: Mon Jul 05, 2004 5:12 pm
- Location: MD..Waita Minute..Medical Doctor!!
It wouldn't fit on my screen Vertically, I was simply trying to make everything fit in it's little box. I'll resize it to A more smaller size when I am done fixing up the video, Thanks for the help...I feel so newbish..Probably because I am..This stuff seems so complicated compared to what I did but, I'll just have to get over it and learn. Anyway, Thanks for the help!Scintilla wrote:Restoring progressive frames is covered here:
http://www.animemusicvideos.org/guides/ ... etb3a.html
I don't see why you're resizing to such an odd resolution though; it's not even wider than it is tall... besides, resizing vertically when you still have interlaced footage will seriously screw things up and make the scanlines impossible to remove later.
- Gox777
- Joined: Tue Aug 10, 2004 8:06 pm
- Location: Deltona, FL
- Contact:
The program VirtualDub has a deinterlace filter.
You can get it at http://virtualdub.sourceforge.net/
Does anyone else reccomend this method for deinterlacing?
You can get it at http://virtualdub.sourceforge.net/
Does anyone else reccomend this method for deinterlacing?
- Corran
- Joined: Mon Oct 14, 2002 7:40 pm
- Contact:
Make sure you put this right after your mpeg2source() line.Kariudo wrote:you should also have the following in your script:
Telecide()
Decimate()
O_o what resolution is you monitor?Zero~_Enna wrote:It wouldn't fit on my screen Vertically, I was simply trying to make everything fit in it's little box. I'll resize it to A more smaller size when I am done fixing up the video, Thanks for the help...I feel so newbish..Probably because I am..This stuff seems so complicated compared to what I did but, I'll just have to get over it and learn. Anyway, Thanks for the help!
You should be using something more like
BicubicResize(640,480)
or
BicubicResize(640,368)
depending on the aspect ratio of your source
- Bakadeshi
- Abuses Spellcheck
- Joined: Mon Sep 29, 2003 9:49 am
- Location: Atlanta, GA
- Contact:
The virtual dub filter is good for sources that arn't cleaned up completly by AVIsynths filter after making the movie. the downside is it blurs the footage more than AVIsynth's Telecide does, so its better to use AVIsynth's Telecide (Decomb package) if it does the trick. AVIsynth also has the advantage of allowing you to process the DVDs directly and work with the script in premeire without having to make a video file first.Gox777 wrote:The program VirtualDub has a deinterlace filter.
You can get it at http://virtualdub.sourceforge.net/
Does anyone else reccomend this method for deinterlacing?
All around, avisynth is just more convinient and better at the same time.