From aa92c854d06e5fea6b05849edd1570136995c77f Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sat, 19 Mar 2022 21:45:41 +1100 Subject: [PATCH] added short commands --- Bitmovin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Bitmovin.md b/Bitmovin.md index 8d294d6..f629357 100644 --- a/Bitmovin.md +++ b/Bitmovin.md @@ -13,11 +13,11 @@ Example of code (1 second/24 frames). After first segment (1 sec), it will go up vvencapp --qp 34 -i out.yuv -s 854x480 -r 24 --preset slow --threads 16 --tier high --segment mid -f 24 -fs 24 -o EXTREME-1.266 ``` -First segment will be beginning from video, 0 sec -> 1 sec. (segment-0.vvc) +First segment (first) will be beginning from video, 0 sec -> 1 sec. (segment-0.vvc) -Middle segment will be during from video, 1 sec -> 2 sec. (segment-1.vvc) +Middle segment (mid) will be during from video, 1 sec -> 2 sec. (segment-1.vvc) -Last segment will be ending from video, 2 sec -> 3 sec. (segment-2.vvc) +Last segment (last) will be ending from video, 2 sec -> 3 sec. (segment-2.vvc) Total is three seconds and three segments. Still not understand? Example of my segments, including log: