Search found 1 match

by Solarplex
Sun Mar 02, 2025 2:46 pm
Forum: Blue Iris 5
Topic: FFmpeg does not convert BVR files anymore
Replies: 0
Views: 3129

FFmpeg does not convert BVR files anymore

Hello, Has anyone else had issues with converting BVR to MP4? I used to be able to use a powershell script from this forums on my BVR files to batch convert them to mp4s. $ffmpeg_params = "-n -loglevel error -probesize 42 -i $source_dir\$oldvid -c:v libx264 -crf 30 $source_dir\$newvid" Abo...