Okay, my assessment:
Thematically, the project works. I don't have any qualms about that. The part where it suffers, though, is in the technical area, and the problems that haven't been fixed in the individual segments. Thankfully, some are easier to correct than others, but if I get the final huffy (or lagarith) in the state it's in now, the end result won't compress as well and the things done to fix some segments may bleed over into the adjacent ones because of the presence of the some of the transitions, and if I use the Trim() command to isolate the individual segments to clean them there may be the noticable drop from filtered to non-filtered when the transitions hit if I want to avoid bleeding the filtering to a segment that doesn't need the same treatment.
Anyway, here is the list of things on the technical side that need to be fixed for each *individual* segment. Fixing these things may also greatly help to reduce the size of the final made from the fixed segments.
0:opening intro
interlacing artifacts
3:rahxephon
interlacing artifacts
4:castle in the sky
jagged edges; rainbowing; tops of subtitles appear at 3:19, 3:30 and 3:35; letterboxing not equal
7:fma
some interlacing artifacts
9:ah! my goddess the movie
improper aspect ratio, jagged edges
11:ai yori aoshi
jagged edges, interlacing artifacts
12:saikano
extreme black borders
13: noir
improper aspect ratio
16:elfen lied
improper aspect ratio
17:outro
interlacing artifacts
General things:
Most segments would probably benefit from light smoothing
Black borders haven't been cropped on some of the fullscreen segments
There seemed to be problems with noise and color splotchiness, but that could be a side-effect of the test encode.
See if you can use the White Alpha Matte transparency with the titles, which will eliminate some of those white borders that still hang around on the edges of the letters. If that fails, you might want to add a light radial or zoom blur to the titles in the Opening and Credits to simulate anti-aliasing if you can't anti-alias as it is (I don't often work with stuff like that so I can't remember if that's an option or not).
The credits have a few things that should be fixed as well:
Shamanic Princess has two S'es
It's Kino's Journey, not Journies, at least according to the ANN Encyclopedia.
My proper alias has an ö in it, even though my Org username doesn't. The command to use that character is to press down the Alt key and hit 0246 on the right-side number pad (make sure Num Lock is on)
I'd suggest changing it from saying 'Song Subtitles' to 'Credits Subtitles', since I didn't sub the entire project.
At the end of this post, I'll put the scripts to use for those particular segments so that you can fix them on your end (you can fool Premiere by naming the fixed segments exactly the same as the ones on the timeline they're meant to replace, and then putting the fixed segment in the folder where the old one was - don't do this while Premiere is running). For some of the scripts, you'll need to use filters that I've packaged up and put on rapidshare (here is the link:
http://rapidshare.de/files/12865912/nec ... s.zip.html).
Let me know if that link doesn't work.
You'll just need to unpack them in your AviSynth plugins directory and then you'll be able to use the scripts that call for advanced filtering (such as the TIsophote commands I use to correct the jagged lines, or the derainbowing filters).
Of course, if you already have TIVTC, TIsophote, MaskTools, Msharpen, FluxSmooth, Deen, DFMDeRainbow, LUTDeRainbow, and RemoveGrainS.dll RepairS.dll and SSEToolsS.dll from the RemoveGrain package, then you don't need to download that package. You should already have Msharpen, FluxSmooth, and Deen, though, as they come with the AMVApp. I can't remember if RemoveGrain or MaskTools also come with the AMVApp or not. You need to check if you have TomsMoComp, though. I don't know if that comes with the AMVApp either.
Just copy and paste these scripts into separate files and run them through VirtualDub. Make sure that VDub is set on Fast Recompress mode. Then substitute the fixed ones for the originals like I described above and reexport the final. Also, if you can, make sure that the Opening and Ending segments are run through without the titles in place, as the filtering smudges text. Let me know if AviSynth throws you any errors when handling these scripts. I don't know whether I caught all the dependencies of the plugins or not.
0:Opening
Code: Select all
AVISource("filename.avi")
Crop(6,0,-8,0).BilinearResize(720,480)
TomsMoComp(1,1,1).deen("w3d",3,4,6)
1:Witch Hunter Robin
Code: Select all
AVISource("filename.avi")
ConvertToRGB24().Crop(11,22,-8,-27)
LanczosResize(720,480).ConvertToYV12().deen("w3d",2,8,8)
2:Last Exile
Code: Select all
AVISource("filename.avi").deen("w3d",2,8,8)
3:RahXephon
Code: Select all
AVISource("filename.avi")
Crop(6,0,-6,0).LanczosResize(720,480)
TomsMoComp(1,1,1).deen("w3d",2,8,8)
4:Castle In The Sky
Code: Select all
AVISource("filename.avi")
Crop(0,68,0,-138).BilinearResize(720,272)
LUTDeRainbow().DFMDeRainbow()
TIsophote(iterations=15).deen("w3d",2,8,8)
AddBorders(0,104,0,104)
5:Kino's Journey
Code: Select all
AVISource("filename.avi").ConvertToRGB24()
Crop(7,0,-5,0).LanczosResize(720,480)
ConvertToYV12().deen("w3d",2,8,8)
6:Crest Of The Stars
Code: Select all
AVISource("filename.avi")
ConvertToRGB24().Crop(5,0,-5,0).LanczosResize(720,480)
7:Fullmetal Alchemist
Code: Select all
AVISource("filename.avi")
TomsMoComp(1,1,1).deen("w3d",2,8,8)
8:Shamanic Princess
Code: Select all
AVISource("filename.avi")
Crop(10,4,-10,0).LanczosResize(720,480)
deen("w3d",2,8,8)
9:Ah! My Goddess
Code: Select all
AVISource("filename.avi")
Crop(8,0,-6,0).LanczosResize(720,368)
TIsophote(iterations=10).deen("w3d",2,8,8)
AddBorders(0,56,0,56)
10:Chrono Crusade
Code: Select all
AVISource("filename.avi").deen("w3d",2,8,8)
11:Ai Yori Aoshi
Code: Select all
AVISource("filename.avi")
Crop(4,0,-8,0).LanczosResize(720,480)
TomsMoComp(1,1,1).TIsophote(iterations=15)
deen("w3d",2,8,8)
12:Saikano
Code: Select all
AVISource("filename.avi")
ConvertToRGB24().Crop(35,59,-33,-59)
LanczosResize(720,368).ConvertToYV12()
deen("w3d",2,8,8).AddBorders(0,56,0,56)
13:Noir
Code: Select all
AVISource("filename.avi")
Crop(4,0,-4,0).LanczosResize(720,368)
deen("w3d",2,8,8).AddBorders(0,56,0,56)
14:Princess Tutu
Code: Select all
AVISource("filename.avi")
Crop(4,0,-4,0).LanczosResize(720,480)
deen("w3d",2,8,8)
15:Erementar Gerad
Code: Select all
AVISource("filename.avi").deen("w3d",2,8,8)
16:Elfen Lied
Code: Select all
AVISource("filename.avi")
Crop(4,0,4,0).LanczosResize(720,368)
deen("w3d",2,8,8).AddBorders(0,56,0,56)
17:Outro
Code: Select all
AVISource("filename.avi")
Crop(8,0,-6,0).BilinearResize(720,480)
TomsMoComp(1,1,1).deen("w3d",3,4,6)