Skip to content

Cuts videos into slices based on timecode defined in a csv file

License

Notifications You must be signed in to change notification settings

mgstet/ffslicer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffslicer

Cuts videos into slices based on timecode defined in a csv file

Usage of ffslicer:
  -c string
        CSV Timecode list
  -i string
        Input video file

Specify a video file and a CSV with timcodes, e.g.:

00:03:02:18,00:04:02:18
00:05:03:12,00:05:07:01
00:10:06:14,00:12:09:23
00:15:07:03,00:17:08:09
00:03:02:18,00:04:02:18

This will produce 5 new sections of your input video file.

For now only works with intra-frame codecs (eg. ProRes, DNxHR,...) which don't need to be re-encoded when cut, and only with zero-based timecodes.

About

Cuts videos into slices based on timecode defined in a csv file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages