[FFmpeg-trac] #8087(undetermined:new): Faster decoding with FFmpeg

FFmpeg trac at avcodec.org
Mon Aug 19 22:59:02 EEST 2019


#8087: Faster decoding with FFmpeg
-------------------------------------+-------------------------------------
             Reporter:  arianaa30    |                     Type:
                                     |  enhancement
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I am using ffmpeg for live stream processing. Basically, I compiled ffmpeg
 myself. Unfortunately, I notice that when the bitrate gets a bit high (>
 15mbps H264), the decoding can not keep up with the incoming rate. I
 wonder the rate is not still very high.

 I wonder, is there any flags to set, or maybe some tips to make ffmpeg
 decode faster or more efficient with live decoding? Or is there any flags
 that I can turn on? Like multi-threading? It's running/should run on CPU.
 But CPU usage is still not maximum.

 We are running ffmpeg from C API as the base for the processing. Here is
 the sample .ts file that stalls the processing.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8087>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list