Skip to content

tool for Inserting specific image as a single video frame

License

Notifications You must be signed in to change notification settings

gohome0001/VFIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-frame-insert-tool

tool for Inserting specific image as a single video frame

Can be used for...

  • Subliminal advertisement
  • franks
  • etc.

Will support MPEG codec

USE ffmpeg

please don't give attention to this project..

with a single command of ffmpeg, you can do it!

$ ffmpeg -i video -i image \
       -filter_complex \
         "[1]setpts=4.40/TB[im];[0][im]overlay=eof_action=pass" -c:a copy out.mp4

ffmpeg is such a great tool..

There will be no meaningful update - 19/02/14

About

tool for Inserting specific image as a single video frame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages