Skip to content

CristianBelli01k/videos-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images Overlay On Video

This script is made to put on a single video a single png overlay. No strange logic, it just put the png image on top of the video with FFMPEG.

How it works?

  • Put the video inside the folder 'videos' and update the 'VIDEO_PATH' env
  • Put overlays inside the folder 'overlays'
  • Run the script

How to run the script?

brew install ffmpeg
nvm use
yarn install
cp .env.example .env
node index.js

TODO List

  • Support .env
  • Support multiple videos
  • Support multiple overlays per video
  • Dockerization
  • TypeScript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published