Skip to content

Instantly share code, notes, and snippets.

@jpzhu
Created August 22, 2013 02:11
Show Gist options
  • Save jpzhu/6302459 to your computer and use it in GitHub Desktop.
Save jpzhu/6302459 to your computer and use it in GitHub Desktop.
ffmpeg ffplay mencoder
从一个视频流中截取中间一段。
ffmpeg -ss 00:30:00 -t 00:00:05 -i orginalfile -vcodec copy -acodec copy newfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment