Opened 10 years ago
Last modified 9 years ago
#4237 new enhancement
Improve matroska muxing for players that don't implement the full Matroska specification
Reported by: | Iker | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | mkv regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Hello,
After ffmpeg version around 20131026 (2.0.2) the Matroska files created are not fully compatible with some players (especially hardware BluRay players). This problem is well known in other mkv muxers (as mkvtoolnix), and they have implemented options to disable some new features in the matroska muxer. See the features that can be disables in https://trac.bunkus.org/wiki/FAQ%3AImprovingPlaybackCompatibilityWithPlayers
The MKV file generated using these features is a version 4 MKV, but many players only support version 2. Is it possible to implement options in the ffmpeg matroska muxer to disable these new features of matroska specification?
Thank you and best regards.
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 9 years ago
Component: | ffmpeg → avformat |
---|---|
Keywords: | mkv regression added; matroska muxer new specifications values disable compatibility hardware players removed |
Priority: | normal → wish |
Version: | unspecified → git-master |
Regression since d59213b5
please use git bisect to find out which change exactly causes the problem