added list of MPV, added OpenVVC in license/credit

This commit is contained in:
Martin Eesmaa 2022-05-22 17:43:12 +10:00 committed by GitHub
parent 1179e44648
commit 886983a399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -42,6 +42,8 @@ Discord: https://discord.gg/t54cADTbWW
- [FFmpeg VVC Decoder support](#ffmpeg-vvdec-support)
- [MPV OpenVVC support (Android only)](#mpv-openvvc-support-android-only)
- [Compile for VVCEasy](#compile-for-vvceasy)
- [VVCEasy Batchfile Compile](#vvceasy-batchfile-version-optional-windows-only)
@ -224,7 +226,7 @@ ffmpeg -i input.mp4 -pix_fmt yuv420p -strict 1 inputtranscode.y4m
Verify uncompressed video using ffplay before encode to VVENC (important replace video size, otherwise it will not correctly show video, it's like scrambled eggs video):
```
ffplay -i inputtranscode.yuv -s 854x480
ffplay -i inputtranscode.yuv -video_size 1280x720
```
Default pixel format of ffplay for yuv and y4m is yuv420p without `-pix_fmt` command.
@ -396,3 +398,13 @@ VVC developer & forker: [tbiat](https://github.com/tbiat)
License: MIT
© 2016-2022 Ilya Zhuravlev, sfan5 & mpv developers (All rights reserved)
---
[OpenVVC](https://github.com/OpenVVC/OpenVVC) - VVC Decoder
License: LGPL-2.1
© 2021-2022 OpenVVC developers (All rights reserved)
---