Skip to content
This repository was archived by the owner on Aug 7, 2018. It is now read-only.

eeeeeric/ffss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffss - fabulous fabulous snapshots

ffss is a CLI tool for taking high quality screenshots from video files.

Depends: ffmpegsource, libpng++, boost

To build, just run

make

usage: ffss [options] inputfile

Examples: To get frames 100, 200, 300 from input.mkv

ffss -f 100 -f 200 -f 300 input.mkv

The output snapshots are saved as

snapshot_${FRAMENUM}${FRAMETYPE}.png

where "snapshot" is the default prefix. You can specify the prefix with

-o,--output

If you wanted to save the index for later

ffss --index input.ffvideoindex -f 100 input.mkv

Running the previous command again will re-use the index, which will save time with large videos.

It is also possible to specify the input file with

-i,--input

if you desire.

About

Take high quality, frame accurate* snapshots from videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages