Files
java-2020-class/README.md
2020-11-08 17:07:45 -05:00

11 lines
160 B
Markdown

# Docs
```bash
ffmpeg -i in.mov -filter:v "setpts=0.5*PTS" out.gif
```
```bash
git config --global pager.branch false
git config --global pager.tag false
```