Help a loser out? Cleaning footage

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Hagaren Viper
Joined: Fri Aug 19, 2005 11:51 pm
Status: Just wanna play Persona 4Ever
Location: I dont wanna edit
Contact:
Org Profile

Help a loser out? Cleaning footage

Post by Hagaren Viper » Sat Jul 12, 2014 9:35 pm

So I bought the Soul Eater Blurays, and they're nice and pretty and good quality. The problem is, I want to mix that footage with footage from the SE video game, which is much less HD.

Unaltered footage on the left, filtered on the right:
Spoiler :
ImageImage
Spoiler :
ImageImage
Spoiler :
ImageImage

Code: Select all

LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\ffms2-r706\ffms2.dll")
ffvideosource("[A^R] Soul_Eater_-_Monotone_Princess_Movie_0006_(640x480_H.264-AAC).avi")
ConvertToYV12()
    Deblock(quant=30)
Tweak(sat=1.2, cont=1.1, bright=-2)
Deen("a2d",3,7,9)
FastLineDarkenMod()
Crop(0,36,-0,-36)
LanczosResize(848,480)
    
I'm not expecting to make pristine Bluray footage out of nothing here, since thats beyond impossible. But I'd like to have something at least sort of presentable to put alongside the other footage as Id really like to use these scenes still. After all this time my scripting knowledge is still pretty low, so does anyone with more know-how have any ideas?

Locked

Return to “AviSynth Help”