summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-02-06 20:07:13 +0100
committerJonas Smedegaard <dr@jones.dk>2021-02-06 20:09:15 +0100
commit085d99f2fb2eb4b72b71fc2dbbfcb2c8cbb76d78 (patch)
tree32b9fdf5fe4b651db0d377a00729c352b9dcba6e
parent7ad108b6999ba5728be79cf094e9cb4f2441c9b3 (diff)
docs: improve listing of method and passes for compression in --help output
-rwxr-xr-xlocalvideowebencode15
1 files changed, 8 insertions, 7 deletions
diff --git a/localvideowebencode b/localvideowebencode
index 89b6a01..d8d650e 100755
--- a/localvideowebencode
+++ b/localvideowebencode
@@ -114,13 +114,14 @@ html favoring open formats with optional non-JavaScript Flash fallback.
--sample-length Create sample of specified length, in frames
(default: 150 frames i.e. approx. 5s)
--compression Prioritize quality, size or render time:
- (vp8 uses "soft-CQ" instead of unsupported Q)
- [quality] [bitrate] [speed] [method,pass]
- dirty fast CQ,1
- normal medium average medium CQ,1
- hq high exact very slow CQ,2
- exact medium exact slow CQ,2
- quality medium vary medium Q,1
+ [quality] [bitrate] [speed] [method]
+ dirty fast CQ
+ normal medium average medium CQ
+ hq high exact slow 2xCQ¹
+ exact medium exact slow 2xCQ¹
+ quality medium vary medium Q²
+ ¹ h264 uses 1-pass
+ ² vp8 uses "soft-CQ" (CQ with very high bitrate)
(default: normal)
--quality Quality rate factor: auto [integer] none
suggested, h264: 19 23 27 31 35 39