Home > Video > HEVC > FFmpeg H.265 to H.264

How to Convert HEVC/H.265 MKV Video to AVC/H.264 MP4 with FFmpeg

We should know the leading video codec, called HEVC/H.265, which replaces the previous standard most commonly used AVC/H.264 on Mac and iOS devices. It's amazing that H265 outputs better visual quality and occupies smaller storage on iPhone. But if you attempt to play HEVC/H.265 4K on Mac El Capitan, Sierra, iOS 10 or earlier, it will result in "unable to play the file" error. In this case, you need to convert HEVC/H.265 to H.264.

Convert H265 to H264 FFmpeg? An Easier Way Here!

MacX Video Converter Pro - A fast 4K HEVC h265 encoder/decoder, which convert 4K H.265 to 4K H.264, HD h265 to 4K h264 MP4, MOV, MKV, AVI, etc with No.1 fast speed. 5X faster than Handbrake.

How to Convert HEVC/H.265 MKV Video to AVC/H.264 MP4 with FFmpeg

To do this, a H265 to H264 converter is in demand. And FFmpeg, as a free software project that produces libraries and programs for handling multimedia data would come to your mind firstly. You can transcode h265 to h264 with ffmpeg indeed, but this HEVC encoder can be a little difficult to work, especially as it has so many options. Many users, especially the green hands feel at a loss even on installing ffmpeg on computer. Worse still, after program installed, the errors like "unrecognized option x265-params", "fail to set value for crf", "unable to read files" happen frequently. Anyway, I converted a HEVC MKV video to H.264 MP4 with ffmpeg for a test. Here are the detailed steps:

Step 1: Download a ffmpeg static build zip file here. Choose the right one according to your system type. For example, I'm running on Windows 7 (32-bit), thus I downloaded the Windows-32bit one.

Step 2: Install ffmpeg on my Windows 7. Unpack the zip in the folder of your choice and open a command prompt with administrators' rights. Then run the command: . Be sure to alter the command so that reflects the folder path from your root to . Convert MKV H265 to H264 with FFmpeg

free convert HEVC to H.264 ffmpeg

Step 3: Use FFmpeg to decode HEVC to H.264. Stay in the current window and input your HEVC video with command: ffmpeg -i input.mkv -x265-params crf=25 output.mp4 to convert HEVC/H.265 MKV Video to AVC/H.264 MP4 with FFmpeg. I imported a MKV HEVC video (rersolution:1920×1080px, video bitrate: 624.39 kbps, audio bitrate:106.43 kbps, duration: 1min, file size: 6.43MB). It takes me 1 min 23 sec to transcode this MKV HEVC video to MP4 H264.

note icon

If you'd like to batch convert HEVC to H265 and set other paramters, you need type in a more complicated command on the command window, such as transcode H264 to H265 with ffmpeg or batch conversions. Now, take batch decode H265 to H264 MP4 as an example. This one is a little more complicated. This will perform conditional encoding depending if the input audio is AAC or not. If the input audio is AAC then the audio will be stream copied (re-muxed) as is and needless re-encoding is avoided. If the input audio is not AAC then it will be re-encoded to AAC.

  • This example will output to a directory named h264vids.
  • This example assumes your inputs are .mkv. If not, change the .mkv instance in the example to your input file type, or just use the greedy * by itself.
  • See note above regarding -crf and -preset.
  • You can pause the encoding with ctrl+z and resume with fg.

An Easier Way to Convert HEVC/H265 to H264

Well, how do you think of this conversion with FFmpeg? I'm totally confused and disoriented anyhow. Though I did transcode H265 to H264 for free, it could be the least option if there are any other HEVC converters. Is there? Of course yes. You can also change H265 to H264 with Handbrake, it's slow tho. But to tackle HEVC/H.265 to H.264 conversion with easier steps and fast speed, MacX Video Converter Pro is highly recommended FFmpeg alternative with a great many bells and whistles on wide output profiles, fast conversion speed, high quality, and easy-to-use interface.

Transcode HEVC x265 video H.264 with original quality for editing on iMovie, uploading to YouTube, Facebook, Vimeo etc., and playback on Mac/Windows, QuickTime, iPhone, iPad Pro, Galaxy, Xbox One, PS, Microsoft device and more.

