mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
MKV to MP4
added: MP4 cannot contain PCM sound
This commit is contained in:
parent
f91936a133
commit
d12d13aaaa
@ -289,6 +289,7 @@
|
|||||||
<dt>-i <i>input_file</i></dt><dd>path and name of the input file</dd>
|
<dt>-i <i>input_file</i></dt><dd>path and name of the input file</dd>
|
||||||
<dt>-c:v copy</dt><dd>re-encodes using the same video codec</dd>
|
<dt>-c:v copy</dt><dd>re-encodes using the same video codec</dd>
|
||||||
<dt>-c:a aac</dt><dd>re-encodes using the AAC audio codec<br/>
|
<dt>-c:a aac</dt><dd>re-encodes using the AAC audio codec<br/>
|
||||||
|
Note that sadly MP4 cannot contain sound encoded by a PCM (Pulse-Code Modulation) audio codec.<br/>
|
||||||
For silent videos you can replace <code>-c:a aac</code> by <code>-an</code>.</dd>
|
For silent videos you can replace <code>-c:a aac</code> by <code>-an</code>.</dd>
|
||||||
<dt><i>output_file</i></dt><dd>path and name of the output file</dd>
|
<dt><i>output_file</i></dt><dd>path and name of the output file</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
Loading…
Reference in New Issue
Block a user