Accesso rapido:  

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 .
 

Inviato Sun 05 May 24 @ 1:22 pm
locoDogPRO InfinityModeratorMember since 2013
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
 

Inviato Sun 05 May 24 @ 2:01 pm
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?
 

Inviato Mon 06 May 24 @ 10:38 am
locoDogPRO InfinityModeratorMember since 2013
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.
 

Inviato Mon 06 May 24 @ 10:50 am
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)
 

Inviato Tue 07 May 24 @ 2:32 pm
locoDogPRO InfinityModeratorMember since 2013
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
 

Inviato Tue 07 May 24 @ 2:46 pm
What about the blur video effect?
 

Inviato Tue 07 May 24 @ 3:14 pm