Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ffmpeg How to convert to WhatsApp video + cut / crop
- # this will result in whatsapp.mp4 which contains the contents of input.mp4
- # starting from minute 36 seconds 21 , with length of 10 seconds
- # and it's compatible with WhatsApp
- ffmpeg -i input.mp4 -ss 00:36:21 -t 00:00:10 -vcodec libx264 -acodec aac whatsapp.mp4
- # My helmet cam produces videos in a strange format, which is rejected by WhatsApp everytime
- # This one-liner produces a video that will be able to be uploaded to WhatsApp
Advertisement
Add Comment
Please, Sign In to add comment