ffmpeg -i D:\myvod\1.mp4 -c copy -strict -2 -bsf:v h264_mp4toannexb -f hls -hls_list_size 0 -hls_time 10 1.m3u8
使用这个参数 不进行转码 ,直接进行 切片, 最后的 10 代表的是 10s 切一个文件
FFMPEG 切片过于占用cpu的问题
原文:https://www.cnblogs.com/mrguoguo/p/12695428.html