Update README.md

This commit is contained in:
MartinEesmaa 2021-12-14 22:47:16 +11:00 committed by GitHub
parent a3b54af6c9
commit c40e50953f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -31,11 +31,15 @@ YUView:
https://github.com/IENT/YUView/actions/runs/1365560321
Before we start, you need to make path environments for ffmpeg, ffplay and vvenc/vvdec to make easily.
In Command Prompt:
In Command Prompt (Windows):
```
set PATH=%PATH%;C:\Users\blah\Downloads\VVCEasy\Executables
```
verify `echo %PATH%` in Command Prompt
Verify using Windows Command Prompt:
```
echo %PATH%
```
First of all:
Transcode any video formats to YUV/Y4M
@ -63,6 +67,8 @@ 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`
Encode with VVENC (Best settings, replace video size (-s), framerate (-r) and maximize threads of your cores (--threads), example)
```
vvencapp -i out.yuv -s 854x480 -r 30 --preset slow --threads 16 --tier high -o EXTREME.266