Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @ECHO off
  2.  
  3. SET out="out"
  4. ECHO Start time (seconds or hh:mm:ss[.xxx] format):
  5. SET /P start=
  6. ECHO End time (seconds or hh:mm:ss[.xxx] format):
  7. SET /P stop=
  8. ECHO.
  9. ffmpeg.exe -i "%~1" -c copy -ss "%start%" -to "%stop%" -y "%out%\%~nxs1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement