Skip to content

Commit de49996

Browse files
authored
update H.265/HEVC formula (#439)
1 parent 708cd0e commit de49996

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ <h5>Convert DVD to H.264</h5>
432432
<h5>Transcode to H.265/HEVC</h5>
433433
<p><code>ffmpeg -i <em>input_file</em> -c:v libx265 -pix_fmt yuv420p -c:a copy <em>output_file</em></code></p>
434434
<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>
435-
<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>
436435
<dl>
437436
<dt>ffmpeg</dt><dd>starts the command</dd>
438437
<dt>-i <em>input file</em></dt><dd>path, name and extension of the input file</dd>

0 commit comments

Comments
 (0)