All Projects → iafilatov → hikstract

iafilatov / hikstract

Licence: other
Extracts videos recorded by Hikvision IP camera

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to hikstract

hikvision-sdk
海康威视 Hikvision SDK for Intelligence Security API (ISAPI).
Stars: ✭ 57 (+111.11%)
Mutual labels:  hikvision
hikvision-tftpd
Unbrick a Hikvision device (NVR or camera) via TFTP
Stars: ✭ 82 (+203.7%)
Mutual labels:  hikvision
alarmserver
IP Camera Alarm Server to MQTT
Stars: ✭ 73 (+170.37%)
Mutual labels:  hikvision
hikvision-recover
Command-line tool for generating recovery codes for Hikvision IP Cameras
Stars: ✭ 40 (+48.15%)
Mutual labels:  hikvision
hikvision-client
Client for Hikvision devices
Stars: ✭ 159 (+488.89%)
Mutual labels:  hikvision
pyhikvision
hikvision-sdk for Python3 in action
Stars: ✭ 141 (+422.22%)
Mutual labels:  hikvision

hikstract

Extracts videos recorded by Hikvision IP camera.

Configuration

All configuration is done inside config.cfg. Edit this file to suit your needs:

# The directory, which the camera writes to
data_dir = 

# Output directory for extracted recordings
output_dir = 

# Debug logging
debug = off

# Extension of output files.
# If no conversion is done, defaults to mp4 
output_format = 

# Take snapshots from extracted recordings in this format
# Any format, supported by the chosen converter is possible 
# Set to empty to disable
snapshot_format = 

# A/V converter to use, choices are: avconv, ffmpeg
# Set to empty to preserve original stream
converter = 

Usage

Simply run hikstract from the command line.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].