Skip to content

This is a python script that speeds up the parts of the video that don't have any dialogue.

License

Notifications You must be signed in to change notification settings

AlexAtPSU/SpeedWatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpeedWatcher

This is a python script that speeds up the parts of the video that don't have any dialogue.
Just a fun project for watching movies and series faster.
Example: By speeding up the parts without plot using this script, I watched an 8 hour series in 2.5 hours.

Using moviepy and pysrt, a video is then seperated by the times of the subtitles (assuming the subtitles have no wierd timing that messes it up) and then speeds up individual clips and combining it into one.

How to Use

Running the speedwatcher.py, the next argument is either a folder of video files and subtitles followed by the multiplier for the speedup. The formats for file names are based on what I've seen and does not work for every wording. (usually S01E01 for season/episode)
For individual files or files that don't match the subtitle name: The first argument is the video, followed by the speed, and then the subtitle file.

Note:
This is before I looked into the python arguments parser library.
For now only .srt and maybe .ass files work as far as I know.

About

This is a python script that speeds up the parts of the video that don't have any dialogue.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages