视频转m3u8流 Posted on 2022-10-09 Edited on 2022-11-10 12345-- 视频整体转码tsffmpeg -y -i input.mp4 -vcodec copy -acodec copy -vbsf h264_mp4toannexb output.ts-- ts 文件切片ffmpeg -i input.mp4 -c:v libx264 -c:a aac -strict -2 -f hls -hls_time 2 -hls_list_size 0 index.m3u8