Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsantell/node-video-splash
https://github.com/jsantell/node-video-splash
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsantell/node-video-splash
- Owner: jsantell
- License: mit
- Created: 2013-08-26T14:41:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-26T14:57:20.000Z (over 11 years ago)
- Last Synced: 2024-11-15T19:16:33.689Z (2 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-video-splash
=================Quick hack: Adds a splash image infront of a video. Tested with 1080, 720 videos, no idea what happens with non-16:9 videos and images. Duration is the fourth argument, works for some durations, not all. Use default (1s).
```
npm install video-splash -g
video-splash splash.jpg video.mp4 output.mp4
```