Three successfully loaded three OS tested

Windows, Mac and Linux are successfully tested for load VVENC and VVDEC by Martin Eesmaa.
This commit is contained in:
MartinEesmaa 2021-12-15 08:59:12 +11:00 committed by GitHub
parent fad841790d
commit 9a28163fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -67,7 +67,7 @@ vvencapp -i out.yuv -s 854x480 -r 30 -o vvc.266
```
-s means video size, -r means frame per second and -o means output
Note to Linux users: Command with `./vvencapp`
Note to Apple Mac OS and Linux users: Command with `./vvencapp`
Encode with VVENC (Best settings, replace video size (-s), framerate (-r) and maximize threads of your cores (--threads), example)
```
@ -86,15 +86,15 @@ If you are still not happy VVC, that you think this is too hard to encode and de
# Compatability results (VVENC AND VVDEC)
# Compatability results (VVENC AND VVDEC) TEST COMPLETED BY MARTIN EESMAA
Windows:
Windows (vvencapp):
![WindowsVVENCDEC](https://user-images.githubusercontent.com/88035011/145812753-eddf04c5-1a10-4892-9118-7478735b1475.png)
Mac:
Mac (./vvencapp):
![MacOSTerminal](https://user-images.githubusercontent.com/88035011/146085638-d3ec9101-f6b5-45ff-ba8b-b2a6059bc7d3.png)
Linux:
Linux (./vvencapp):
![UbuntuVVENCDEC](https://user-images.githubusercontent.com/88035011/145812781-9a270e03-0dc0-47e6-95ad-4316757d3435.png)