Is there a standalone BVR viewer?

beepsilver

Getting comfortable
Joined
Mar 9, 2014
Messages
863
Reaction score
982
Location
Nebraska
Sorry if I understood something wrong but Windows Media Player can play bvr files. You need K-Lite Codec Pack - basic is enough.

http://www.codecguide.com/download_kl.htm
I don't need this ability, but wanted to try it anyway....Windows Media Player worked for my .bvr files; I do have the K-Lite Codecs installed. I also tried just changing the extension from .bvr to .avi and that also worked and gave the added benefit of seeing a thumbnail view of the video.
 
Last edited:

tallpr24

n3wb
Joined
Feb 20, 2017
Messages
2
Reaction score
0
so i installed the codex and tried using windows media player, i see the bvr video play, but it plays at super fast speed and with no audio. anyone know how to fix that?
 

tallpr24

n3wb
Joined
Feb 20, 2017
Messages
2
Reaction score
0
so i installed the codex and tried using windows media player, i see the bvr video play, but it plays at super fast speed and with no audio. anyone know how to fix that?
 

TnGoat

n3wb
Joined
Jun 25, 2018
Messages
11
Reaction score
1
Location
USA
I've been able to use ffmpeg on linux to convert bvr files containing direct-to-disk H.264 into mkv files:
ffmpeg -i under-deck-cam.20180701_223001.bvr under-deck-cam.20180701_223001.mkv
 

fenderman

Staff member
Joined
Mar 9, 2014
Messages
36,901
Reaction score
21,269
Was going to ask about a standalone bvr player (Blue Iris default recording format), and found this thread.
It is 8/2019. Is there a standalone bvr player?
I backup my older .bvr files to the Cloud and may not have access to my BI PC.

Sent using Tapatalk
No. I promise you'll be ok. If you can't survive without it email support and ask for it.
 

SecuritySeeker

Pulling my weight
Joined
Oct 5, 2018
Messages
266
Reaction score
156
Location
Netherlands
It is 8/2019. Is there a standalone bvr player?
According to this you can in fact use VLC to play bvr files:


https://forum.videolan.org/viewtopic.php?t=144133 said:
Support playback of Blue Iris .bvr format - The VideoLAN Forums

The easiest way I have found to view BVR is to create a text file called "ViewBVRMovie.Reg" (name not important but .reg is) and edit it in a text editor

Then enter the following 7 lines (including Windows Registry Editor Version 5.00)

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.bvr]
@="bvrfile"

[HKEY_CLASSES_ROOT\bvrfile\shell\View Movie\command]
@="c:\\Program Files (x86)\\VideoLAN\\VLC\\vlc.exe --demux h264 %1"

Now save the file and then double click on it and you will get a prompt about importing it into the registry as seen below

[Window Title]
Registry Editor

[Content]
Adding information can unintentionally change or delete values and cause components to stop working correctly. If you do not trust the source of this information in E:\DropBox\Dropbox\BVR\ViewBVRMovie.reg, do not add it to the registry.

Are you sure you want to continue?

[Yes] [No]

Select YES and the two entries will be added to the Registry.

When you right click on a BVR file now in Windows Explorer you will get an option called "View Movie" and it will open and play correctly in VLC at the right speed as well.
The key bit is the command line option --demux h264:

vlc --demux h264
 

On_Fire

n3wb
Joined
Dec 28, 2019
Messages
12
Reaction score
4
Location
USA
for those running the 64-bit version of VLC, use this regedit instead:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.bvr]
@="bvrfile"

[HKEY_CLASSES_ROOT\bvrfile\shell\View Movie\command]
@="C:\\Program Files\\VideoLAN\\VLC\\vlc.exe --demux h264 %1"
or rename the attached file so that it has a .REG extension... or simply make the edits using REGEDIT.MSC like so:
1577765524096.png
1577765619480.png

results:
1577765393282.png
 

Attachments

jaydeel

BIT Beta Team
Joined
Nov 9, 2016
Messages
1,132
Reaction score
1,240
Location
SF Bay Area
Nice!
Just needed one minor tweak to get this to work for me... I had to edit the following key slightly... note "%1" in quotes. (my bvr files are in a folder containing a space, i.e., 'D:\Blue Iris\New'.)
This changes the last line in the reg file to
@="C:\\Program Files\\VideoLAN\\VLC\\vlc.exe --demux h264 \"%1\""

1577943641949.png

And as a personal preference, I changed the key 'View Movie" to "View in VLC"
 
Last edited:

teredactle

