Skip to content

Instantly share code, notes, and snippets.

@bentito
Created July 14, 2020 17:28
Show Gist options
  • Save bentito/431dc946da8549cbde5a9372dd10ed95 to your computer and use it in GitHub Desktop.
Save bentito/431dc946da8549cbde5a9372dd10ed95 to your computer and use it in GitHub Desktop.
```bash
ffmpeg -i ~/Desktop/Screen\ Recording\ 2020-07-14\ at\ 13.16.50.mov -vcodec libx265 -crf 30 ~/Documents/k9s_so_cool.mp4
ffmpeg -i /Users/btofel/Documents/k9s_so_cool.mp4 -c:v copy -c:a copy -tag:v hvc1 /Users/btofel/Documents/k9s_so_cool_mac.mp4
```
@bentito
Copy link
Author

bentito commented Jul 14, 2020

Last line is to make Quicktime Player happy on a Mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment