How to build libVTMDecoder? #527
-
I'm trying to build libVTMDecoder, but can't seem to find any shim source file to adapt from the libDecoderLib library produced when compiling VTM to the libVTMDecoder expected by this project. I've tried compiling VTM from both the official repo and the GitHub-hosted mirror provided by @ChristianFeldmann. The only other search result on GitHub for VTMDecoder is VTMDecoder_VLCPlugin, but this seems to build a library called vvcdecoder_plugin. There's also the libvtmdec provided by old versions of VTM, but again this doesn't appear to be the right library. What am I missing here? Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! By default, the reference decoder VTM does not come with a library interface but as a standalone application. So I added one. It was never merged into the main branch. You can find the code to compile the library in the |
Beta Was this translation helpful? Give feedback.
Hi! By default, the reference decoder VTM does not come with a library interface but as a standalone application. So I added one. It was never merged into the main branch. You can find the code to compile the library in the
decoderLib
branch of may VTM fork: https://github.com/ChristianFeldmann/VTM/tree/feature/decoderLibBut be aware that this code is very outdated and could use some update from remote.