MKV to MP4

added: MP4 cannot contain PCM sound
This commit is contained in:
Reto Kromer 2016-07-02 07:22:41 +02:00 committed by GitHub
parent f91936a133
commit d12d13aaaa

View File

@ -289,6 +289,7 @@
<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: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>
<dt><i>output_file</i></dt><dd>path and name of the output file</dd>
</dl>