Advertisement
cmurillo

Recortar un archivo de video con FFmpeg

Jun 26th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. ffmpeg -i NOMBREVIDEO.mp4 -ss 00:00:01 -to 00:12:20 -c copy trim.mp4
  2. // recorta un archivo de video
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement