Hi everyone,
I need to convert DV footage to resemble a nightvision-look (greenish with grain). Is there a low cost solution to this ? I've seen an adobe after effect plugin which can do it but that costs 300$. Which is quit a lot for a onetime only effect (nope no <insert your famous rolemodel here> home-movies stuff).
Thanks,
WaveX
+ Reply to Thread
Results 1 to 4 of 4
-
-
Most of the lower end packages have both color adjustment (which you can use to make it green) and grain effects. I just fired up Windows Movie Maker, and it has them. I also know that my Vegas Movie Studio can do it too.
Dan -
AviSynth can do this relatively easy. You can adjust the colors to a dark green and add grain with a filter called "Addgrain".
Did a quick experiment and used:
addgrain( 1199,0.3,0.3)
as a good starting point. Best of all, it's free.ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
Here's the results of my quick test:
PRE MODIFICATION IMAGE
MODIFIED IMAGE
Using this script:
Code:directshowsource("D:BombSquad.wmv") addgrain( 1199,0.3,0.3) tweak(cont=.7,bright=-10) converttoRGB() RGBAdjust(0,1.1,0,1) converttoYUY2()
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W
Similar Threads
-
Trying to remove nightvision effect from DV video
By cpositive in forum Newbie / General discussionsReplies: 7Last Post: 15th Nov 2009, 23:08