Advertisement
Guest User

Untitled

a guest
Oct 28th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. ffmpeg -i s1.mp4 -vcodec copy -acodec aac -ss 3.00 -t 27.00 test/out1.mp4
  2. #seems to work most of the time as long as -ss is 0.
  3. #otherwise beginning gets cut off and doesn't play right as it would just replacing 'copy' with 'h264'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement