Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/c0decracker/video-splitter
/ functions
Functions
16 in github.com/c0decracker/video-splitter
⨍
Functions
16
◇
Types & classes
1
↳
Endpoints
6
↓ 3 callers
Function
ceildiv
(a, b)
ffmpeg-split.py:94
↓ 2 callers
Function
bailout
()
ffmpeg-split.py:214
↓ 2 callers
Function
get_video_length
(filename)
ffmpeg-split.py:85
↓ 1 callers
Function
main
()
ffmpeg-split.py:135
↓ 1 callers
Function
split_by_manifest
Split video into segments based on the given manifest file. Arguments: filename (str) - Location of the video. manifest (st
ffmpeg-split.py:14
↓ 1 callers
Function
split_by_seconds
(filename, split_length, output_dir=None, vcodec="copy", acodec="copy", extra="", video_l
ffmpeg-split.py:98
Method
test_ceildiv
(self)
tests/test_ffmpeg_split.py:19
Method
test_get_video_length
(self, mock_check_output)
tests/test_ffmpeg_split.py:26
Method
test_split_by_manifest_csv
(self, mock_check_output)
tests/test_ffmpeg_split.py:101
Method
test_split_by_manifest_json
(self, mock_check_output)
tests/test_ffmpeg_split.py:59
Method
test_split_by_manifest_json_end_time
(self, mock_check_output)
tests/test_ffmpeg_split.py:82
Method
test_split_by_manifest_missing_file
(self)
tests/test_ffmpeg_split.py:121
Method
test_split_by_manifest_unsupported_ext
(self)
tests/test_ffmpeg_split.py:125
Method
test_split_by_seconds_basic
(self, mock_check_output)
tests/test_ffmpeg_split.py:33
Method
test_split_by_seconds_negative
(self)
tests/test_ffmpeg_split.py:47
Method
test_split_by_seconds_too_short
(self, mock_check_output)
tests/test_ffmpeg_split.py:53