From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id CDA4843FBA for ; Tue, 23 Aug 2022 18:58:23 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3C5E968B9B1; Tue, 23 Aug 2022 21:58:20 +0300 (EEST) Received: from mail-oa1-f49.google.com (mail-oa1-f49.google.com [209.85.160.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EDB0E68B8AD for ; Tue, 23 Aug 2022 21:58:13 +0300 (EEST) Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-11c59785966so17900473fac.11 for ; Tue, 23 Aug 2022 11:58:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=muxable.com; s=google; h=to:subject:message-id:date:from:mime-version:from:to:cc; bh=Re+12oVJ4b3UX7g14WsDeXF+6JzNAjLSI4P6+nwp5wo=; b=mD+12Ty7cwKFWx4BAo4fY37uduPDp7Uet+gw/2wadZ4voEI5UmtUv0YriFsG7oiNDk kKLfrR5JTOxHVxd/ES9HafPXOl+zrSkusnT938yRW9dpgaWQyDVM0z7nJBS2GZ0bx87U 2je1RgtXtj4UpsejpQiKCAhcb6PypOKgxSgIgBu/TCJAt89sJK8pnr5IU4lslYvpKZ8P Ah41tU2ZYu6dCz6/Uyg6uvbtSszxgHj5+ztLmSrWZ77g2a4gGnkpzMf/RoknBStA23cL dp2qFGzPod/2mfatSdptWdZ5UiRBVTyKl5OQGtCpe3FLGj6j7pavPFZ1l+gtFER9LqaU hbhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc; bh=Re+12oVJ4b3UX7g14WsDeXF+6JzNAjLSI4P6+nwp5wo=; b=GIB5VStXS9/RBI/Y6oPDIiXuEyvGTwvwZ+jz9xLKwp1yzmK2kuQy6SV+2HpUHTAp5Y PJvdO5hUNhhFEckgxt8UfdwQ23NdBCGQSiEQTPGf2H9KF7T1CbRKPVPRl14OR580Ik8y 9MP5O7qIiMyTf4+wyJQ5lKSZw/6FP/0BwuZPERKB2fRClpT33p6nEcQoZ7NWlN7QeObO rLbh4xhe7wlpYPjzSxo6f+wFvrcmyHIQhyrEPJjDQV3roYaCuhC9ZBL/6s0tnP7b3A6z rbM5XHpG+tFGNLRdL93p672HnuvZumNYVQjIW5QOMxrXUxGyahlewTnMGDg9G80a+84L MDnw== X-Gm-Message-State: ACgBeo0bLCyYadTTzUs0DPkSMQPbrzrIxvpY61XxeZUVvCMHRZ9hjJ8j lRUkavI0kf6KvGBRS1h98ubn98UNeBhMJDqiDu+2+o+M0As= X-Google-Smtp-Source: AA6agR5ypg9v0eycwJhqfm9KWdmpQbpvqEB7LAIwqZoZVPrMfU3pvQURS+0yduw8joJ2eNfp3fqO/oy/f/8ra466Qs8= X-Received: by 2002:a05:6870:a18c:b0:118:5b96:1cc6 with SMTP id a12-20020a056870a18c00b001185b961cc6mr2116473oaf.105.1661281091773; Tue, 23 Aug 2022 11:58:11 -0700 (PDT) MIME-Version: 1.0 From: Kevin Wang Date: Tue, 23 Aug 2022 14:58:07 -0400 Message-ID: To: ffmpeg-devel@ffmpeg.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [FFmpeg-devel] Bitrate estimation API in libavformat muxers X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Is there an API to get the bitrate from libavformat muxers that support it? Many streaming protocols now offer some sort of bandwidth estimation, wondering if there is a common way to get the outbound link capacity through libavformat so it can be passed to the encoder easily. Kevin _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".