-
FFMPEG Framegrab and text
I have
find . -regex “.*\.\(mp4\)” -exec ffmpeg -i {} -vf fps=1/8 {}Frame55Grab%d.png \;Which scans the current directory for mp4 files and saves a frame every few seconds. Awesome!
But I want the timecode and the filename to be printed into the saved frame as well.
Any hints?
Sorry, there were no replies found.