Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amaurycatelan/3498d253fd2cc1c15c60b54cc89a06b5 to your computer and use it in GitHub Desktop.
Save amaurycatelan/3498d253fd2cc1c15c60b54cc89a06b5 to your computer and use it in GitHub Desktop.

Revisions

  1. @joshschmelzle joshschmelzle created this gist Nov 29, 2016.
    1 change: 1 addition & 0 deletions ffmpeg-cut-out-video.cmd
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ffmpeg -i input.mp4 -c copy -ss 00:04:25.000 -to 00:09:25.000 output.mp4