#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to