Changeset f4e0f402 in ffmpeg

Timestamp:
Jul 26, 2024, 11:54:20 AM (4 months ago)
Author:
Zhao Zhili <zhilizhao@tencent.com>
Branches:
master
Children:
719e46f5
Parents:
d07da753
git-author:
Zhao Zhili <zhilizhao@tencent.com> (07/16/24 12:59:53)
git-committer:
Zhao Zhili <zhilizhao@tencent.com> (07/26/24 11:54:20)
Message:

avcodec/videotoolboxenc: Set default bitrate to zero

Zero is auto mode. From the doc of videotoolbox:

The default bit rate is zero, which indicates that the video
encoder should determine the size of compressed data.

Before the patch, the default bitrate is 200000 setting by
avcodec/options_table, which doesn't work for most of cases.

Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.