Most of the time in animation, you have to sync actions with sound,
Seeing an audio waveform is nice to immediately get visual hints without having to permanently scrub audio.
In Blender, you can natively open a sequencer and show waveform on strips. But that takes screen space and time to set-up.
Here is a solution to get the sound waveform inside animation editor!
On : Enable or refresh
Off : Disable
Height offset : Allow to manually tweak the peak heights (sometimes it might display too small or too high)
There are several options to select sounds show waveform.
Source:
If sequencer source is used, more options are available:
In the preferences, you have come customizable settings:
This addon require FFmpeg. Simple steps are described directly in addon preferences about how to optain it if you don't have it in your system path.
(With a method to download and install automatically.)
If you have an error popup stating "permission denied Error" in the last lines, it means ffmpeg binary do not have permission to execute.
You need to add execution rights:
Right-click on the file > Properties > Find the permission category and check allow execution.
If you're on Mac or Linux you can also copy the full path to the ffmpeg bin, open a terminal and use the following command:
chmod +x "/path/to/ffmpeg"To animate in sync, listen to your eyes !
Samuel Bernou
Tags : #blender #animation #sound #sync #blender-addon #b3d #b2d