-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (20 loc) · 735 Bytes
/
README
File metadata and controls
22 lines (20 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
split-mpeg
==========
ffmpeg based script to split an mpeg file into multiple parts
based on config file
* the original file is unchanged *
usage: split-mpeg configfile
config file:
cut: m t s m t f
where m=minute s=second and t=tenth of start and end
c (for continue) can be used unstead of the first mst set
and will use last end as new start
end can be used for 2nd mst set, and will go to end of video
file is the name of the section-file (must be mp4)
eg: 0 2 5 20 31 78 out.mp4
where the 7 and 4 are the start_tenths and end_tenths
any amount of whitespace can be used
Any number of cuts can be used
Cuts do not have to be in order
load video: eg: load in_file.mp4
makes in_file.mp4 the new file to cut