Installation
Note
This guide is for end users using Audim for creating podcast videos. For developers and contributors, see Development.
Prerequisites
- 🐍 Python ≥ 3.10
- 🖥️ Conda or venv
- 🎥 FFmpeg (recommended, for faster video encoding)
Setup
1. Install Audim
It is recommended to install audim in a virtual environment from PyPI or Conda in a Python=3.10 environment.
Activate your virtual environment (recommended):
Install audim using pip:
Create a new environment using Conda:
Activate your virtual environment:
Install pip and audim using conda:
Note
By installing audim from source, you can explore the latest features and enhancements that have not yet been officially released.
Note
Please note that the latest changes may be still in development and may not be stable and may contain bugs.
Install from source
2. Install FFmpeg locally (recommended)
Using local FFmpeg is optional but recommended for speeding up the video encoding process.
Install FFmpeg
Download and install FFmpeg from the official website:
- Download FFmpeg
- Ensure FFmpeg is in your system PATH
Download and install FFmpeg from the official website:
- Download FFmpeg
- Follow the installation instructions for your platform
Start your project
Create input and output directories
Create a run.py or test.py to write your python script using audim and start creating your podcast videos.
Ideally, if done correctly, the setup should look like this:
Now, you are all set!
- Go ahead and create your python script in
run.pyto start creating your podcast videos. - See Usage for more details or see sample scripts to get some inspiration.
- Once done, you would dump your input files in the
inputdirectory. - The output files will be generated in the
outputdirectory on running the script.
Run the script using:
Feel free to share your generations and tag us!