Advertisement
sytchenko

FFMPEG. Cut a video without re-encoding with ffmpeg

Jan 8th, 2024 (edited)
1,704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | Software | 0 0
  1. ffmpeg -i input.mp4 -c copy -ss 00:04:25.000 -to 00:09:25.000 output.mp4
  2.  
  3. # source: https://gist.github.com/joshschmelzle/f7a34fa54a7ba1307cea1fa41577a298
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement