[FFmpeg-trac] #3445(undetermined:closed): invalid result transcoding WAV file

FFmpeg trac at avcodec.org
Fri Mar 7 17:50:19 CET 2014


#3445: invalid result transcoding WAV file
-------------------------------------+-------------------------------------
             Reporter:  marius63     |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Replying to [ticket:3445 marius63]:
 >    ffmpeg -i X.wav -f f32le -ar 22050 Y.wav

 This command forces {{{ffmpeg}}} to output a raw pcm file (format f32le)
 which cannot be auto-detected, not a wav file. If you want 32bit audio in
 your wav file, use {{{-acodec pcm_s32le -f wav}}}

 Please understand that this is a bug tracker, not a support forum.

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


More information about the FFmpeg-trac mailing list