mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
update H.265/HEVC formula (#439)
This commit is contained in:
parent
708cd0eae3
commit
de49996097
@ -432,7 +432,6 @@
|
|||||||
<h5>Transcode to H.265/HEVC</h5>
|
<h5>Transcode to H.265/HEVC</h5>
|
||||||
<p><code>ffmpeg -i <em>input_file</em> -c:v libx265 -pix_fmt yuv420p -c:a copy <em>output_file</em></code></p>
|
<p><code>ffmpeg -i <em>input_file</em> -c:v libx265 -pix_fmt yuv420p -c:a copy <em>output_file</em></code></p>
|
||||||
<p>This command takes an input file and transcodes it to H.265/HEVC in an .mp4 wrapper, keeping the audio codec the same as in the original file.</p>
|
<p>This command takes an input file and transcodes it to H.265/HEVC in an .mp4 wrapper, keeping the audio codec the same as in the original file.</p>
|
||||||
<p><strong>Note:</strong> FFmpeg must be compiled with libx265, the library of the H.265 codec, for this script to work. (Add the flag <code>--with-x265</code> if using the <code>brew install ffmpeg</code> method).</p>
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
<dt>ffmpeg</dt><dd>starts the command</dd>
|
||||||
<dt>-i <em>input file</em></dt><dd>path, name and extension of the input file</dd>
|
<dt>-i <em>input file</em></dt><dd>path, name and extension of the input file</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user