mirror of
https://github.com/NohamR/N_m3u8DL-RE_Command_Generator.git
synced 2026-01-10 00:08:13 +00:00
update
This commit is contained in:
37
index.html
37
index.html
@@ -98,22 +98,34 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="input-box">
|
||||
<label>max-speed</label>
|
||||
<input id="max-speed" type="text" placeholder="设置限速,单位支持 Mbps 或 Kbps,如:15M 100K" defalut="">
|
||||
</div>
|
||||
<div class="input-box">
|
||||
<label>ffmpeg-binary-path</label>
|
||||
<input id="ffmpeg-binary-path" type="text" placeholder="ffmpeg可执行程序全路径, 例如 C:\Tools\ffmpeg.exe">
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="input-box">
|
||||
<label>live-take-count</label>
|
||||
<input id="live-take-count" type="text" placeholder="手动设置录制直播时首次获取分片的数量 [default: 16]">
|
||||
</div>
|
||||
<div class="input-box">
|
||||
<label>urlprocessor-args</label>
|
||||
<input id="urlprocessor-args" type="text" placeholder="此字符串将直接传递给URL Processor">
|
||||
</div>
|
||||
</div>
|
||||
<div class="input-box">
|
||||
<label>key-text-file</label>
|
||||
<input id="key-text-file" type="text" placeholder="设置密钥文件,程序将从文件中按KID搜寻KEY以解密.(不建议使用特大文件)">
|
||||
</div>
|
||||
<div class="input-box">
|
||||
<label>decryption-binary-path</label>
|
||||
<input id="decryption-binary-path" type="text" placeholder=" MP4解密所用工具的全路径, 例如 C:\Tools\mp4decrypt.exe">
|
||||
<div class="column">
|
||||
<div class="input-box">
|
||||
<label>key-text-file</label>
|
||||
<input id="key-text-file" type="text" placeholder="设置密钥文件,程序将从文件中按KID搜寻KEY以解密.(不建议使用特大文件)">
|
||||
</div>
|
||||
<div class="input-box">
|
||||
<label>decryption-binary-path</label>
|
||||
<input id="decryption-binary-path" type="text" placeholder=" MP4解密所用工具的全路径, 例如 C:\Tools\mp4decrypt.exe">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
@@ -157,6 +169,12 @@
|
||||
<input id="live-wait-time" type="text" placeholder="手动设置直播列表刷新间隔, 单位为秒">
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="input-box">
|
||||
<label>ad-keyword</label>
|
||||
<input id="ad-keyword" type="text" placeholder="设置广告分片的URL关键字(正则表达式)">
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="input-box">
|
||||
<label>select-video</label>
|
||||
@@ -296,6 +314,11 @@
|
||||
<label for="binary-merge">binary-merge</label>
|
||||
<div class="description">二进制合并</div>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="use-ffmpeg-concat-demuxer" />
|
||||
<label for="use-ffmpeg-concat-demuxer">use-ffmpeg-concat-demuxer</label>
|
||||
<div class="description">使用 ffmpeg 合并时,使用 concat 分离器而非 concat 协议 [default: False]</div>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" id="del-after-done" checked default="true" />
|
||||
<label for="del-after-done">del-after-done</label>
|
||||
|
||||
Reference in New Issue
Block a user