Search found 3 matches
- Sat Aug 12, 2023 7:57 am
- Forum: MakeMKV for Linux
- Topic: Workaround for -Woverloaded-virtual= error
- Replies: 0
- Views: 9222
Workaround for -Woverloaded-virtual= error
Not a proper fix, but does allow the compile on Linux with latest gcc. ./libebml/inc/ebml/EbmlElement.h:395:13: warning: 'virtual libebml::EbmlElement::operator const libebml::EbmlId&() const' was hi dden [-Woverloaded-virtual=] --- a/libebml/inc/ebml/EbmlElement.h 2023-05-29 21:06:31.000000000 ...
- Sun Sep 09, 2018 11:03 pm
- Forum: MKV file processing and playback
- Topic: Concatination of multiple angles
- Replies: 3
- Views: 7999
Re: Concatination of multiple angles
Hi Grauhaar, There is mention in a number of places that the MKV container allows for alternative endings - using branching .... Kodi plays multiple Angles (video streams.) The example I'm working with is: - The chapters in the original DVD that have multi angle are 4,12,13 MPlayer 1.3.0 (Debian), b...
- Sun Sep 09, 2018 11:43 am
- Forum: MKV file processing and playback
- Topic: Concatination of multiple angles
- Replies: 3
- Views: 7999
Concatination of multiple angles
Hi All, Could you please help on my syntax. I have extracted the angles from the media I'm trying to create a single MKV for. The individual MKV/MPG streams work fine. But how so I put this together. The start does not have multi angle. Then there are 2 sections in the middle that do have multi angl...