From 4a0848ae20a78e6896657628b60a6628eec0e31a Mon Sep 17 00:00:00 2001 From: kfrn Date: Tue, 31 Jan 2017 07:55:36 +1300 Subject: [PATCH] Add note about compiling with libx265 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 4c5d04f..92e2f3b 100644 --- a/index.html +++ b/index.html @@ -422,6 +422,7 @@

Transcode to H.265/HEVC

ffmpeg -i input_file -c:v libx265 -pix_fmt yuv420p -c:a copy output_file

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.

+

Note: ffmpeg must be compiled with libx265, the library of the H.265 codec, for this script to work. (Add the flag --with-x265 if using brew install ffmpeg method).

ffmpeg
starts the command
-i input file
path, name and extension of the input file