需要ffmpeg.exe
ffplay.exe
ffprobe.exe
ffmpeg -y -i ./test-part1.mp4 -hls_time 5 -hls_playlist_type vod -hls_segment_filename "vod%d.ts" -hls_base_url "http://192.168.1.66:9999/hls/" ./hls/vod.m3u8
ffmpeg -y -i ./test-part1.mp4 -hls_time 5 -hls_playlist_type vod "./hls/vod%d.ts" -hls_base_url "http://192.168.1.66:9999/hls/" ./hls/test.m3u8
ffmpeg -i "vod.flv" -vcodec hevc_nvenc "vod.mp4"