CCTV Forum News
Use our miniPSS tool to get
enhanced hotkeys in PSS.
miniPSS is an EXE wrapper
for PSS on Windows XP/7.
Visit the Forum Post
Use our miniPSS tool to get
enhanced hotkeys in PSS.
miniPSS is an EXE wrapper
for PSS on Windows XP/7.
Visit the Forum Post
All CCTV Pages
All Visual Basic
All Categories
Boottimer
Boot
USB
Avermedia Dahua Geo
DVR Geovision Kalatel
Livevue Nlite PSS
Remote Video Tweak
USB Setup USB Boot
VB6 VBScript X-irs
Avermedia Dahua Geo
DVR Geovision Kalatel
Livevue Nlite PSS
Remote Video Tweak
USB Setup USB Boot
VB6 VBScript X-irs
Partners
GeoVision Media Player
Version: 1.0, Oct 8th, 2011
Version: 1.0, Oct 8th, 2011
Play GeoVision AVI files with Media Player Classic.
Currently this only works on XP - update for Vista/7 coming soon.
Automatically installs v8.3.3 codecs if needed.
This is optimized for a USB Flash Drive. When you have autorun enabled the popup will say "Explore Recorded Video". It opens an Autorun.cmd file which uses a vbscript to see if the GeoVision codecs are installed. If not then it silently installs the codecs, and opens explorer to the root folder/drive.
In this example there is one dummy video file - replace it with your own real GeoVision AVI file. The videos go into a folder called VIDEO, and AVI.
The files to play the videos are CMD files in the root path. Copy the files to new files and change the file path and name inside them and rename them for other videos. The CMD file calls another CMD file in the SYSTEM folder which then checks the paths and calls a VBS file which does some more. Basically you dont even need all that, just a call to the player from the first CMD will suffice - but we do more in this case.
This is an example of a video CMD file:
The part after SET file= is what you would change
@ECHO OFF SET file=VIDEO\AVI\File2011062603405.avi Start /b SYSTEM\PLAY "%file%" exit
SYSTEM\PLAY is actually PLAY.CMD, it just checks to see where it is being called from then calls Play.vbs - it is more for cosmetics or if you want to run a CMD to it from inside the SYSTEM folder. Play.vbs checks that the codecs are installed and if not it then installs them silently before opening the video in the actual Player. Also some systems might have issues opening a VBS from the autorun.
If you want to just make a CMD file to play the video without checking the codecs then it is like this:
@ECHO OFF start /b SYSTEM\Player.exe "VIDEO\AVI\File2011062603405.avi" exit
The basic Windows Media Player is included in this and renamed Player.exe (mplayer2.exe, copyright Microsoft) - but you could replace it with any player once you keep the same name (or edit the PLAY.VBS file). I like the basic Windows Media Player though, it's simple and can drag the corners to resize, and maximize etc.
You could optionally change the autorun open value to one of the CMD files, eg. if you only have one video and want it to play when opening the drive, change the open value to that CMD file instead and change the "Action" to Play Recorded Video, or something else.
The SYSTEM folder also contains a codecs installation CMD file example, and the autorun CMD file which will do what it would do on Autorun from a USB flash drive.
Terms
We are not to be held responsible nor liable for damage from
the use or misuse of this software.
Requirements
Requires a Windows Operating System.
Tested on Windows XP SP3. Contact us about errors.
Basic Media Player installed (Vista/7 is missing it).
Download File Download ZIP (2.22MB)



