diff --git a/index.html b/index.html index 4c5d04f..92e2f3b 100644 --- a/index.html +++ b/index.html @@ -422,6 +422,7 @@
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).