Skip to content

Instantly share code, notes, and snippets.

@maksimKorzh
Last active January 28, 2020 11:13
Show Gist options
  • Save maksimKorzh/30a314d7dac619b13f3a67e50b51a295 to your computer and use it in GitHub Desktop.
Save maksimKorzh/30a314d7dac619b13f3a67e50b51a295 to your computer and use it in GitHub Desktop.
// cut video from to
ffmpeg -ss 13:29 -i test.mkv -to 14:00 -c copy part2.mkv
// cat parts
mylist.txt:
# this is a comment
file '/home/maksim/Desktop/part1.mkv'
file '/home/maksim/Desktop/part2.mkv'
ffmpeg -f concat -safe 0 -i mylist.txt -c copy python.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment