For our building we have a commission which maintains the building.
We also have a security camera system, which was installed about 6 years ago.
But I have a problem opening the video files from the system.
I can copy them as .MP4 files but no common Mac program seems to be able to play it (I tried VLC, Mplayer and Quicktime).
For Windows there is a playback application called: VSPlayer.exe
But I don't have any Windows available, and installing Bootcamp just for that seems a bit extreme.
Anyone any idea how I can find out which codec it is using and which piece of software would be able to play it?
Let me know if you want a copy of a file to check it out, drop me a DM and I will e-mail a file to you.
+ Reply to Thread
Results 1 to 9 of 9
-
-
Not that extreme.
But you could use MediaInfo/MediaInspector on the file and post the text output here...
Scott -
I can't, as Quicktime/VLC or what ever doesn't even recognize it as a video file.
The manufacturer which produces the DVR for the security system seems to be: http://www.hikvision.com/ -
MediaInfo doesn't seem to do much more with it either... https://www.box.com/shared/cc98f9e951134357b45c
-
The security DVR should have an export mode.
Recommends: Kiva.org - Loans that change lives.
http://www.kiva.org/about -
I don't think you have MI set up right (or some other app usurped it's shellextender). Or you have a corrupted file...
Scott
later edit: encrypted could be considered a form of corruption.Last edited by Cornucopia; 25th May 2012 at 23:44.
-
--
"a lot of people are better dead" - prisoner KSC2-303 -
It's actually fairly easy, you don't even have to transcode it (as such) but you do need to rewrite the header from MPEG-PS to MPEG-4. Then PP will import.
You need to install https://www.ffmpeg.org/ and do the following
ffmpeg -filename.mp4 -flags +global_header -vcodec copy -acodec copy filename_converted.mp4
it's very quick as it copies rather than encoding.
You can even delete the original after as it is basically exactly the same video payload with a rewritten header.
This works for Hickvivion IP cameras, if DVR cameras have the same problem this should work.
Enjoy.
Similar Threads
-
Security camera: How to?
By beavereater in forum ComputerReplies: 0Last Post: 28th Sep 2011, 02:43 -
Security Camera video footage software..
By SE14man in forum Newbie / General discussionsReplies: 1Last Post: 4th Aug 2010, 03:38 -
using an EASYCAP capture device with security camera to record on hd.
By ardvark in forum Capturing and VCRReplies: 2Last Post: 16th Jul 2008, 12:36 -
.264 Video footage taken from a security camera
By mike29892 in forum Video ConversionReplies: 4Last Post: 25th Apr 2008, 16:51 -
Here's a Doozie: Security Camera footage.
By RiverOtter in forum Capturing and VCRReplies: 25Last Post: 10th Dec 2007, 15:40