Commit graph

17 commits

Author SHA1 Message Date
Csaba Henk
979e0b9ed1 add some smart calculations
Add the --split-{chunks,filesize} options to split
to a number of chunks / split with chunks of capped
size.

For --split-filesize, also adding two auxiliary
options:
--chunk-strategy={eager,even}
--filesize-factor=<float>
2018-01-04 13:27:22 +01:00
Csaba Henk
6547271dfb enhance chunk naming
Instead of chunk index (0 to n-1) we apply
"chunk index (1 to n)-of-n".
2018-01-01 20:14:00 +01:00
Csaba Henk
ce96faeead eliminate execution via shell 2018-01-01 20:14:00 +01:00
c0decracker
5b888f6eb3 Merge pull request #7 from wugh/newfeature
Support for pass-through arguments for ffmpeg via extra (-e) command line parameter
2017-03-07 17:08:49 -08:00
wuguohua
d1995a7111 add extra option for ffmpeg 2017-03-05 10:48:33 +08:00
c0decracker
6768f7e07a Merge pull request #4 from shahinism/master
Fix type error on startup
2017-01-28 10:26:36 -08:00
Shahin
6bf7199bd9
Fix type error problem
Traceback (most recent call last):
  File "/home/shahin/bin/ffmpeg-split.py", line 178, in <module>
    main()
  File "/home/shahin/bin/ffmpeg-split.py", line 172, in main
    split_by_seconds(**(options.__dict__))
TypeError: split_by_seconds() takes at least 2 arguments (3 given)
2017-01-28 21:01:05 +03:30
c0decracker
5ec300a2f8 Merge pull request #3 from b4oshany/master
Added some additional features
2016-02-08 14:19:39 -08:00
Oshane Bailey
847642dea2 Fixed the videos that weren't playing after splitting the source video.
Added support to change the video codec.
Added support to change the audio codec.
2015-09-22 14:53:13 -05:00
Oshane Bailey
e4ba28feae Added csv support. 2015-09-20 12:16:20 -05:00
Oshane Bailey
2de78b03dc Allow videos to split unevenly by providing a manifest.json file. 2015-09-19 13:35:44 -05:00
Alexander Natskovich
0f9bab380b Added short overview of the script and example of how to run it 2015-09-07 17:12:50 -07:00
c0decracker
6c912cec8c Merge pull request #2 from ArneBab/master
split the extension with split() instead of slicing.
2015-09-04 11:17:23 -07:00
Arne Babenhauserheide
05a2eb419c FIX: split the extension. 2015-09-04 15:49:25 +02:00
Alexander Natskovich
4ad29b4d35 Fix for the invalid range argument issue. Credit goes to Karl Cronburg. 2014-11-20 15:24:44 -08:00
Alexander Natskovich
82ac19677d Initial commit 2014-11-20 15:21:36 -08:00
c0decracker
ece61ee50c Initial commit 2014-11-20 15:19:14 -08:00