fireattack / splitvideo

Split an ffmpeg file by chapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Split an ffmpeg file by chapter

License:Apache License 2.0


Languages

Language:Python 100.0%