[FFmpeg-trac] #6416(avfilter:closed): aac resample

FFmpeg trac at avcodec.org
Wed May 24 12:16:45 EEST 2017


#6416: aac resample
---------------------------------+------------------------------------
             Reporter:  TopsLuo  |                    Owner:
                 Type:  defect   |                   Status:  closed
             Priority:  wish     |                Component:  avfilter
              Version:  2.8.11   |               Resolution:  invalid
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+------------------------------------
Changes (by TopsLuo):

 * priority:  normal => wish
 * version:  unspecified => 2.8.11
 * component:  undetermined => avfilter


Comment:

 I want use transcoding.c to transcode
 {{{
 Stream #0:0[0x101]: Audio: aac (LC), 44100 Hz, stereo, fltp, 81 kb/s
 }}}

 to

 {{{
 Stream #0:0[0x101]: Audio: aac (LC), 48000 Hz, stereo, fltp, 81 kb/s
 }}}

 So I try to set 'enc_ctx->sample_rate = 48000'
 ,If not, How to resample? Thank you...

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


More information about the FFmpeg-trac mailing list