Advertisement
Guest User

trim not dropping frames

a guest
Aug 4th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ffmpeg -i input.mov -an -vf trim=30:45 -c:v libx264 -s hd720 -preset fast -crf 20 -pix_fmt yuv420p -g 5 -strict -2 out.mov
  2.  
  3. Output is a 45 second long clip with the first 30 seconds frozen.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement