You've already forked my-video-workflow
HEVC
This commit is contained in:
@ -63,6 +63,10 @@
|
||||
<td>命令</td>
|
||||
<td>{{ config.ffmpeg.exec }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>HEVC</td>
|
||||
<td :class="{warning: !config.ffmpeg.hevc, success: config.ffmpeg.hevc}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>嘤伟达GPU</td>
|
||||
<td :class="{warning: !config.ffmpeg.nvidia_gpu, success: config.ffmpeg.nvidia_gpu}"></td>
|
||||
@ -225,6 +229,7 @@
|
||||
},
|
||||
ffmpeg: {
|
||||
exec: "",
|
||||
hevc: false,
|
||||
nvidia_gpu: false,
|
||||
intel_gpu: false,
|
||||
bitrate: "",
|
||||
|
Reference in New Issue
Block a user