[FFmpeg-devel] [RFC] Try to improve 1:N transcode performance with thread.

Jun Zhao mypopydev at gmail.com
Sun Nov 11 13:07:17 EET 2018


Add a new option "abr_pipeline" with mutil-thread to improve the 1:N
transcode performance, currently, the code just as a PoC(proof of 
concept) prototype, and post it to maillist for RFC(Requect for 
Comment).

Jun Zhao (1):
  ffmpeg: Improved the performance of 1:N for adaptive bitrate
    scenario.

 fftools/ffmpeg.c        |  236 ++++++++++++++++++++++++++++++++++++++++++++---
 fftools/ffmpeg.h        |   12 +++
 fftools/ffmpeg_filter.c |    6 +
 fftools/ffmpeg_opt.c    |    6 +-
 4 files changed, 246 insertions(+), 14 deletions(-)



More information about the ffmpeg-devel mailing list