Skip to content

maubertw/fruit-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fruit game

Using ffmpeg, ffprobe, and the fluent-ffmpeg libraries to get file JSON, single group of pictures and inspect a video file Link to essay

installation

  1. clone this respository to your local machine https://github.com/maubertw/group-of-pictures.git
  2. Run npm install if you have npm locally or npm install --save-dev nodemon if you don't
  3. Run npm start

get JSON

-- This link will show the JSON video metadata for the CoolVideo file

http://localhost:3000/videos/CoolVideo.mp4/group-of-pictures.json

get a single fruit

-- Here you can get a single group of pictures by index (excluding 0)

(http://localhost:3000/videos/CoolVideo.mp4/group-of-pictures/<index>.mp4) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18

get inspector data for all the segments

http://localhost:3000/videos/CoolVideo.mp4/group-of-pictures

About

Using ffmpeg to inspect video and extract all GOP within the file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors