View Single Post
Old 29th December 2011, 16:56   #11  |  Link
tin3tin
Registered User
 
tin3tin's Avatar
 
Join Date: Mar 2005
Posts: 366
A testing script for hdr video shot with the new Magic Lantern EOS hack, with both overlay/blend and Fuse:

Code:
loadplugin("C:\Users\tin2tin\Desktop\Fotos 60D\fusion.dll")
loadplugin("C:\Program Files\DVD slideshow GUI\FFmpegSource\ffms2.dll")
import("C:\Program Files\DVD slideshow GUI\FFmpegSource\ffms2.avs")

v=ffmpegSource2("C:\Users\tin2tin\Desktop\Fotos 60D\MVI_3769.MOV").converttorgb32().ReduceBy2().ReduceBy2()
a=selecteven(v)
b=selectodd(v)

mymask=greyscale(overlay(a,b)).levels(50,1,256,0,256,true)
c=overlay(b,a,mask=mymask,opacity=0.5,greymask=true,mode="blend",pc_range=true)

Stackvertical(a.subtitle("Dark"),c.subtitle("Blend"),fuse(a,b,mymask.invert()).subtitle("Fuse"),b.subtitle("Light"),mymask.subtitle("Mask"))#, fusemask(a,b,exp=0.3)
The footage used: minus.com/mo8xQ556o#1 by DavidJFulde

__________________
DVD slideshow GUI(Freeware).

Last edited by tin3tin; 29th December 2011 at 22:34.
tin3tin is offline   Reply With Quote