On mac:
- Download the latest release.
- Extract the binary and place it in
/usr/local/bin.
| Casing: | |
| Long: easier to read throug in lists | |
| MACRO_CASE: constants, enums | |
| kebap-case: file names, paths | |
| Short: less characters allow us to fit more meaning; e.g. when we extend or scope an entity (both good practices) the name tends to grow | |
| camelCase: variables, function/method names, function/method attributes, GraphQL actions, API I/O, object properties | |
| PascalCase for classes and interfaces, cloud infrastructure resource names |
On mac:
/usr/local/bin.| ffprobe -v quiet -print_format json -show_format -show_streams "lolwut.mp4" > "lolwut.mp4.json" |