Getting the hang of it
Joined
Jan 26, 2020
Messages
114
Reaction score
27
Location
CAD
For the record, HBBB (Handbrake Batch Beast) will convert the BVR files with handbrakecli (I don't use FFMPEG) as I use this program to batch convert my video all to HEVC.
I didn't find any info so I just tried a small clip now, and it worked.
Next is to get the 1 large file ouput from BI (I record 8am-8pm and combine all motion detection clips into 1 file) with HBBB and see how it work for me.

Basically matching quality with the original stream pushed to HEVC, gives me around 5:1 compression which is great (in my case).
Also, this allows me to scroll/view through the recorded clips as using DTD H264 I can't play anything back through the BI GUI.
 

teredactle

Getting the hang of it
Joined
Jan 26, 2020
Messages
114
Reaction score
27
Location
CAD
Why cant you play anything back? That is not normal.
Sorry, I wasn't clear, maybe didn't provide enough info.
All my cameras are set to record MPEG-4, direct to disk (not in BVR mode).
I also have all my cameras to combine all the clips, so I basically have 2 or max 4 clips (for the entire 24H period), from each camera.
I cannot ever play back clips in the web GUI, unless I am recording in BVR mode.
I guess there are some limitations of saving to MPEG-4 direct to disk, as I understand this is one of them (and playing clips back on the spot isn't that important to me).
 

fenderman

Staff member
Joined
Mar 9, 2014
Messages
36,901
Reaction score
21,269
Sorry, I wasn't clear, maybe didn't provide enough info.
All my cameras are set to record MPEG-4, direct to disk (not in BVR mode).
I also have all my cameras to combine all the clips, so I basically have 2 or max 4 clips (for the entire 24H period), from each camera.
I cannot ever play back clips in the web GUI, unless I am recording in BVR mode.
I guess there are some limitations of saving to MPEG-4 direct to disk, as I understand this is one of them (and playing clips back on the spot isn't that important to me).
You can certainly play back mp4 files in blue iris and the webserver. You may need a codec installed
Download K-Lite Codec Pack
The limitation of mp4 is that you cannot playback a file while the file is open. So if you have your clips set to 6-12 hours has you indicate, then you will not have access to the clip for ours unless you manually interrupt the recording.
Also note that if you set your clips to really long length you may have issues if the files are large or if there is an interruption/power/crash etc in hour 5 you may corrupt the entire clip.
BVR is supposed to be more efficient as well, though I never tested.

Finally, a recent update allows expired demo versions of blue iris to play back BVR files.
 

teredactle

Getting the hang of it
Joined
Jan 26, 2020
Messages
114
Reaction score
27
Location
CAD
Whenever I try to play a clip that is saved as MP4 D2D (the file isn't open any longer) I get a yellow message: "the video stream was lost, attempting to reconnect"
If I mouse over the actual clip in the list, it shows the popup running the time, but there is nothing moving in the clip; if I click on the clip I get the error message above.
If I save to BVR, things works as expected. Not sure this is a code issue, I can play back all clips if they are local (by that I mean the MP4 clips that are saved)....
I am away of the issues with saving as MP4 (but thanks for bringin them up), as I find now the BVR is a wrapper of sorts on the MP4, I can throw the BVR file to handbrake and it can process it, happy about that!
 

fenderman

Staff member
Joined
Mar 9, 2014
Messages
36,901
Reaction score
21,269
Whenever I try to play a clip that is saved as MP4 D2D (the file isn't open any longer) I get a yellow message: "the video stream was lost, attempting to reconnect"
If I mouse over the actual clip in the list, it shows the popup running the time, but there is nothing moving in the clip; if I click on the clip I get the error message above.
If I save to BVR, things works as expected. Not sure this is a code issue, I can play back all clips if they are local (by that I mean the MP4 clips that are saved)....
I am away of the issues with saving as MP4 (but thanks for bringin them up), as I find now the BVR is a wrapper of sorts on the MP4, I can throw the BVR file to handbrake and it can process it, happy about that!
lots of extra work for nothing. Why would you want to process every clip you want to play back.
 

teredactle

Getting the hang of it
Joined
Jan 26, 2020
Messages
114
Reaction score
27
Location
CAD
lots of extra work for nothing. Why would you want to process every clip you want to play back.
I'm not sure what you mean? My cameras are set up to record on motion, and combinethe clips of 4 hours (this never reaches even close to 1GB, except for 1 camera), and set up as direct to deisk in MP4 format. I'm not sure what your question applies to here - does setting it up this way make the GUI "process" each clip?

What I'm saying is that even if the clip isn't open (for writing) by BI, I still cannot play it back via the GUI, if it's set up like this (MP4/direct to disk), and I get the error I mentioned.
If it's set up as BVR direct to disk, no issue. I'm missing something here

<looks like I spoke to soon, HBBB will not work to convert the BVR files; it worked on a small file, but on large files >1GB it's cancelling out.. :(
 

fenderman

Staff member
Joined
Mar 9, 2014
Messages
36,901
Reaction score
21,269
I'm not sure what you mean? My cameras are set up to record on motion, and combinethe clips of 4 hours (this never reaches even close to 1GB, except for 1 camera), and set up as direct to deisk in MP4 format. I'm not sure what your question applies to here - does setting it up this way make the GUI "process" each clip?

What I'm saying is that even if the clip isn't open (for writing) by BI, I still cannot play it back via the GUI, if it's set up like this (MP4/direct to disk), and I get the error I mentioned.
If it's set up as BVR direct to disk, no issue. I'm missing something here

<looks like I spoke to soon, HBBB will not work to convert the BVR files; it worked on a small file, but on large files >1GB it's cancelling out.. :(
There is something wrong with your setup. Playback of mp4 files works fine after the file is closed. Have you installed the codec?
 

teredactle

Getting the hang of it
Joined
Jan 26, 2020
Messages
114
Reaction score
27
Location
CAD
I instead the klite basic, no difference (as I expected). This has been an issue since I've set up BI, so it's not clear to me what is causing the issue... It's never worked playing back closed (for writing) files from GUI clip list, wgen set up to write to MP4 direct to disc...
 

fenderman

Staff member
Joined
Mar 9, 2014
Messages
36,901
Reaction score
21,269
I instead the klite basic, no difference (as I expected). This has been an issue since I've set up BI, so it's not clear to me what is causing the issue... It's never worked playing back closed (for writing) files from GUI clip list, wgen set up to write to MP4 direct to disc...
does that mp4 file play in the windows built in player?
 

teredactle

Getting the hang of it
Joined
Jan 26, 2020
Messages
114
Reaction score
27
Location
CAD
does that mp4 file play in the windows built in player?
Yes, all MP4s play just fine with WMP, with the Photos app, etc. This is why I didn't expect Klite to do anything; the MP4 files play just fine with the Windows player(s) if I play them right form the location they are stored to (which is a NAS share).
 
Top