Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ffmpeg -ss 00:15:00 -i input.wmv -ss 00:00:20.0 -c copy -t 00:00:10.0 output.wmv
  2. ffmpeg -i input.wmv 00:15:20.0 -c copy -to 00:15:30.0 output.wmv
  3.  
  4. REM The first -ss seeks fast to (approximately) 15min0sec,
  5. REM and then the second -ss seeks accurately to 15min20sec
  6. REM -t: duration
  7. REM copy:
  8. REM timestamp format: HH:MM:SS.xxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement