Skip to content

ZovutVanya/split-video-by-srt-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

split-video-by-srt-python

split-video-by-srt in python

requires ffmpeg

You can use this python script to automatically split video files up into separate chunks based on timecodes from a .srt subtitle file.

Usage:

py srt-split.py [video file] [subtitle file] (optional)[output format]

Changes comparing to the original repo:

  • The script asks if you want the clips to be just enumerated or named according to the subtitles contents
  • The script creates a .srt file to every clip

As of now the srt for a clip is just the subtitle with the same timecodes, later I might fix it to be any subtitles situated midst the clip start and finish

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages