Skip to content

Instantly share code, notes, and snippets.

@Haruki
Created April 17, 2017 00:59
Show Gist options
  • Save Haruki/2c69d5079649fdcfc9cfb62c2122526b to your computer and use it in GitHub Desktop.
Save Haruki/2c69d5079649fdcfc9cfb62c2122526b to your computer and use it in GitHub Desktop.
Copy video (parts) incl. transcoding
ffmpeg -ss 00:10:56 -i in.mp4 -t 00:00:05 -vcodec copy -an -y out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment