Disable ffmpeg features in dash mode

This commit is contained in:
the1812 2019-11-09 16:07:16 +08:00
parent 9b0a845bd2
commit fa2b7b04ef
8 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -46,7 +46,7 @@
"download-danmaku.min.js": "B254644525ABF064DB770FE986D2AB88063406783EC0538004EFBE0E2B2ACD62",
"download-video-package.min.js": "B10FF11DE7DFBACEC38F195B8E836511E527215B5E177CB1D223D14F30EB1435",
"download-video.min.css": "95FF9DA3C1FFF1C1134D70AE3BB609049B7D5D3FBB71CAAAE84C8742C51AD841",
"download-video.min.html": "2727789E8423E8DBC8801FF6AC0D8181AC684A643A83CD446A5D69318DDBF9F6",
"download-video.min.html": "0DD24CECA30EFA2E6BEEC08523A39D98D80DE5F379EF16864012BDE1117A1ECB",
"download-video.min.js": "06CA9FEB6A20B45E142D68D8C8C102993F30237B35D8D6562C9D7D7EAD04F866",
"dpi-img.vue.min.js": "3D9D93079365DCABA8DC8970F051AD1A7F25C3EFFF850CD1000C4312E9B910DD",
"expand-danmaku.min.js": "B21658C40085AEA8DC49652AE62EB8610BB2EBEAF7A9C9AF69EF3B11E08EEC8D",

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -96,8 +96,8 @@
v-on:click="exportData('showLink')">显示链接</button>
<!-- <button class="idm-export" disabled title="暂不支持导出IDM, 详见 GitHub issue #149">IDM</button> -->
<button class="aria2-file" v-on:click="exportData('aria2')">aria2</button>
<button class="ffmpeg-fragments" v-on:click="exportData('ffmpegFragments')">ffmpeg - 分段列表</button>
<button class="ffmpeg-episodes" v-bind:disabled="downloadSingle ? 'disabled' : null" v-on:click="exportData('ffmpegEpisodes')">ffmpeg - 分P列表</button>
<button class="ffmpeg-fragments" v-if="!dash" v-on:click="exportData('ffmpegFragments')">ffmpeg - 分段列表</button>
<button class="ffmpeg-episodes" v-if="!dash" v-bind:disabled="downloadSingle ? 'disabled' : null" v-on:click="exportData('ffmpegEpisodes')">ffmpeg - 分P列表</button>
<!-- <button class="vld-copy" v-on:click="exportData('copyVLD')">复制vld数据</button>
<button class="vld-export" v-on:click="exportData('exportVLD')">导出vld数据</button> -->
<div class="button aria2-rpc" v-on:click.self="toggleRpcSettings()">