delete a space before </h5>

This commit is contained in:
Reto Kromer 2020-07-20 18:14:35 +02:00 committed by GitHub
parent de49996097
commit ba49741c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1506,7 +1506,7 @@
<label class="recipe" for="embed_subtitles">Embed subtitles</label>
<input type="checkbox" id="embed_subtitles">
<div class="hiding">
<h5>Embed a subtitle file into a movie file </h5>
<h5>Embed a subtitle file into a movie file</h5>
<p><code>ffmpeg -i <em>input_file</em> -i <em>subtitles_file</em> -c copy -c:s mov_text <em>output_file</em></code></p>
<dl>
<dt>ffmpeg</dt><dd>starts the command</dd>