Skip to content

Instantly share code, notes, and snippets.

@peroon
Created November 18, 2015 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peroon/9e194cbcd3f8bf6d6971 to your computer and use it in GitHub Desktop.
Save peroon/9e194cbcd3f8bf6d6971 to your computer and use it in GitHub Desktop.
動画を ffmpeg で指定フレームの部分で trim
ffmpeg -i 4-6003.mp4 -vf trim=start_frame=600:end_frame=1200,setpts=PTS-STARTPTS -an out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment