菜单

ABlog

Github
文章漫游 切换到深色模式 切换到浅色模式

如何把 mp4 转为 m3u8 #

ffmpeg -i "input.mp4" -c copy -hls_time 20 -hls_list_size 0 "output.m3u8"

:::tip

其他参数不要乱调。

:::