Changes between Version 6 and Version 7 of SponsoringPrograms/GSoC/2020


Ignore:
Timestamp:
Feb 9, 2020, 2:09:27 PM (7 years ago)
Author:
Steven Liu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SponsoringPrograms/GSoC/2020

    v6 v7  
    103103== ABR meets FFmpeg ==
    104104
    105 '''Description:''' Adaptive bitrate~(ABR), aiming to pick next chunks' bitrate to overcome the fluctuation of network conditions, is a non-trivial method to ensure good quality-of-experience (QoE) for Internet video (such as DASH and HLS). Exploring the aforementioned FFmpeg projects, however, lacks the essential ABR module. To that end, is there any possibility to allow FFmpeg to support ABR methods.
     105'''Description:''' Adaptive bitrate~(ABR), aiming to pick next chunks' bitrate to overcome the fluctuation of network conditions, is a non-trivial method to ensure good quality-of-experience (QoE) for Internet video (such as DASH and HLS). Exploring the aforementioned FFmpeg projects, however, lacks the essential ABR module. To that end, support ABR methods in FFmpeg.
    106106
    107107'''Expected results:'''  Add the ABR module into HLS or DASH.