[FFmpeg-trac] #1787(FFmpeg:closed): Losing Silent Audio When Converting From Nellymoser Produced By Flash Media Server Recording

FFmpeg trac at avcodec.org
Sat Oct 6 13:51:42 CEST 2012


#1787: Losing Silent Audio When Converting From Nellymoser Produced By Flash Media
Server Recording
-------------------------------------+-------------------------------------
             Reporter:  eric@…       |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  FFmpeg
              Version:  git-master   |               Resolution:  invalid
             Keywords:  Nellymoser   |               Blocked By:
  Audio Losing Duration Flash Media  |  Reproduced by developer:  1
  Server                             |
             Blocking:               |
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
Changes (by saste):

 * analyzed:  0 => 1
 * resolution:   => invalid
 * status:  new => closed
 * component:  undetermined => FFmpeg
 * reproduced:  0 => 1


Comment:

 Audio tracks with gaps need extra care. Filling the gaps requires the
 intervention of an audio filter. aresample can act as audio-gap filler,
 for example using the command:

 {{{
 ffmpeg -i IN.flv -af aresample=min_comp=0.001:min_hard_comp=0.100000 -y
 OUT.wav
 }}}

 Proper documentation for libswresample/aresample is a work in progress.

 Please reopen the ticket if you're not satisfied with this answer.

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


More information about the FFmpeg-trac mailing list