5
3
I am trying to convert a .mov video to .mp4 with ffmpeg:
ffmpeg -i ~/Desktop/Sample.mov ~/Desktop/Sample.mp4
This doesn't work though, and when I try to open the produced video in quicktime it tells me that the file is either corrupted or in a format quicktime doesn't understand.
How do I get this to work?
Use handbrake for MAC – answerSeeker – 2016-12-10T19:10:35.660
@TatakaiWasumi I already have it installed. What's the command to convert a video then? – theonlygusti – 2016-12-10T19:17:27.410