From ca7b7ec1235b12a318b43782dc6fe2c44f961d1f Mon Sep 17 00:00:00 2001 From: James Richardson Date: Sat, 14 Sep 2024 18:51:37 +0100 Subject: [PATCH] add qtrle to example --- docs/bin/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/bin/README.md b/docs/bin/README.md index 91da5b8..bc707ea 100644 --- a/docs/bin/README.md +++ b/docs/bin/README.md @@ -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