Skip to content

Commit

Permalink
add qtrle to example
Browse files Browse the repository at this point in the history
  • Loading branch information
time4tea committed Sep 14, 2024
1 parent 172790d commit ca7b7ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,17 @@ You'll need to create a profile - see [FFMPEG Profiles](#ffmpeg-profiles)
}
```

You can use "QTRLE" encoding (thanks to [@victorlysak](https://github.com/victorlysak))

```json
{
"quicktime": {
"input": ["-hwaccel", "auto"],
"output": ["-r", "50", "-vcodec", "qtrle", "-pix_fmt", "argb"]
}
}
```

then execute (NOTE: extension is `mov`)

```shell
Expand Down

0 comments on commit ca7b7ec

Please sign in to comment.