From de499960976dcacbb9ec2f4266333451c90256d2 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Sun, 19 Jul 2020 08:02:37 +0200 Subject: [PATCH] update H.265/HEVC formula (#439) --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 782b251..dd7aa54 100644 --- a/index.html +++ b/index.html @@ -432,7 +432,6 @@
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 the brew install ffmpeg method).

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