With 320+ video and 50+ audio codecs built in, it converts SD/HD/2K/4K video among 180+ formats on Mac and Windows, such as 4K H.264 to 4K H.265, HEVC to MP4, VP8 to VP9, MOV to MP4, MKV to MP4, WMV to MOV, MKV to MP4, AVI to MOV etc.

No.1 fast speed to decode HEVC to H.264, thanks to the integration of multi-core CPU utility, Hyper-threading tech, Intel QSV hardware acceleration. And if you just attempt to convert MKV 4K HEVC to MP4 4K HEVC, you also also take advantage of Auto Copy mode, which will improve your speed up to 10 times than normal mode.

Compared to FFmpeg, it has never been easier to transcode HEVC to H264. It owns a concise and clean interface with drag and drop features as well. You won't get lost in many options. Just load your video, choose output format and RUN, all done!

The initial step comes to free download the HEVC to H.264 video processing software. It's compatible with Windows 11/10/8/7 and Mac OS X 10.5 or above.

For Mac: https://www.macxdvd.com/download/macx-video-converter-pro-setup.dmg
For Windows: https://www.macxdvd.com/download/macx-hd-video-converter-pro-for-windows-setup.exe

Step 1: Load HEVC/H265 files.

Fire the program up and click on + Video to load your HEVC codec video. Or you can just drag and drop h265 files to this H265 video converter.

Step 2: Choose H264 as output format.

The HEVC decoder requires you to choose output format from dozens of ready-made profiles, all widely available models of iPhone iPad Android and general-purpose formats like MP4, MKV, FLV, AVI, M2TS, etc. Here I picked MP4 Video (H264), a more acceptable format compared with HEVC.

convert hevc h265 to h264 easy

Step 3: Do some settings for speed and quality.

As you attempt to convert HEVC to H.264, you can check the box of Hardware Encoder to take advantage of the Intel QSV hardware acceleration, and tick up the box of the Use High Quality Engine and Deinterlacing to optimise the image quality though it may have some impact on speed.

Step 4: Start transcoding HEVC/H265 to H264.

Tap RUN icon, and your HEVC/H265 files will be encoded into H264 right now. A video conversion window will pop up to show you the copy processing, the FPS, time remaining, etc.

[FAQs] Convert HEVC/H.265 to AVC/H.264 MP4 with FFmpeg

How to convert H.265 to H.264 using FFmpeg?

To convert an H.265 (HEVC) video to H.264 using FFmpeg, you can use the following command:

ffmpeg -i input.hevc -c:v libx264 -crf 23 output.mp4

Remember to replace input.hevc with the actual input file name and choose an appropriate output file name. The above command will convert the H.265 input file to an H.264-encoded MP4 output file with the specified quality.

Can you convert H.265 to H.264?

To convert an H.265 (HEVC) video to H.264 using FFmpeg, employ this command: ffmpeg -i input.hevc -c:v libx264 -crf 23 output.mp4.

Here, input.hevc is your source file, and output.mp4 is the converted output. The -c:v libx264 flag specifies the H.264 codec. The -crf 23 flag controls quality; lower values yield better quality but larger files. Adjust as needed. This command transforms H.265 content into H.264 while preserving the video's essence.

How to convert x265 to x264?

To convert an x265 (H.265) video to x264 (H.264) using FFmpeg, utilize this command:

ffmpeg -i input.x265 -c:v libx264 -crf 23 output.mp4

Replace input.x265 with the actual input file name, and choose an appropriate output file name. The command converts x265 content to x264-encoded MP4 format, retaining the video's essence.

Does FFmpeg support H.265?

Yes, FFmpeg does support H.265 (also known as HEVC - High Efficiency Video Coding). FFmpeg is a versatile multimedia framework that can decode, encode, transcode, and process various audio and video formats, including H.265.

You can use FFmpeg to work with H.265 videos by specifying the appropriate codec and parameters in your command line.

ABOUT THE AUTHOR
author- candice
Candice Liu

Candice's particularly skilled in writing and sharing video-related contents. Her guides cover from deep-seated video/audio parameters, to media entertainment on different platforms. She also enjoys shooting and processing videos by herself for a more reliable basis of informative info with her articles, which are never at the expense of eliminating an entertaining read.