mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-02-25 16:34:18 +01:00
typo
This commit is contained in:
parent
19a6cdc432
commit
57b0bdb5be
@ -282,7 +282,7 @@
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<h3>MKV to MP4</h3>
|
<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>
|
<p>This will convert your Matroska (MKV) files to MP4 files.</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
<dt>ffmpeg</dt><dd>starts the command</dd>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user