forgot to add --y4m on pro tip y4m vvenc

This commit is contained in:
Martin Eesmaa 2022-09-14 22:53:10 +10:00 committed by GitHub
parent 49851eedae
commit 1fea2bf1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ vvencapp -i out.yuv -s 854x480 -r 30 -o vvc.266
TIP: You could do alternative without taking much disk space for uncompressed video (Y4M, Recommended):
```
ffmpeg -i example.mp4 -pix_fmt yuv420p -f yuv4mpegpipe - | vvencapp -i - --preset medium --qp 35 -o converted.266
ffmpeg -i example.mp4 -pix_fmt yuv420p -f yuv4mpegpipe - | vvencapp --y4m -i - --preset medium --qp 35 -o converted.266
```
**PRO TIP: VVENC can detect your fps and video size for y4m file format, so you don't need insert video size and frame per second of vvenc.**