vedranvinko

ffmpeg

Dec 31st, 2020 (edited)
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4
  2.  
  3. cut
  4.  
  5. ffmpeg -i input.mp4 -ss 00:00:05 -to 00:00:10 -c copy output.mp4
Add Comment
Please, Sign In to add comment