Camera overlay
Camera names and timestamps are rebuilt from the overlay records stored alongside the video.
.bvr recordings to MP4Keep the camera name, timestamp, variable frame timing and audio. The conversion happens on your computer, so your footage never leaves it.
The Mac download is for Apple silicon. Intel Macs use this one. First-time setup installs FFmpeg from its upstream project. Conversion is offline after that.
A normal video file, without losing the useful bits
bvr2mp4 reads the data Blue Iris stores inside the BVR container instead of recording the screen or guessing at a fixed frame rate.
Camera names and timestamps are rebuilt from the overlay records stored alongside the video.
Every frame keeps its recorded millisecond timestamp, including variable frame rates and gaps.
FLAC and uncompressed PCM tracks are carried into the output and aligned to the video.
Windows checks NVIDIA, Intel and AMD encoders, macOS uses VideoToolbox, and either falls back to the CPU.
Open source, in the useful sense
The BVR parser is plain Python. FFmpeg handles the video work. There is no licence server, online activation, analytics SDK or hidden upload path.
Read the converter source →# One local conversion
BVR records
├─ video frames + millisecond PTS
├─ overlay text + positions
└─ FLAC / PCM audio
FFmpeg
└─ MP4 + burned overlay + AAC audio
✓ no network request
From proprietary recording to ordinary video
Get the ZIP for your machine from GitHub Releases and open the extracted folder.
On Windows, setup-ffmpeg.cmd downloads FFmpeg from BtbN and verifies the publisher's checksum. On macOS, run brew install ffmpeg-full.
Select the BVR file and MP4 destination. The recording itself is never sent anywhere.
Straight answers
No. The application contains no upload service or telemetry. It reads and writes local files.
The build is not signed with a paid certificate, so Windows shows SmartScreen and macOS reports an unidentified developer. On a Mac, right-click the app and choose Open the first time. GitHub Actions builds each release from the public source.
No. It is an independent personal project and is not affiliated with or endorsed by Perspective Software.
macOS has its own application, built for both Apple silicon and Intel. Linux has no packaged build, but the Python command line runs there with any FFmpeg that includes the subtitles filter.
Free. Offline. Open source.