Skip to content

heykevin/thumbnail-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thumbnail Creator

Installation

Requires NodeJS v8.2.0 or above

Frontend

cd client
npm install
npm start

Client will start on localhost:3000

Backend

cd service
npm install
npm start

Service will start on localhost:5000 Screenshots will be saved in /service/videos/ by default.

Requirements

  • Accepts URL for video
  • Download video
  • Runs FFMPEG as a console application to extract thumbnail
  • Reload page with thumbnail

References

Videos used to test

About

Thumbnail extractor using ffmpeg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published