Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Playback is a CLI tool to change video playback speed. Re-encodes video so file size scales with duration.
Requirements
- Python 3.6+
- FFmpeg (
brew install ffmpeg)
Install
make install
Usage
playback /path/to/video.mp4 --speed 2 playback /path/to/video.mp4 -s 0.5 -o output.mp4
Speed options
0.5, 0.75, 1.25, 1.5, 1.75, 2
Uninstall
make uninstall