[FFmpeg-trac] #2587(undetermined:closed): libfaac doesn't support this output format

FFmpeg trac at avcodec.org
Tue May 28 02:58:31 CEST 2013


#2587: libfaac doesn't support this output format
-------------------------------------+-------------------------------------
             Reporter:  burek        |                    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
-------------------------------------+-------------------------------------

Comment (by burek):

 Since the first ffmpeg command:
 {{{
 ffmpeg -i rtsp://your_cam_ip:port/additional_path out.mp4
 }}}
 shows that ffmpeg has successfully detected the network input as:
 {{{
 Stream #0:1: Audio: aac, 16000 Hz, mono, fltp
 }}}
 and tried to produce the following output:
 {{{
 Stream #0:1: Audio: aac, 16000 Hz, mono, s16, 128 kb/s
 }}}
 it seems to me that ffmpeg or libfaac failed to set the appropriate
 bitrate for the given input, so I'm just curious if there are already any
 AAC test sample files, in ffmpeg test suite, which might be used as an
 input, like:
 {{{
 ffmpeg -i aac_16khz_mono_fltp.mp4 out.mp4
 }}}

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


More information about the FFmpeg-trac mailing list