Skip to content

Playback is a CLI tool to change video playback speed. Re-encodes video so file size scales with duration.

Notifications You must be signed in to change notification settings

codehakase/playback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

playback

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

About

Playback is a CLI tool to change video playback speed. Re-encodes video so file size scales with duration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published