Socket
Socket
Sign inDemoInstall

chipcaco

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    chipcaco

Command line tool and library for converting .264 files produced by some Chinese IP cameras


Version published
Weekly downloads
4
Maintainers
1
Install size
104 kB
Created
Weekly downloads
 

Readme

Source

chipcaco (Chinese IP Camera Converter) is a Node.js application and library for converting .264 files produced by some Chinese IP cameras.

At first glance it seems these files are raw H.264 streams. However they can't be played or converted by common applications like VLC. As it turns out proprietary extensions have been added to these files which need to removed before they can be played or converted.

This is a port of the C application by Ralph Spitzner.

Installation

Just install via npm:

npm install -g chipcaco

Usage

chipcaco <src> <dest>

where <src> is the source file produced by the camera and <dest> the destination file containing the processed data.

Note: The produced file must likely be additionally processed by ffmpeg or similar applications before it can be played. Example:

ffmpeg -framerate 25 -i intermediate.264 -c copy video.mp4

Keywords

FAQs

Last updated on 01 Feb 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc