Skip to content

Instantly share code, notes, and snippets.

@vanduc1102
Created May 30, 2015 05:05
Show Gist options
  • Save vanduc1102/e4c6845c4ee1fcac20a3 to your computer and use it in GitHub Desktop.
Save vanduc1102/e4c6845c4ee1fcac20a3 to your computer and use it in GitHub Desktop.
Split mp4 file in Ubuntu
ffmpeg -ss 00:05:00 -t 00:16:00 -i largeFile.mp4 -acodec copy -vcodec copy smallFile.MP4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment