Merge pull request #441 from amiaopensource/delete_space

delete a space before `</h5>`
This commit is contained in:
Andrew Weaver
2020-07-20 10:29:54 -07:00
committed by GitHub

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>