gibix
gibix
cargo should be replaced with [cargo-metadata](https://github.com/oli-obk/cargo_metadata).
The documentation is quite outdated and there are many examples that should be added. - [x] installation - [ ] clear project's description (#35) - [ ] brief workflow description...
I want to parse `\Segment\Tracks\TrackEntry\Video\ColourSpace` and is not clear to me witch are all the possible values to handle by a complete mkv demuxer.
Signed-off-by: gibix
I'm looking for a solution for mapping values from `matroska::elements::Video::colour_space` into `av_data::pixel::ColorModel` as part of #9. The value are written in FourCC as described [here](https://tools.ietf.org/id/draft-lhomme-cellar-matroska-04.html#rfc.section.8.2.107). Here is a first draft...
How did you build the shared libraries in the [pre-build](https://ltdata1.informatik.uni-hamburg.de/bbb-live-subtitles/audio_fork.zip)? I have a problem to build them myself. Because I would like to import also the `mod_simple_vad` from drachtio.
# Description Small fix in the caldav example replace the wrong `CALDAV_USER` with the correct `CALDAV_USERNAME`