- MacOS
- Install ffmpg:
brew install ffmpeg. If it fails, go to step 4. - Use ffmpeg to speed up .mov file:
ffmpeg -i input.mov -vf "setpts=(PTS-STARTPTS)/30" -crf 18 output.mov - Done!
- On fail, try installation with the following, and then return to step 2.
brew install libvpx
brew install ffmpeg --with-libvpx