Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/video-datetime-stamp
Render a date/time stamp into videos using ffmpeg
https://github.com/s-a/video-datetime-stamp
Last synced: about 5 hours ago
JSON representation
Render a date/time stamp into videos using ffmpeg
- Host: GitHub
- URL: https://github.com/s-a/video-datetime-stamp
- Owner: s-a
- License: apache-2.0
- Created: 2015-02-19T07:12:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T21:37:10.000Z (about 3 years ago)
- Last Synced: 2024-04-14T22:49:10.951Z (7 months ago)
- Language: JavaScript
- Size: 60.7 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# video-datetime-stamp
Render a date/time stamp into videos using ffmpeg
[](https://travis-ci.org/s-a/video-datetime-stamp "Test state")
[![Donate](http://s-a.github.io/donate/donate.svg)](http://s-a.github.io/donate/)Render date time stamps to videos with ffmpeg is annoying.
This node js command line is an easement to do this job.This command creates an output file at c:/git/video-datetime-stamp/test.stamped.mp4
```node ./bin/render-stamp.js --file c:/git/video-datetime-stamp/test.mp4```This command will stamp every mp4 file in c:\video\
```node ./bin/render-stamp.js --dir c:\video\```