rechoke:readme

This commit is contained in:
CoolnsX
2022-07-21 16:08:59 +05:30
parent 970775ce3b
commit 421605fade

View File

@@ -4,13 +4,14 @@ A posix compliant highly fast and efficient Asynchronous stable m3u8 links paral
``` ```
Usage: Usage:
hls [ -o <filename> ] [ -r | -f ] [ <m3u8_link> ] hls [ -o <filename> ] [ -r | -f | -n <no. of connections>] [ <m3u8_link> ]
hls -h hls -h
Options: Options:
-h show helptext -h show helptext
-o filename (default : video) -o filename (default : video)
-r select highest resolution automatically -r select highest resolution automatically
-n set maximum number of connections (default : 36)
-f skip ffmpeg file conversion (used to enable the video file to run on any video player) -f skip ffmpeg file conversion (used to enable the video file to run on any video player)
``` ```