From 3674d21327a4796e32e2a55b0ad04708f079749b Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sat, 2 Apr 2022 12:29:10 +1100 Subject: [PATCH] Added vvdec build instructions --- Bitmovin.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Bitmovin.md b/Bitmovin.md index e52f137..81a0084 100644 --- a/Bitmovin.md +++ b/Bitmovin.md @@ -42,6 +42,37 @@ JSON: } ``` + +# Bitmovin VVDec Player Downloads (including build instructions): + +[Windows Pre-Builded](https://www.dropbox.com/s/75ouoeadcr2cl53/BitVVDecPlayerWIN.7z) + +[Mac OS Pre-Builded](https://www.dropbox.com/s/ilsoica7c8dh4hq/BitVVDecPlayerMAC.7z) + +[Linux Pre-Builded](https://www.dropbox.com/s/bihm3pyh21lcvte/BitVVDecPlayerLINUX.7z) + +Wanna build VVDec (.dll (Windows)/.dylib (Mac OS)/.so (Linux)) yourself? + +Here is an code: + +``` +git clone https://github.com/fraunhoferhhi/vvdec.git +cd vvdec +mkdir build && cd build +cmake -DBUILD_SHARED_LIBS=1 .. +cmake --build . --config Release +``` + +The build files might be vvdec/bin/release-shared + +Windows: vvdec.dll + +Mac OS: libvvdec.dylib + +Linux: libvvdecLib.so + +***Note to Linux: If the file (.so) can't load into your Bitmovin VVDec Player. You have to rename libvvdec.so into libvvdecLib.so*** + # System requirements ### Windows