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 .
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 .
Posted 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
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
Posted 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
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?
Posted Mon 06 May 24 @ 10:38 am
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.
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.
Posted 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)
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)
Posted Tue 07 May 24 @ 2:32 pm
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
But the mechanism how it works is just video_level script
video_level 1.0 ? video_level 0.0 : video_level 1.0
Posted Tue 07 May 24 @ 2:46 pm
What about the blur video effect?
Posted Tue 07 May 24 @ 3:14 pm