[FFmpeg-trac] #5053(ffmpeg:new): Cannot select sample rate for the link between filters audio format

FFmpeg trac at avcodec.org
Wed Dec 2 19:38:21 CET 2015


#5053: Cannot select sample rate for the link between filters audio format
-------------------------------------+----------------------------------
             Reporter:  mstrandgren  |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  ffmpeg
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+----------------------------------

Comment (by Cigaes):

 The filter graph is too complex for FFmpeg to figure out a sample rate
 that suits all the paths. New heuristics could be added, but they would
 never cover all the cases.

 Since you are controlling almost everything else, I suggest you disable
 automatic conversions and insert conversion filters explicitly.

 Also, you should run different connected components of the graph in
 different graphs. That means audio and video here.

 Last of all, in the future, if you want to increase your chances of
 getting attention fast, you should trim your command line to keep only
 what is necessary to exhibit the problem.

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


More information about the FFmpeg-trac mailing list