Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yringler/split-mpeg
ffmpeg based script to split an mpeg file into multiple parts based on config file
https://github.com/yringler/split-mpeg
Last synced: about 1 month ago
JSON representation
ffmpeg based script to split an mpeg file into multiple parts based on config file
- Host: GitHub
- URL: https://github.com/yringler/split-mpeg
- Owner: yringler
- Created: 2013-08-02T03:26:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T21:05:22.000Z (over 9 years ago)
- Last Synced: 2024-05-21T11:10:25.653Z (7 months ago)
- Language: Shell
- Size: 281 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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