xbodya13 / synchronize_strips

Blender addon for synchronizing strips by sound
4 stars 0 forks source link

installation #1

Open fmuntean opened 5 years ago

fmuntean commented 5 years ago

Hi, I am new to blender. Can you explain how to install the dependencies inside blender please?

xbodya13 commented 5 years ago

The dependencies are external,you need ffmpeg and python with scipy installed somewhere in your system First,install Python: https://www.python.org/

Then install scipy using this instructions: https://www.scipy.org/install.html or just execute this command in command line: pip install scipy

Then install ffmpeg: https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg

Finally, install this addon like any other blender addon: https://blender.stackexchange.com/questions/1688/installing-an-addon