Update README.md

This commit is contained in:
MartinEesmaa 2022-01-13 16:44:21 +11:00 committed by GitHub
parent 524523e138
commit 7f7b65656c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 6 deletions

View File

@ -42,7 +42,7 @@ This cannot be run on Windows Vista / Windows Server 2008 or older to play VVC o
# Encode/Decode (easy)
Before you run of RUNVVCEASY.bat or VVCEASY.exe, you need to change input from file name to input.mp4 (as example)
Before you run of RUNVVCEASY.bat or VVCEASY.exe, you need to change input from file name into input.mp4 (as example)
Follow the instructions, the commands will give your options. Since 21 October 2021, VVCEasy is pre-release, but it's construction mode, but you can have a look with .BAT code.
- Martin Eesmaa
@ -101,6 +101,8 @@ vvencapp -i out.yuv -s 854x480 -r 30 -o vvc.266
Note to Apple Mac OS and Linux users: Command with `./vvencapp`
Optional Windows users using Windows Powershell: 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
@ -111,13 +113,12 @@ NOTE: It is acceptable only for encoding to .h266, .266 and .vvc file container.
Note to 10 bit YUV users: If you encoding YUV 10 bit to VVC file, add `-c yuv420_10` before you type ending of -o EXTREME.266
After VVEnc, you can play in YUView develop version, unfortunately this should not work on release version of June.
Drag any your video file of .h266, .266 or .vvc to play. YUView will play your video about only 10 seconds.
Drag any your video file of .h266, .266 or .vvc to play. YUView will play your video only about 10 seconds limit.
UPDATE 13th December 2021: VLC Media Player (custom VLC build of o266player, 3.0.11.1 Vetenari, Windows 11) is tested by Martin Eesmaa. It can play only about 600 frames limit / 20+ seconds.
![VLC Media Player (VVC test)](https://user-images.githubusercontent.com/88035011/145756567-d156f630-9e7f-4042-99b5-6ffe8a6b4b64.png)
If you are still not happy VVC, that you think this is too hard to encode and decode, or this cannot be played on VLC Media Player of VVC Video Codec, use AOMEDIA ONE that is recommended for most users for easily play VLC Media Player and others.
If you are still not happy about VVC (known as Versatile Video Coding), that you think this is too hard to encode and decode, use AOMEDIA ONE (AV1) that is recommended for most users to easily play VLC Media Player and others.
# Compatability results (VVENC AND VVDEC) TEST COMPLETED BY MARTIN EESMAA
@ -135,7 +136,7 @@ Linux (./vvencapp):
# FAQ (known as Frequently Asked Questions)
Are you real creator of VVCEasy?
Yes... but I'm not creator of VVC, I didn't build VVC, so it was Fraunhofer built VVC.
Yes... but I'm not creator of VVC, I didn't build VVC, so it was Fraunhofer that he built VVC.
Are you trying to work build of VVCEasy?
Well yeah... it takes longer time to make VVCEasy easier, but VVCEasy is not yet finished until further/update announcement. I don't have employees, so I'm only one.
@ -144,7 +145,10 @@ Is it okay to bring proof screenshots of my errors?
I allow you to bring error screenshots, you can bring proof. More proofs, more easy to solve it.
My question is not listed on FAQ. Can I ask any question?
Sure, just go to Issues tab and ask questions or give it issue to me.
Sure, just go to Issues tab, ask questions or/and give your issue to me.
Do you know what you have skills in your programming?
I know about Batchfile and HTML programmer. Some hard programming languages might be difficult to me :/.
If you have any questions or any issues, please go to Issues tab and create your issue.
- Martin Eesmaa