ClipSnip
ClipSnip is a command line tool that that automates the creation of GIFs from media files.
Usage
Simple usage:
snip -q "nicest" -v "Community.S01E01.1080p.BluRay.x264.mkv"
Parameters:
- The quote to search for (
-q
) - The video file to snip (
-v
)
Output:
Key Features
- Media file identification
- Subtitle sourcing, syncing and searching
- Frame perfect scene extraction
Installation
sudo apt-get install ffmpeg
pip install clipsnip
Credits
- PySceneDetect for detecting start and end of scenes
- ffsubsync for syncing subtitles to audio streams
- ffmpeg for being awesome