Alex Natskovich
6b1af482d6
adding proper copyright notice
2021-10-02 11:05:24 -07:00
Alex Natskovich
b3d38d964e
returning keyword arguments support
2021-10-02 10:53:03 -07:00
c0decracker
80880cd65e
Merge pull request #17 from PythonCoderAS/master
...
Update to Py3 and PEP8ify
2021-10-02 10:51:29 -07:00
PokestarFan
3e0b659e3d
Convert to Python3, also clean up the code
2021-10-02 10:04:14 -07:00
c0decracker
f246344cc7
Merge pull request #24 from Maxim-Mazurok/patch-1
...
Remove invalid argument from example
2020-08-27 13:31:47 -07:00
Maxim Mazurok
ba9dfda429
Remove invalid argument from example
...
Fixes `Missing argument for option 'i'` error
2020-08-12 20:02:44 +10:00
c0decracker
5a06768caf
Merge pull request #22 from Meowzz95/master
...
fix: update for python3
2020-07-09 18:30:12 -07:00
Alexander Natskovich
c0189407ec
typo fix
2020-06-25 14:26:03 -07:00
mimimi
cfb62c5df8
fix: update for python3
2020-06-21 17:01:46 +08:00
PokestarFan
cdd9e22c08
Convert to Python3, also clean up the code
2019-04-12 21:14:38 -04:00
c0decracker
14c9360d2b
Merge pull request #12 from csabahenk/master
...
some cleanups & enhancements
2018-10-05 17:12:50 -07:00
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