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.
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.