Fixed with professional editing, README

This commit is contained in:
MartinEesmaa 2022-02-18 18:27:17 +11:00 committed by GitHub
parent f10ceb3796
commit 860d7a3193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 15 deletions

View File

@ -6,13 +6,13 @@ VVCEasy comes to one-easy of ffmpeg, vvenc, vvdec and YUView.
Installation: Go to releases and download latest version.
VVCEasy is not yet finished. I'm trying to work with codes. I'm not good coding programming, just simple coding.
Sorry to say that. I will give update, once I release news.
Sorry to say that. I will give update once I release news.
Windows source run: RUNVVCEASY.bat
Note to Mac and Linux of o266player VLC: Sorry Mac and Linux users :(, on macOS 10.15.6, I tried build, but it failed, you can have a look for Stack Overflow: https://bit.ly/3GTtNTJ
On Linux, it won't support of VLC (o266player build).
If you want to run VLC (o266player version), you have to run Windows only for virtual machine or your real computer.
If you want to run VLC (o266player version), you must run Windows only for virtual machine or your real computer.
# Donate to me using cryptocurrency
@ -20,7 +20,7 @@ If you want to run VLC (o266player version), you have to run Windows only for vi
- **MONERO:** `85Ahh93M88gV8ekymtYwb6TS14TZ36jNGTFgceaRH7hj8Rtx1qVB9PobnJLR5siz4nYBnzWy3pkV6KaVroifGMVh7n4br3J`
- **BAT:** For Brave users, you can also contribute by support to me, I'm verified Brave user on Brave Rewards.
# Compatability Windows Operating System (VLC Media Player v3.0.11.1, o266player build version)
# Compatibility Windows Operating System (VLC Media Player v3.0.11.1, o266player build version)
Windows | Compatibility (only x64) | Screenshot
------- | ------- | --------------- |
@ -71,7 +71,7 @@ Follow the instructions, the commands will give your options. Since 21 October 2
- Martin Eesmaa
# Without VVCEasy, experimental option for professional coders, other developers and everyone (hard)
# Without VVCEasy, experimental option for professional coders, other developers, and everyone (hard)
You need 7Zip (requires ffmpeg and ffplay), ffmpeg, ffplay, vvenc/vvdec(app) and YUView.
@ -96,7 +96,7 @@ Verify path using Windows Command Prompt:
echo %PATH%
```
First of all:
First:
Transcode any video formats to YUV/Y4M
For YUV transcode (lossy from web quality, YouTube videos and others):
@ -109,13 +109,13 @@ For Y4M transcode (lossless from uncompressed video files, only 8 bit):
ffmpeg -i input.mp4 -strict 1 inputtranscode.y4m
```
Verify ffplay before encode with VVENC (important replace video size, otherwise it will not show correctly video, it's like scrambled eggs video):
Verify ffplay before encoding with VVENC (important replace video size, otherwise it will not correctly show video, it's like scrambled eggs video):
```
ffplay -f rawvideo -pix_fmt yuv420p -s 854x480 -i inputtranscode.yuv
```
Or replace -i inputtranscode.yuv with `-i inputtranscode.y4m` for y4m users. For yuv420p10 on your input video 10 bit, replace `-pixel_format yuv420p10`.
For easy to verify YUV/Y4M, use YUView, open your YUV or Y4M encoded, make sure video size, YUV/Y4M format and frame rate same like from input video file (eg. MP4, AVI, MKV and others.
For easy to verify YUV/Y4M, use YUView, open your YUV or Y4M encoded, make sure video size, YUV/Y4M format and frame rate same like from input video file (e.g. MP4, AVI, MKV and others.
After verifying correctly your YUV/Y4M video
Encode with VVENC (Simple settings, example)
@ -140,7 +140,7 @@ vvencapp --qp 18 -i out.yuv -s 854x480 -r 30 --preset slow -o vvc.266
Note to Apple Mac OS and Linux users: Command with `./vvencapp`
Optional Windows users using Windows Powershell: Command with `.\vvencapp`
Optional Windows users using Windows PowerShell: Command with `.\vvencapp`
Encode with VVENC (Best settings (lossless only of Y4M, Raw and Uncompressed video files), replace video size (-s), framerate (-r) and maximize threads of your cores (--threads), example) (Minimum loss quality) If you want true lossless video, use FFV1 latest version 3.4.
```
@ -149,12 +149,12 @@ vvencapp --qp 18 -i out.yuv -s 854x480 -r 30 --preset slow --threads 16 --tier h
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 encode YUV 10 bit to VVC file, add `-c yuv420_10` before you type ending of -o EXTREME.266.
Note to 8 bit Y4M users: It is only from input video (8-bit) to Y4M (8 bit)
Note to 8-bit Y4M users: It is only from input video (8-bit) to Y4M (8 bit)
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 only about 10 seconds limit.
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)
@ -162,7 +162,7 @@ UPDATE 13th December 2021: VLC Media Player (custom VLC build of o266player, 3.0
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. VVC should need played on VLC Media Player in future.
# Compatability results (VVENC AND VVDEC) TEST COMPLETED BY MARTIN EESMAA
# Compatibility results (VVENC AND VVDEC) TEST COMPLETED BY MARTIN EESMAA
Windows (vvencapp):
![WindowsVVENCDEC](https://user-images.githubusercontent.com/88035011/145812753-eddf04c5-1a10-4892-9118-7478735b1475.png)
@ -180,16 +180,16 @@ Are you real creator of VVCEasy?
Yes... but I'm not real 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.
Well yes... 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.
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, easier to solve it.
My question is not listed on FAQ. Can I ask any question?
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 :/.
I know about Batch file 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