The best possible eva AVS script?
- Dannywilson
- Joined: Wed Jul 31, 2002 5:36 am
- Location: In love with Dr. Girlfriend
The best possible eva AVS script?
This is mostly directed to AD and Ermac, but what is the most useful script for working with the NON-renewal version of EVA and it's horrible interlacing problem? I am trying my hardest to play around with all the AdvancedAMV pack stuff and maybe create a "Magic Bullet" avs script, but I havent stumbled across one yet... Any help anyone could give would be appreciated.
"in the morning when i have wood..i like to walk around my house and bump random shit with it.... " -Random comment on grouphug.us
- the Black Monarch
- Joined: Tue Jul 09, 2002 1:29 am
- Location: The Stellar Converter on Meklon IV
Throw out either Field 1 or 2 (but not both), resize to 720x480, and cut an arbitrary number of pixels off each edge.
Since the video was captured before interlacing, there are no duplicate frames and Decimate must be avoided.
Since the video was captured before interlacing, there are no duplicate frames and Decimate must be avoided.
Ask me about my secret stash of videos that can't be found anywhere anymore.
- Dannywilson
- Joined: Wed Jul 31, 2002 5:36 am
- Location: In love with Dr. Girlfriend
Tried it.the Black Monarch wrote:Throw out either Field 1 or 2 (but not both), resize to 720x480, and cut an arbitrary number of pixels off each edge.
Since the video was captured before interlacing, there are no duplicate frames and Decimate must be avoided.
That leaves ghosting and a horrible amount of visual artifacts...
"in the morning when i have wood..i like to walk around my house and bump random shit with it.... " -Random comment on grouphug.us
- AbsoluteDestiny
- Joined: Wed Aug 15, 2001 1:56 pm
- Location: Oxford, UK
- Contact:
- Dannywilson
- Joined: Wed Jul 31, 2002 5:36 am
- Location: In love with Dr. Girlfriend
I meant that with Monarch's suggestion, the ghosting got worse. sorry bout that... I may just do a frame by frame delete on it...AbsoluteDestiny wrote:You are not going to get rid of ghosting in eva cause eva has blended fields.
I'm sorry but I dont really know any way of helping. Most deinterlacing routines are about as good/bad as each other for eva and the image quality can only be marginally helped by the traditional cleaners.
"in the morning when i have wood..i like to walk around my house and bump random shit with it.... " -Random comment on grouphug.us
- Quu
- Joined: Tue Dec 26, 2000 1:20 pm
- Location: Atlanta, GA
- Contact:
you could work in an interlaced format... such as DV?
would that help
Go DVD->DV with out messing with the field processing (you might have to swap field order in the DVD2AVI d2v file) ... but if it displays on the tv properly... its interlacing may be so fubared that you can only work with it... and not remove it
would that help
Go DVD->DV with out messing with the field processing (you might have to swap field order in the DVD2AVI d2v file) ... but if it displays on the tv properly... its interlacing may be so fubared that you can only work with it... and not remove it
- the Black Monarch
- Joined: Tue Jul 09, 2002 1:29 am
- Location: The Stellar Converter on Meklon IV
One ghosted field will become more pronounced, but the other will disappear entirely. Basically, you're reducing 4 fields per frame to 2 fields per frame, so the remaining two fields get stronger. I think it looks slightly better afterward.Dannywilson wrote:I meant that with Monarch's suggestion, the ghosting got worse. sorry bout that... I may just do a frame by frame delete on it...
Ask me about my secret stash of videos that can't be found anywhere anymore.
-
trythil
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
There's only two sets of fields in an interlaced frame.the Black Monarch wrote:One ghosted field will become more pronounced, but the other will disappear entirely. Basically, you're reducing 4 fields per frame to 2 fields per frame, so the remaining two fields get stronger. I think it looks slightly better afterward.Dannywilson wrote:I meant that with Monarch's suggestion, the ghosting got worse. sorry bout that... I may just do a frame by frame delete on it...
This somewhat works but it looks absolutely terrible -- you're throwing away half the image data and interpolating (read: "faking") the rest.the Black Monarch wrote: Throw out either Field 1 or 2 (but not both), resize to 720x480, and cut an arbitrary number of pixels off each edge.
--
Something that you may want to try is just to use an adaptive deinterlacer and work at 29.97fps -- if you tell it to blend fields it will ghost even more, but you at least won't get jagged lines (and one looks more visually pleasing than the other). Interpolating only what you need to may produce better results -- it really depends on the scene content.
A few smoothing filters will reduce the prominence of those visual artifacts, but it won't obliterate them entirely...
- the Black Monarch
- Joined: Tue Jul 09, 2002 1:29 am
- Location: The Stellar Converter on Meklon IV
Technically yes, but each of those fields is really two other fields blended together, so you have essentially four fields all going into one interlaced frame.trythil wrote: There's only two sets of fields in an interlaced frame.
trythil wrote:This somewhat works but it looks absolutely terrible -- you're throwing away half the image data and interpolating (read: "faking") the rest.
I think it looks just fine and a hell of a lot better than blending...
Yes, it does. If there's motion, then discard+resize looks better; otherwise, you might as well blend the fields, since there's no ghosting without movement anyway.trythil wrote:Something that you may want to try is just to use an adaptive deinterlacer and work at 29.97fps -- if you tell it to blend fields it will ghost even more, but you at least won't get jagged lines (and one looks more visually pleasing than the other). Interpolating only what you need to may produce better results -- it really depends on the scene content.
Ask me about my secret stash of videos that can't be found anywhere anymore.
- AbsoluteDestiny
- Joined: Wed Aug 15, 2001 1:56 pm
- Location: Oxford, UK
- Contact:
Thing is that's not really true. The nasty thing about the kind of blending you get on eva and various other anime is that the amount of the next image increases as you get to the bottom of the field.the Black Monarch wrote:Technically yes, but each of those fields is really two other fields blended together, so you have essentially four fields all going into one interlaced frame.trythil wrote: There's only two sets of fields in an interlaced frame.
Take this example from Ranma:

As you can see, the bottom of one of the fields is from the next frame as if the fields are blending into the next as they are sampled from top to bottom.
It's a problem with lots of anime that was telecined this way and it's practically impossible to deal with without gettting half a ghost on your image.

