Skip to main content

6 posts tagged with "nodejs"

View All Tags

LosslessCut

· One min read

I needed a tool for quickly trimming recorded videos, so I built my first Electron app, check it out: https://mifi.github.io/lossless-cut/

Download links: https://github.com/mifi/lossless-cut/releases

It is a cross platform simple video editor for lossless trimming / cutting of videos using ffmpeg and Electron. Great for rough processing of large video files taken from a video camera, drone, etc. Lets you quickly get rid of the useless parts. It doesn't do any decoding / encoding and is therefore very fast and has no quality loss. Also allows for taking JPEG snapshots of the video at the selected time.

hls-vod - HTTP Live Streaming with on-the-fly encoding of any video file

· One min read

HTTP Live Streaming with on-the-fly encoding of any video file for Apple TV/iPhone/iPad/iPod and possibly other devices.

hls-vod lets you stream your whole video collection on-demand, regardless of format (as long as VLC can transcode it), to your iOS devices, playable from Safari, working AirPlay as well.

It is built on node.js.

Usage:

npm i -g hls-vod
hls-vod --root-path /path/to/my/videos