s-a / video-datetime-stamp

Render a date/time stamp into videos using ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video-datetime-stamp

Render a date/time stamp into videos using ffmpeg
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\

About

Render a date/time stamp into videos using ffmpeg

License:Apache License 2.0


Languages

Language:JavaScript 100.0%