This commit is contained in:
ducoterra
2020-11-09 21:12:58 -05:00
parent f2b35db671
commit 09b4bc8f5b
25 changed files with 393 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
```bash
ffmpeg -i in.mov -filter:v "setpts=0.5*PTS" out.gif
ffmpeg -i in.mkv out.mov
```
```bash