Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#5331 closed defect (duplicate)

24bit FLACs muxed in mkv marked as 32bit resulting in no audio on Windows 10

Reported by: hdvdeo Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
If you try to encode/remux video file to mkv container using flac code for audio you may receive 24bit flac track marked as 32bit track. This causes players to make wrong decisions, for example Windows 10 Movies&TV and Windows Media Player. As a workaround you may need to correct information in mkv header and that fixes the problem.
How to reproduce:

% ffmpeg -i input.mkv -c:v copy -c:a flac output.mkv
ffmpeg version N-78949-g6f5048f Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.3.0 (GCC)

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Change History (2)

comment:1 by hdvdeo, 8 years ago

Resolution: invalid
Status: newclosed

comment:2 by Carl Eugen Hoyos, 8 years ago

Resolution: invalidduplicate
Note: See TracTickets for help on using tickets.