Commit graph

14 commits

Author SHA1 Message Date
carter300
6cd2add969 Update ffmpeg-split.py
With a litte help from chatgpt i added a outputfolder option
2024-09-08 14:00:34 +02:00
Alex Natskovich
b3d38d964e returning keyword arguments support 2021-10-02 10:53:03 -07:00
PokestarFan
cdd9e22c08 Convert to Python3, also clean up the code 2019-04-12 21:14:38 -04: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
wuguohua
d1995a7111 add extra option for ffmpeg 2017-03-05 10:48:33 +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
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
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