/splitvideo

Split an ffmpeg file by chapter

Primary LanguagePythonApache License 2.0Apache-2.0

splitvideo

Split an ffmpeg file by chapter. Forked from https://github.com/harryjackson/ffmpeg_split (well, basically rewrite the whole thing.)

Usage

usage: splitvideo.py [-h] [--encode] [--simulate] input

positional arguments:
  input           input file

options:
  -h, --help      show this help message and exit
  --encode, -e    re-encode isntead of just copy
  --simulate, -s  simulate

Stackoverflow Question where this originated

http://stackoverflow.com/questions/30305953/is-there-an-elegant-way-to-split-a-file-by-chapter-using-ffmpeg/36735195#36735195