Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ffmpeg -i input.avi -vcodec copy -acodec copy -ss 00:00:00 -t 00:30:00 output1.avi
  2. ffmpeg -i input.avi -vcodec copy -acodec copy -ss 00:30:00 -t 00:30:00 output2.avi
  3.  
  4. ffmpeg -i input.avi -vcodec copy -acodec copy -ss 00:00:00 -t 00:30:00 output1.avi
  5. -vcodec copy -acodec copy -ss 00:30:00 -t 00:30:00 output2.avi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement