Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ffmpeg -i video.mp4 -ss 00:00:00 -t 00:10:00 -c copy 01.mp4
  2. ffmpeg -i video.mp4 -ss 00:10:00 -t 00:10:00 -c copy 02.mp4
  3. ffmpeg -i video.mp4 -ss 00:20:00 -t 00:10:00 -c copy 03.mp4
  4.  
  5. $ ffmpeg -i input.avi -f segment -segment_times 10,20,40,50,90,120,180
  6. -vcodec copy output02%d.avi
  7.  
  8. commit 2058b52cf8a4eea9bf046f72b98e89fe9b36d3e3
  9. Author: Stefano Sabatini <stefasab@gmail.com>
  10. Date: Sat Jan 28 22:36:38 2012 +0100
  11.  
  12. lavf/segment: add -segment_times option
  13.  
  14. Address trac ticket #1504.
  15.  
  16. $ ./ffmpeg --help |& grep segment
  17. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement