[FFmpeg-trac] #4426(undetermined:new): RIFF WAVE 24-bit WAVE_FORMAT_PCM files are not properly supported

FFmpeg trac at avcodec.org
Sat Apr 4 09:39:34 CEST 2015


#4426: RIFF WAVE 24-bit WAVE_FORMAT_PCM files are not properly supported
-------------------------------------+-------------------------------------
             Reporter:  rsn10100     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  wav          |               Resolution:
  WAVEFORMATEX WAVE_FORMAT_PCM       |               Blocked By:
  output 24bit                       |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by heleppkes):

 WAVEFORMATEX is a Microsoft format, and they clearly define that bits per
 sample is only allowed to be 8 or 16 with WAVE_FORMAT_PCM, and only with
 WAVE_FORMAT_EXTENSIBLE higher bit depths are allowed. See
 https://msdn.microsoft.com/en-
 us/library/windows/desktop/dd390970(v=vs.85).aspx

 FFmpeg should not be creating out of spec files, even if some occasionally
 software can read it.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4426#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list