D
Dr PinkCake
Guest
Guest
I just lost a 12 hour animation because I by mistake rendered it as a movie instead of single frames (as I normally do). When the process was interrupted, all frames were lost.
Therefore, my tip is to always use "Image Series" in "Render settings>General" for animations.
Convert your frames to a lossless .avi file using the free tool ffmpeg, with the command:
.\ffmpeg.exe -framerate 30 -i your_image_series_folder\%02d.png -c:v huffyuv anim.avi
Then convert the .avi file to webm using the free tool Any Video converter.
Let's hear what favorite tricks you all would like to share. Don't assume that other devs know of them, no matter how small they may seem.
Therefore, my tip is to always use "Image Series" in "Render settings>General" for animations.
Convert your frames to a lossless .avi file using the free tool ffmpeg, with the command:
.\ffmpeg.exe -framerate 30 -i your_image_series_folder\%02d.png -c:v huffyuv anim.avi
Then convert the .avi file to webm using the free tool Any Video converter.
Let's hear what favorite tricks you all would like to share. Don't assume that other devs know of them, no matter how small they may seem.