rename ffmpeg.wasm to FFmpeg

This commit is contained in:
ayaka 2024-06-16 18:59:47 +12:00
parent 5c73f043cd
commit 5018184e7c

View File

@ -92,7 +92,7 @@
<input type="checkbox" name="use_hls" id="use_hls" {% if prefs.use_hls == "on" %}checked{% endif %}>
</div>
<div class="prefs-group">
<label for="ffmpeg_video_downloads">Use ffmpeg.wasm to download videos</label>
<label for="ffmpeg_video_downloads">Use FFmpeg to download videos</label>
<details id="feeds">
<summary>Why?</summary>
<div id="feed_list" class="helper">Downloading videos with audio requires ffmpeg (via ffmpeg.wasm) to be enabled to combine video and audio tracks. Therefore, this toggle lets you either use Redlib WebAssembly-free or utilize this feature. (videos will still play with audio)</div>