added short commands

This commit is contained in:
Martin Eesmaa 2022-03-19 21:45:41 +11:00 committed by GitHub
parent d7b5a4d757
commit aa92c854d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: