[FFmpeg-trac] #7892(undetermined:closed): FFMpeg produces invalid WAV files

FFmpeg trac at avcodec.org
Thu May 9 17:50:54 EEST 2019


#7892: FFMpeg produces invalid WAV files
-------------------------------------+-------------------------------------
             Reporter:  birdie       |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:  wontfix
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by birdie):

 * resolution:  invalid => wontfix


Comment:

 Nevermind, I managed to pipe it without using WAV:

 {{{
 ffmpeg -i source.flac -vn -acodec pcm_s16le -ar 44100 -f s16le \
 -loglevel warning - | sox -t raw -r 44100 -e signed -b 16 -c 2 - out.wav
 reverse
 }}}

 Though it's still a loss since I perfectly remember that it worked in the
 past.

 I'll leave it as WONTFIX since this feature used to work in the past and
 now you're refusing to change it back.

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


More information about the FFmpeg-trac mailing list