Skip to content

Commit c6a5dae

Browse files
Cleanup missing ffmpeg help
1 parent 2d2a06b commit c6a5dae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

htdocs/fcut.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ <h2>Export</h2>
281281
</div>
282282
<h2>Missing Configuration</h2>
283283
<p>It seems that some configuration is missing or invalid.</p>
284-
<p>Check that you provided the correct location for ffmpeg and ffprobe.</p>
285-
<p>You could download FFmpeg binaries on the <a href="https://www.ffmpeg.org/download.html" target="_blank">FFmpeg site</a>
286-
or on the <a href="https://github.com/javalikescript/fcut/releases/download/v0.3.0/ffmpeg-x86_64-windows.zip" target="_blank">FCut github</a>.</li>
284+
<p>Check that ffmpeg and ffprobe are in your path.</p>
285+
<p>You could provide the location for ffmpeg and ffprobe in the arguments, use <code>--help</code> for more information.</p>
286+
<p>You could download FFmpeg binaries on the <a href="https://www.ffmpeg.org/download.html" target="_blank">FFmpeg site</a>.</li>
287287
</div>
288288
</page>
289289
<page name="help">

0 commit comments

Comments
 (0)