Forrest logo
back to the ffmpeg tool

ffmpeg:ai:7d51a

encode video file into H.265?
$ ffmpeg -i input.mp4 -c:v libx265 output.mp4
try on your machine

This command will use ffmpeg to encode the video file 'input.mp4' into H.265 format and save it as 'output.mp4'

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • encode video file into H.265?
back to the ffmpeg tool