mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-09 00:08:44 +01:00
Update README.md
This commit is contained in:
parent
a3b54af6c9
commit
c40e50953f
10
README.md
10
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user