[FFmpeg-trac] #3729(undetermined:new): FFMPEG should show warnings when FLAC encoder produce non-subset stream

FFmpeg trac at avcodec.org
Thu Jun 19 18:57:59 CEST 2014


#3729: FFMPEG should show warnings when FLAC encoder produce non-subset stream
-------------------------------------+-------------------------------------
             Reporter:  Vika         |                     Type:  defect
  Apelsinova                         |                 Priority:  normal
               Status:  new          |                  Version:  git-
            Component:               |  master
  undetermined                       |               Blocked By:
             Keywords:  flac subset  |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 FFMPEG should show warning message "The encoding parameters specified do
 not conform to the FLAC Subset and may not be streamable or playable in
 hardware devices." when one of the following statements is true:

 1. sample size in bits = not (8 or 12 or 16 or 20 or 24)
 or
 2. min_partition_order > 8
 or
 3. max_partition_order > 8
 or
 4. min_prediction_order > 12 and samplerate <= 48000
 or
 5. max_prediction_order > 12 and samplerate <= 48000
 or
 6. frame_size > 4608 and samplerate <= 48000
 or
 7. frame_size > 16384

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3729>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list