mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
typo
This commit is contained in:
parent
19a6cdc432
commit
57b0bdb5be
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user