Skip to content

Instantly share code, notes, and snippets.

@deluvas
Last active August 11, 2017 17:14
Show Gist options
  • Save deluvas/27e40566cea228d5db5229ce5da78edd to your computer and use it in GitHub Desktop.
Save deluvas/27e40566cea228d5db5229ce5da78edd to your computer and use it in GitHub Desktop.
ffmpeg snippets
# Cut and convert
ffmpeg -ss 00:00:10 -i "input_file.ext" -t 00:00:05 "output_file.ext"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment