Skip to content

onto/ffmpeg-cut-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg-cut-helper

Automate cut parts of video using FFmpeg

Ussge:

$ ffmpeg-cut-helper.py -i input.mp4 -t timestamps.txt -o output.mp4

Inverse mode (join regions instead of cutting holes) and custom encoding parameters:

$ ffmpeg-cut-helper.py -i input.mp4 -t timestamps.txt -o output.mp4  -j -c "-c:a aac -b:a 128k -c:v libx264 -crf 18"

Timestamps file example (timestamps.txt):

47:59 49:00
17:25 18:20

About

Automate cut parts of video using FFmpeg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages