Reduce size of movie and convert to mp4
ffmpeg -i ./file.mov ./new_file.mp4
Using Handbrake (wrapper for ffmpeg), you can use a GUI to manipulate the video file.
https://handbrake.fr/rotation.php?file=HandBrake-1.9.0.dmg
References
Reference | URL |
---|---|
Shrink Videos With ffmpeg On Your Mac | https://kevinyank.com/posts/shrink-videos-with-ffmpeg-on-your-mac/ |