(I am Japanese. I'm using DeepL, so forgive me if there are some odd words) Hey guys. I'm going to show you how to generate a shake effect in Kdenlive. First, watch the video! (If you jumped from the video, go straight down!) This is a macro using xdotool. I'm using bash to build the macro. (In the video, you also ran the script "shake.bash" !) ------------------------------------------------------------------------------------------------------------------------ RANGE=5 shake(){ #advance one frame xdotool mousemove 1633 529 xdotool click 1 #Increase the number of keyframes xdotool mousemove 1630 705 xdotool click 1 #Specify x-coordinate xdotool mousemove 1633 736 xdotool click 1 xdotool key Ctrl+a xdotool key BackSpace VAR1=$((($RANDOM % 11)-5)) #Put once into variable to enter as string xdotool type ...
コメント