Moritz Bunkus

Results 130 comments of Moritz Bunkus

I'm running into linker problems as well. In my case the created `Makefile` references a lot of libraries that haven't been built for MXE at all. They all seem to...

Additional note: I can compile Qt6 with its multimedia module & link my application against it if I disable `ffmpeg` during the MXE build, meaning by removing `ffmpeg` from `$(PKG)_DEPS...

I'll give current `master` a try later today & report back.

While MXE itself compiles fine at current `master`, there's no way to compile a program with QtMultimedia as the resulting Makefiles created by `qmake` still contain the host libraries required...

> BTW, it would be interresting (actually important) to know whether mkvmerge ever wrote _Matroska_ files with ITU T.35 data _without_ the corresponding `BlockAddIDType` No. MKVToolNix only received support for...

> Ok, thinking a bit more about this, i realize now that forcing BlockAddIDType 4 to always have BlockAddIDValue 4 means we're forcing a given Track to only have a...

Thanks for the fast reply. There is a public demo: Go to http://otrs-addons.otrs.com/otrs/index.pl?Action=Login&User=2ndlevel-E&Password=otrs123 . Click on any of the ticket entries listed below, e.g. »New tickets« section. In the new...

I am aware of alternate groups & switch groups in MP4. However, I'm not aware of a relationship between the `Track_enabled` flag & alternate groups in MP4. I'm basing my...

MP4 is not QuickTime. MP4 is what's described in ISO 14496-12 & 14496-14. And 14496-12 is quite clear on the semantics of that flag in my opinion.