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