This commit is contained in:
Reto Kromer 2016-06-29 20:37:26 +02:00 committed by GitHub
parent 19a6cdc432
commit 57b0bdb5be

View File

@ -282,7 +282,7 @@
<div class="modal-content">
<div class="well">
<h3>MKV to MP4</h3>
<p><code>ffmpeg -i <i>input_file</i>.mkw -c:v copy -c:a aac <i>output_file</i>.mp4</code></p>
<p><code>ffmpeg -i <i>input_file</i>.mkv -c:v copy -c:a aac <i>output_file</i>.mp4</code></p>
<p>This will convert your Matroska (MKV) files to MP4 files.</p>
<dl>
<dt>ffmpeg</dt><dd>starts the command</dd>