Choose the right download build.
MediaPorter is distributed in two macOS builds. The app behavior is the same; the difference is how ffmpeg is provided for files that need remuxing or audio conversion.
Bundled ffmpeg
Includes ffmpeg inside the app bundle. This is the simplest option and does not require Homebrew or any command-line setup.
System ffmpeg
Smaller download. Install ffmpeg yourself, for example with `brew install ffmpeg`, or make any compatible ffmpeg binary available in your PATH.