mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-03-10 08:10:18 +01:00
Update README.md
This commit is contained in:
parent
524523e138
commit
7f7b65656c
16
README.md
16
README.md
@ -42,7 +42,7 @@ This cannot be run on Windows Vista / Windows Server 2008 or older to play VVC o
|
|||||||
|
|
||||||
# Encode/Decode (easy)
|
# 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.
|
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
|
- 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`
|
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)
|
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
|
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
|
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.
|
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.
|
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.
|
||||||

|

|
||||||
|
|
||||||
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
|
# Compatability results (VVENC AND VVDEC) TEST COMPLETED BY MARTIN EESMAA
|
||||||
@ -135,7 +136,7 @@ Linux (./vvencapp):
|
|||||||
# FAQ (known as Frequently Asked Questions)
|
# FAQ (known as Frequently Asked Questions)
|
||||||
|
|
||||||
Are you real creator of VVCEasy?
|
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?
|
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.
|
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.
|
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?
|
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.
|
If you have any questions or any issues, please go to Issues tab and create your issue.
|
||||||
- Martin Eesmaa
|
- Martin Eesmaa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user