Skip to content

Initial configuration

Ashot Barkhudaryan edited this page Aug 12, 2022 · 1 revision

Before you start using plugin, make sure you have following applications installed and configured correctly.

  • python
  • ffmpeg cli

Python

  1. Download Python
  2. Install and make sure its registered in system %PATHS% , so it will be available in terminal or command prompt

FFmpeg

  1. Download FFmpeg for Windows
  2. Extract its folder, and make sure its again registered in system %PATHS% -s. I usually extract it in C:/apps/ffmpeg/ folder.
  3. Make sure ffmpeg.exe is visible in terminal.

After those steps, make sure you set FFmpeg exe path in RendererSettings.

Clone this wiki locally