Skip to content

VVCEasy is that you don't have to compile or/and coding to encode VVC (known as Versatile Video Codec). Simple. Easy. Encode. Decode

License

Notifications You must be signed in to change notification settings

MartinEesmaa/VVCEasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VVCEasy GitHub all releases GitHub Build GitHub repo size GitHub release (release name instead of tag name) GitHub commit activity Matrix Discord

VVCEasy by Martin Eesmaa

VVCEasy is that you don't have to compile or/and coding to encode VVC (known as Versatile Video Codec). Simple, Easy, Encode and Decode.

It supports Windows, macOS, Linux, BSD, Android & WebAssembly for VVCEasy builds.

From 20 October 2021 to 23 June 2022, VVCEasy was pre-release and construction mode.

Since 23 June 2022, VVCEasy was initial released on v1.0.0.

VVCEasy comes for one-easy command by FFmpeg-VVC, Fraunhofer HHI VVC binaries, uvg266, MPV, LAVFilters with MPC-HC & MPC-BE and more.

Installation: Go to the releases and download latest version.

Windows source run (Batch-file) (for encoding/decoding, it needs to be manually edit batchfile to modify video file name): VVCEasy.bat

Windows/Mac/Linux source run (Csharp): Bin/Release or Debug/netX.x/VVCEasy.exe (after build of C#), this requires VVCEasy.dll to run console application.

Community

Communities Link
Matrix chat Matrix https://matrix.to/#/#vvceasy:matrix.org
Revolt https://app.revolt.chat/invite/0Y10qHzP
Discord Discord https://discord.gg/t54cADTbWW
Reddit https://reddit.com/r/VVCEasy
lemmy.ml (c/VVC) https://lemmy.ml/c/vvc
lemmy.ml (c/VVCEasy) https://lemmy.ml/c/vvceasy
lemmy.world (c/VVC) https://lemmy.world/c/vvc
lemmy.world (c/VVCEasy) https://lemmy.world/c/vvceasy

Note: Please note of my first language is Estonian and not native with English language. Some English words may be errors with incomprehensible.

All lists

Donate to Martin Eesmaa for a cryptocurrencies

  • BTC (BITCOIN):
bc1qhf4zu5uythr7vyt2dru73qp0k2rzrx355fsx47yjxc2ueunz8frqxmwap3
  • XMR (MONERO):
46Fk6k3qzhwXpLsDRWo4Uh63DDmwRX7gbL6P3zodAnvnRDr9Psi9uau19nCRQFHbmp3nLR3d5Ve8WRid71nuLZxAGygZ258
  • BAT (BASIC ATTENTION TOKEN): For Brave Browser users only, you can also contribute by supporting me, I'm a verified Brave user on Brave Rewards.

  • Estonian bank account (Luminor Eesti IBAN): You can donate to me. You have to pay a little network send fees before donate.

EE511700017003558571

Tests of VVC videos

You can test Martin Eesmaa's encoded movies of VVC video codec and follow README.txt instructions.

Tears of Steel VVC

Martin Eesmaa's VVC sample videos

VLC InterDigital VTM VVC Plugin

I have great news. VLC latest version worked out well of Inter Digital VTM plugins. On o266player, there were some problems on my computer for one reason...

One reason that my Windows 11 operating system won't view video of VVC file on o266player version. On VTM plugins of VLC, now it shows me VVC video good.

Here is a comparison of o266player version and VTM VVC plugins:

Top left and right is o266player by Tencent Cloud.

Bottom left and right is VLC VTM plugins by Inter Digital Inc.

windows8testbetweno266playerandvtmplugins

UPDATE of 19/04/2022 00:20 AEST:

Bug of Inter Digital VTM VLC Plugin:

When you try to play your MPEG-TS or TS file, it will crash with your InterDigital VLC VTM Plugin installed on your VLC Media Player.

Without InterDigital VLC VTM Plugin, playing MPEG-TS or TS file will play fine in your all original plugins (except VLC VTM Plugin) on your VLC Media Player.

FFmpeg VVENC/DEC & xHE-AAC support

FFmpeg VVC En/Decoder & xHE-AAC supports of Windows, Mac and Linux.

See FFMPEGVVC.md.

MPV libvvdec + xHE-AAC support (Windows x64/Linux/Android only)

MPV libvvdec & xHE-AAC supports only of Windows x64, Linux & Android.

The VVC and MP4 mux with VVC codec can be played on MPV libvvdec + xHE-AAC version. Only MP4 mixed with VVC supports seek.

MPV.NET is also only available for Windows.

See MPV.md.

LAVFilters VVC version x64

For more information about LAVFilters Windows VVC version.

See LAVFilters folder

VVC binaries

Versatile Video Codec binaries has two tools of vvenc & vvdec and uvg266.

See VVC.md

Deprecated builds

Those deprecated builds were no new commits/codes after one year.

For Bitmovin VVDec Player, see Bitmovin.md.

For VLC o266player build, see o266player.md.

Compile for VVCEasy

VVCEasy Batchfile Version (optional) (Windows only)

First, before you compile to VVCEasy Batchfile Version, you need to install Inno Setup before compiling VVCEasy. Inno Setup link: https://jrsoftware.org/isdl.php

Step 1: Clone VVCEasy git and open up VVCEasy_compiler.iss file

cd %userprofile%\Downloads
git clone --depth=1 https://github.com/MartinEesmaa/VVCEasy && cd VVCEasy
VVCEasy_compiler.iss

Step 2: Press F9 to compile on your keyboard. After compiling, VVCEasy.exe (Installer) can be found on Install folder. VVCEasyclickblueplaybutton


VVCEasy .NET Console Version (optional)

First, before you compile to VVCEasy .NET Console Version, you need .NET SDK x64 from Microsoft. Link: https://dotnet.microsoft.com/en-us/download

Step 1: Clone git and cd VVCEasy

git clone --depth=1 https://github.com/MartinEesmaa/VVCEasy && cd VVCEasy

Step 2: When you build, this will restore project first and then compiles.

dotnet build -c Release

Step 3: Once building is done, the build folder directory is bin/Release

cd bin/Release

Tip: You can run VVCEasy without building.

dotnet run

Publish single .NET binary executable

If you want to compile and publish into one portable executable file, you can create if you wish like.

dotnet publish -c Release

After that, it should be found for example at bin\Release\netX.x\win-x64\publish.

GUI applications (easy)

If you're not familiar for using CLI, you can use GUI with application window for ease use and without typing commands on your terminal.

These VVC programs of encode/decode are listed:

Programs with website or GitHub link Note Creator
Fastflix You might need to download my custom FFmpeg builds for encoding/decoding VVC using external libraries, rename to ffmpeg.exe and ffprobe.exe from my custom names only, no ffplay executable file required Chris Griffith
VVC-GUI-Encoder Only encoder Disa Kizonda
aVVCator Only encoder & Linux only Gianni Rosato
VVenCguiEx Original Japanese language only for instructions and application (you can still translate), only encoder & Windows only, requires Aviutl (this may be medium or hard) rigaya
VVConvert (only encoder, encodes to VVC raw bitstream from any FFmpeg compatible video codecs, requires FFmpeg to open input video files) Alec Carter (source code)
Av1ador This program allows to encode VVC while transcoding by preview and comparison from original video, includes other encoders as well. porcino

Hard option (deprecated)

If you're looking hard option of document information, you can check out there: docs-old/advanced.md

FAQ (known as Frequently Asked Questions)

Before you ask any question, see the questions at table please.

Question Answer
1: Are you the real creator of VVCEasy? Yes... but I'm not a real creator of VVC, I didn't built VVC, it was Fraunhofer HHI that he built VVC.
2: Are you trying to work build of VVCEasy? 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 the only one worker.
3: Is it okay to bring my proof screenshots of errors? Yes, you can bring error screenshots for your proof. More proof, more easy to solve it.
4: My question is not listed on FAQ. Can I ask any question to you? Sure, just go to Issues tab, ask questions or/and give your issue to me, I'd be happy to solve :).
5: Do you know what you have skills in your programming? I know about batch file and HTML programming. Some hard programming languages might be difficult for me :/. Update of 19th February 2022: Maybe I should make C# Console program, that will be easy for Windows, Mac and Linux multi support.

If you have any questions or/and any issues, please go to Issues tab and create your own issue.

Or you can join and chat us our community: Link for communities at top

  • Martin Eesmaa

Credits & Licenses

VVCEasy - VVCEasy is easy VVC, that no need to compile.

License: MIT

© 2021-2024 Martin Eesmaa (All rights reserved)


Versatile Video Encoder - Fraunhofer Versatile Video Encoder (VVenC)

Versatile Video Decoder - Fraunhofer Versatile Video Encoder (VVdeC)

Versatile Video Decoder Web Player - A minimal proof-of-concept VVC player for the web using WebAssembly

License: BSD 3-Clause Clear License (all of three repositories)

© 2018-2024, Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. & The VVC Authors. (All rights reserved)

GitHub: Fraunhoferhhi


VLC VTM Decoder Plugin - VVC decoder plugin for VLC based on a multithreaded VTM

VLC Original Version - VLC Media Player

License: GPL Version 2 (VLC Original version) & LGPL-2.1 (VLC VTM Decoder Plugin)

© 2000-2024 VLC Media Player Developers (All rights reserved)

© 2021-2024 Inter Digital Inc (All rights reserved)


uvg266 - An open-source VVC encoder based on Kvazaar

License: BSD 3-Clause License

© 2021-2024, Tampere University, ITU/ISO/IEC, project contributors (All rights reserved)


BitMovin Versatile Video Decoder Player - BitMovin VVDecPlayer

License: MIT

© 2021-2022 Christian Feldmann (All rights reserved)


FFmpeg - Mirror of https://git.ffmpeg.org/ffmpeg.git

VVC developers & forkers: Christian Lehmann, tbiat, Isabelle Santin & Martin Eesmaa

License: LGPL-2.1+ & GPL-2.0+

For my custom build configuration license is GPL-3.0+ with nonfree (fdk-aac) for FFmpeg.

© 2000-2024 FFmpeg developers (All rights reserved)


fdk-aac - A standalone library of the Fraunhofer FDK AAC code from Android.

License: None

© 2012-2023 Martin Storsjö (All rights reserved)


mpv - 🎥 Command line video player

License: LGPL-2.1+ & GPL-2.0+

For my custom build license: GPL-3.0+ with nonfree (fdk-aac) for FFmpeg

© 2013-2024 Vincent Lang, MPlayer, mplayer2 & MPV developers (All rights reserved)


mpv-android - #mpv-android @ libera.chat

VVC forkers: tbiat & Martin Eesmaa

License: MIT

© 2016-2024 Ilya Zhuravlev, sfan5 & mpv developers (All rights reserved)


GPAC/MP4BOX - Modular Multimedia framework for packaging, streaming and playing your favorite content.

License: LGPL-2.1

© 2003-2024 Jean Le Feuvre & GPAC developers/contributors (All rights reserved)


LAVFilters - LAV Filters - Open-Source DirectShow Media Splitter and Decoders

License: None

© 2010-2024 Hendrik Leppkes (All rights reserved)


MPC-HC - Media Player Classic (forked by clsid2)

MPC-BE - Media Player Black Edition (forked by Aleksoid1978)

License: GPL-3.0

© 2007-2018 MPC-HC Community Forum & contributors (Original) (All rights reserved)

© 2018-2024 clsid2 (forked of MPC-HC) (All rights reserved)

© 2012-2024 Alexander Vodiannikov (forked of MPC-BE) (All rights reserved)


7-Zip - 7-Zip is a file archiver with a high compression ratio.

Official website: https://7-zip.org

License: LGPL-2.1-or-later with unRAR restriction & LZMA SDK in the public domain

© 1999-2024 Igor Pavlov (All rights reserved)


wget - GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS, the most widely used Internet protocols.

License: GPL-3.0-or-later

Original written by Hrvoje Nikšić

© 2015 Free Software Foundation, Inc. (All rights reserved)