Anmelden:     


Forum: Video Discussion

Topic: Video censor
Is there an option to blank the video to censor out inappropriate visuals, but to keep the audio unaffected?
Alternatively, a zoom in and then out to/from a specific area on the video would work better, but I'm certain this isn't an option at present .
 

geposted Sun 05 May 24 @ 1:22 pm
could call
video roll before and let it loop over the naughty bits
fade 2 black plugin
could have a "censored" video sample to call over the top
 

locoDog wrote :
could call
video roll before and let it loop over the naughty bits
fade 2 black plugin
could have a "censored" video sample to call over the top

Thanks. How could you script that as an action over say 2 beats at a set cue point position?
 

stuff like this
action poi

effect_active fade2black on & wait 4bt & effect_active fade2black off

or you could have 2 apoi, one before for on, one after for off.
It's pretty basic stuff.
 

Thanks. Looks like showlogo would have done what I wanted ( assuming you can reposition at each action poi) however it's only 32bit.
The alternatives above both developed by yourself work great thanks. Can you configure to fade from black without fading out first? ( I.e. start with a black screen)
 

I don't really want to touch fade2black, as is that's what it does.
But the mechanism how it works is just video_level script

video_level 1.0 ? video_level 0.0 : video_level 1.0
 

What about the blur video effect?