Yes, many effects.
Depends on what you mean by "snow" . Did you mean falling snow ?
https://forum.videohelp.com/threads/360967-AviUtl-video-tutorial#post2289907
Tips/tricks, examples in these threads
https://forum.videohelp.com/threads/360967-AviUtl-video-tutorial
https://forum.videohelp.com/threads/366724-Aviutl-Tips-Tricks-and-Support-thread
+ Reply to Thread
Results 61 to 68 of 68
-
-
not just snow, I want to create Discolights, laserlights, stroboscope lights, but I can not find how to
And I only want to save the effect, so that i can put it into the videoeditor for my video, is this possible?Last edited by hello0; 26th Nov 2018 at 16:50.
-
You can export with alpha channel (RGBA) by using the file=> adv. editing AVI (RGBA) .
There are premade effects like "snow" that you see in the link above, but there are particle generators that can be used to make effects too. There are probably hundreds of effects and you can combine them to make others. Sometimes you have to be creative. Some are advanced requiring LUA scripting , and it's not an easy program to use. Most of the users are Japanese (it's a Japanese program) ,but there are a few English users here.
Some of the light effects you might be able to do, to some extent, but it depends what you meant exactly.
But it's not a real 3D program, so if you were looking for volumetric rays, strobe lights , disco lights actually interacting with objects, reflecting , bouncing etc... it's not going to work -
ok thanks
I need fo example a lightsaber effect, or glowing, or flashing colorful lights
I tried to save one effect as you said but it didnīt save it as transparent file -
You probably can in aviutl, but you have to look for them . I don' t know offhand
I tried to save one effect as you said but it didnīt save it as transparent file
If your other program can't do that, you can premultiply the alpha with another program, like ffmpeg or avisynth . I don't think you can do it directly in aviutl, and it's ffmpeg export plugin only exports YUV and RGB, not RGBA
eg.
Code:ffmpeg -i INPUT.avi -vf premultiply=inplace=1 -an -c:v png OUTPUT.mov
INPUT.avi is the RGBA export from aviutl, OUTPUT.mov is the video with alpha channel using PNG compression, which worked before in other threads for you -
Google "particle generator." Some NLEs have them. Also programs like After Effects.
Similar Threads
-
How did they make this video effect? (blending out people)
By hello0 in forum Newbie / General discussionsReplies: 16Last Post: 16th Feb 2017, 19:24 -
Sony Vegas: How to make a handheld effect?
By rocco123 in forum Newbie / General discussionsReplies: 6Last Post: 25th Sep 2015, 19:49 -
how to make this effect - moving marker
By brunovt in forum EditingReplies: 63Last Post: 29th Jul 2014, 06:36 -
How to make night vision effect in a dark gameplay with Sony Vegas?
By crybrant in forum EditingReplies: 1Last Post: 22nd Jul 2014, 14:11 -
How can I do this effect?
By gorduin in forum Newbie / General discussionsReplies: 2Last Post: 17th Jan 2013, 06:35