mp4 转 m3u8
ffmpeg -i D:/01_doc/mp4/test/1.mp4 -codec copy -vbsf h264_mp4toannexb -map 0 -f segment -segment_list D:/01_doc/mp4/test/index.m3u8 -segment_time 600 D:/01_doc/mp4/test/index%03d.ts
m3u8 转 mp4
ffmpeg -allowed_extensions ALL -protocol_whitelist "file,http,crypto,tcp" -i D:/01_doc/mp4/test/index.m3u8 -c copy D:/01_doc/mp4/test/out.mp4