Hls
Create hls files
./ffmpeg -i input.mkv \
-c:v libx265 \
-f hls \
-hls_time 10 \
-hls_playlist_type vod \
-hls_flags independent_segments \
-hls_segment_type mpegts \
stream/data.m3u8
Create hls files
./ffmpeg -i input.mkv \
-c:v libx265 \
-f hls \
-hls_time 10 \
-hls_playlist_type vod \
-hls_flags independent_segments \
-hls_segment_type mpegts \
stream/data.m3u8