|
@@ -305,7 +305,7 @@
|
|
|
<el-input-number size="small" v-model="handleData.height" style="width: 100px;" controls-position="right" @change="changeHeight" :min="1"></el-input-number>
|
|
|
</template>
|
|
|
|
|
|
- <label class="handle-label">视频质量:</label>
|
|
|
+ <label class="handle-label">视频码率:</label>
|
|
|
<el-select v-model="handleData.videoQuality" style="width:100px;" size="small">
|
|
|
<el-option value="-1" label="同原视频"></el-option>
|
|
|
<el-option value="0.9" label="90%"></el-option>
|
|
@@ -354,13 +354,15 @@
|
|
|
<el-checkbox v-model="handleData.reverse"></el-checkbox>
|
|
|
<label class="handle-label">声音倒放:</label>
|
|
|
<el-checkbox v-model="handleData.areverse"></el-checkbox>
|
|
|
+
|
|
|
+ <span style="margin-left: 20px;color: #F56C6C;font-size: 12px;">倒放视频会消耗大量的CPU资源和时间,请控制视频时长不超过5分钟</span>
|
|
|
</template>
|
|
|
</div>
|
|
|
|
|
|
<!-- 8音量调整 -->
|
|
|
<div class="handle-item" v-if="menuIndex == '8'" style="margin-bottom: 5px;">
|
|
|
<label class="handle-label">音量调整:</label>
|
|
|
- <el-slider class="info-input" v-model="handleData.volume" :min="0.5" :max="2.0" :step="0.05" style="margin-right: 10px;"></el-slider> {{handleData.volume}}
|
|
|
+ <el-slider class="info-input" v-model="handleData.volume" :min="0.5" :max="2.0" :step="0.05" style="margin-right: 10px;"></el-slider> {{handleData.volume}}倍
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -378,6 +380,16 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
+ <!-- 合并进度 -->
|
|
|
+ <el-dialog title="视频合并进度" :visible.sync="isShow" width="400px" :close-on-click-modal="false">
|
|
|
+ <div style="text-align: center;">
|
|
|
+ <el-progress type="circle" :percentage="Number(hebingInfo_percent)"></el-progress>
|
|
|
+ <div>
|
|
|
+ <el-button type="primary" style="margin-top: 30px;" @click="isShow = false">打开文件夹</el-button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </el-dialog>
|
|
|
+
|
|
|
</el-main>
|
|
|
<el-footer height="48px">
|
|
|
<!-- 更新 -->
|