【发布时间】:2020-09-21 15:17:03
【问题描述】:
我目前正在使用 ffmpeg-python 库将 .mp4 视频转换为 HLS 格式,输出如下所示:
ffmpeg.output(
mp4_input,
m3u8_name,
format='hls', start_number=0, hls_time=5,
hls_list_size=0,
),
如何使ffmpeg-python 以多种比特率输出 HLS 并为其创建主播放列表?
【问题讨论】:
标签: python ffmpeg mp4 http-live-streaming bitrate