This component does not include an FFmpeg binary. You are responsible for supplying your own FFmpeg build and ensuring it complies with your licensing and operational requirements.
Preparing your FFmpeg build
Installing FFmpeg at runtime
Before attempting to execute any FFmpeg command in ODC, follow this pattern:
Call FFmpeg_IsInstalled to verify whether FFmpeg is already available.
If it is not installed, call FFmpeg_Install and pass the URL of your private archive.
Once installed, you may safely start FFmpeg tasks using the component APIs.
ODC External Logic runs in ephemeral containers. When a container is recycled, any previously installed FFmpeg binary is lost. Your application must always follow the check → install if missing → execute pattern, as installation may be required multiple times over the lifetime of the app.