Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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\```