Okie, I'm having an issue with processing my Love Hina footage.
Namely, my preprocessed footage is pretty, and the edges are smooth, like in this picture
Yet, once I export, the edges get all messed up, like in [url=ttp://img.photobucket.com/albums/v626/MoonlightSoldier/lovenay.png]this picture[/url]
...
Can anyone offer a suggestion on how to fix that? I thought Fastlinedarken might work, but it does this >.< (and noticably doesn't fix the edges).
Any ideas?
How to smooth some edges (help?)
- Moonlight Soldier
- girl with bells
- Joined: Thu Jul 03, 2003 1:45 pm
- Status: Plotting
- Location: Canada
- dokool
- Sir Gaijin Smash
- Joined: Wed Jul 31, 2002 9:12 pm
- Location: Tokyo, Japan
- Contact:
Looks like the fields are swapped...
<a href="http://www.amvwiki.org/index.php/Love_H ... g">AMVWiki - Love Hina Processing</a>. Give it a shot?
<a href="http://www.amvwiki.org/index.php/Love_H ... g">AMVWiki - Love Hina Processing</a>. Give it a shot?
- 808-buma
- Joined: Mon Apr 25, 2005 5:40 pm
first of all, the correct link is here: you were missing the first 'h'
second, is this an image after it has been exported and compressed, or just exported?
second, is this an image after it has been exported and compressed, or just exported?
- Moonlight Soldier
- girl with bells
- Joined: Thu Jul 03, 2003 1:45 pm
- Status: Plotting
- Location: Canada
I questions that processing method =/ I tried that first and ended up with a bunch of errors.dokool wrote:Looks like the fields are swapped...
<a href="http://www.amvwiki.org/index.php/Love_H ... g">AMVWiki - Love Hina Processing</a>. Give it a shot?
However, in using the parts that don't result in errors, I used this code:
Code: Select all
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\alternatives\Decomb4.dll")
AVISource("C:\Documents and Settings\*******\Desktop\Mood.avi")
ConvertToYV12()
telecide(guide=1,threshold=1)
decimate(cycle=5,mode=2)
deen("a3d", 3, 10, 12)
awarpsharp
AssumeFPS(24)
I seem to have to have fixed the lines. The new issue is once I've exported only, and am prepping footage for compression.808-buma wrote:second, is this an image after it has been exported and compressed, or just exported?
I don't even know where to begin trying to fix that

- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
If I was you, I wouldn't convert to YV12 until after Telecide and Decimate.
And Love Hina has the very annoying problem of switching field orders every so often within the same episode... I'm told that DGFix (comes with the DGMPGDec package) is meant to correct this very problem; alternatively, you can use the legacy Decomb plugin that doesn't require you to specify a field order for Telecide, but that requires LoadPluginEx (or some other plugin that allows you to load AVISynth 2.0 plugins).
The problem in your latest screenshot I'd call chroma ghosting; you can probably cut down on that by switching Deen to a 2D mode.
And Love Hina has the very annoying problem of switching field orders every so often within the same episode... I'm told that DGFix (comes with the DGMPGDec package) is meant to correct this very problem; alternatively, you can use the legacy Decomb plugin that doesn't require you to specify a field order for Telecide, but that requires LoadPluginEx (or some other plugin that allows you to load AVISynth 2.0 plugins).
The problem in your latest screenshot I'd call chroma ghosting; you can probably cut down on that by switching Deen to a 2D mode.
- Moonlight Soldier
- girl with bells
- Joined: Thu Jul 03, 2003 1:45 pm
- Status: Plotting
- Location: Canada
That worked soooo well. Thank youScintilla wrote:If I was you, I wouldn't convert to YV12 until after Telecide and Decimate.
And Love Hina has the very annoying problem of switching field orders every so often within the same episode... I'm told that DGFix (comes with the DGMPGDec package) is meant to correct this very problem; alternatively, you can use the legacy Decomb plugin that doesn't require you to specify a field order for Telecide, but that requires LoadPluginEx (or some other plugin that allows you to load AVISynth 2.0 plugins).
The problem in your latest screenshot I'd call chroma ghosting; you can probably cut down on that by switching Deen to a 2D mode.

And actually, once I used that plugin, I just tossed Deen and used temporalcleaner and it looks awesome.