[FFmpeg-user] FFmepg transcode to h265

Moritz Barsnick barsnick at gmx.net
Tue Nov 14 21:58:44 EET 2017


On Tue, Nov 14, 2017 at 19:45:05 +0000, Robison Robison wrote:
> I need transcode video to format h265. Now i am trancode in h264
> format. Please how i can to change format H264 to H265?
[...]
> vcodec=libx264

Change libx264 to e.g. libx265. Your ffmpeg needs to support the
particular encoders though.

You can check the encoders with

$ ffmpeg -encoders | grep -i hevc

Cheers,
Moritz


More information about the ffmpeg-user mailing list