HEVC to AC3 Converter

Convert HEVC files to AC3 format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: HEVC, MOV, MP4, M4V, MKV

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
File Compression
Preset
Audio Channel
Audio Channel
Audio Sample Rate
Audio Sample Rate
Trim

Convert HEVC to AC3: What This Page Covers

Two very different files arrive here wearing the same .hevc extension, and which one you have decides whether a Dolby Digital track comes out at all. This guide shows how to tell them apart in ten seconds, walks through the AC-3 controls the converter actually exposes, and is straight about the AC-3 rules — bitrate ceiling, legal sample rates, channel count — that quietly rewrite some of your choices before the encoder ever runs.

How to Convert HEVC to AC3

  1. Upload Your HEVC File: Drag and drop your .hevc onto the page or click "Add Files" to pick it from your computer. Several files can be queued and processed in one batch under the same settings.
  2. Choose a File Compression Mode: The page opens on Quality Preset, which sizes the Dolby Digital stream for you from a seven-step list where "Very High (Recommended)" is the labelled sweet spot. Switch to Constant Bitrate to name an exact rate from the dropdown (32 kbps through 384 kbps), or to Custom Bitrate to type one in yourself.
  3. Set Audio Channel and Audio Sample Rate: Audio Channel offers Original, Mono, and Stereo — leave it on Original to carry a 5.1 mix straight through, because AC-3 stores up to six channels. Audio Sample Rate should stay on Original, 44100 Hz, or 48000 Hz; AC-3 is only defined at 32, 44.1, and 48 kHz.
  4. Convert and Download: Click Convert and save the .ac3. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public.

First: Which Kind of .hevc Do You Have?

HEVC — High Efficiency Video Coding, published as ITU-T Recommendation H.265 in April 2013 and as ISO/IEC 23008-2 — is a video codec. A bare H.265 elementary stream therefore carries picture and nothing else. But plenty of files named .hevc are not elementary streams at all: converters that target HEVC commonly write a Matroska container and simply give it the .hevc name, and people rename .mp4 files by hand all the time. Media tools identify a file by its bytes, not its extension, so the two behave completely differently here.

Raw H.265 elementary stream A container saved as .hevc
How it usually got made ffmpeg … -f hevc out.hevc, encoder test rigs, codec debug dumps Renamed .mp4/.mkv, or output from an X-to-HEVC converter
Streams inside One video stream, nothing else Video plus one or more audio streams
What a probe reports as the format hevc matroska,webm or mov,mp4,m4a
Plays with sound in VLC No — silent picture Yes
Result on this page The job fails: there is no audio stream to encode A normal .ac3 file

The quickest test is simply to open the file in VLC or mpv. Sound means there is a real audio stream inside and this page will do its job; a silent picture means the file is video-only and no setting can conjure a soundtrack that was never stored.

Walk-through: Getting the AC-3 Settings Right

AC-3, better known as Dolby Digital and standardised for broadcast as ATSC A/52, is a constant-bitrate format. There is no "quality slider" in the MP3 sense — you are choosing how many kilobits per second the encoder gets, and how many channels and samples it has to spend them on. The controls on this page do not map one-to-one onto everything AC-3 permits, so it is worth knowing where the edges are.

Control What this page offers What AC-3 itself allows Practical pick
Constant Bitrate 32 – 384 kbps dropdown 32 – 640 kbps 192 kbps for stereo, 384 kbps for a busy 5.1 mix
Custom Bitrate free-text value in bps / Kbps / Mbps encoder accepts 192 – 640 kbps here; values outside are pulled to the nearest edge 448 kbps (the DVD-Video 5.1 rate) or 640 kbps (the ceiling)
Audio Sample Rate Original, 8000, 12000, 16000, 24000, 44100, 48000 Hz 32000, 44100 and 48000 Hz only 48000 Hz for DVD and broadcast work
Audio Channel Original, Mono, Stereo up to six channels (5.1) Original, so a surround mix survives intact

Two of those rows matter more than the rest. If you need 448 or 640 kbps, the Constant Bitrate dropdown will not get you there — use Custom Bitrate and type the value. And if you pick one of the low sample rates in the list (8000 through 24000 Hz), the encoder cannot use it: the request is snapped up to the nearest rate AC-3 supports, which is 32000 Hz in every one of those cases. Leave Audio Sample Rate on Original unless you have a reason to force 48 kHz.

The Trim control is separate from all of this. Leave it on Unchanged to encode the whole timeline, or switch it over to enter a Start time and a Duration in seconds or HH:MM:SS.sss and export just that slice.

Common Errors and How to Fix Them

  • "The job failed and no .ac3 came back" — Your upload is a genuine video-only H.265 stream. There is no audio stream to hand the encoder, so the job errors out rather than writing a silent file. Convert the original container instead: MP4 to AC3, MKV to AC3, or MOV to AC3.
  • "I asked for 16000 Hz and the file came out at 32000 Hz" — Not a bug in the file: 16 kHz is not a legal AC-3 sample rate, so the request is snapped to the nearest one the encoder supports. Pick 44100 or 48000 Hz if the rate matters to you.
  • "The bitrate list stops at 384 kbps" — The Constant Bitrate dropdown is a shared list across audio formats. Use Custom Bitrate for 448 kbps or 640 kbps.
  • "My AC3 is stereo but the source was 5.1" — Either Audio Channel was set to Stereo, which downmixes, or the source track was stereo to begin with. AC-3 can hold six channels but cannot invent them.
  • "Nothing plays my .ac3" — No mainstream browser decodes raw AC-3, and many lightweight players skip it too. VLC and mpv handle it, as does any AV receiver or DVD/Blu-ray authoring tool. For something that plays anywhere, take the same source to HEVC to MP3 instead.

When This Doesn't Work

If the upload really is a bare H.265 stream, no online tool anywhere can extract audio from it — the bytes are not in the file. Go back to whatever the video was demuxed from: the .mp4, .mkv, or .mov still holds the soundtrack next to the picture. DRM-protected downloads are a separate wall entirely; they will not decode here or in any general-purpose converter. And if you wanted the footage rather than its audio, HEVC to MP4 re-encodes the stream into a container that phones, TVs, and browsers actually open.

Frequently Asked Questions

Why did my HEVC to AC3 conversion fail with no output file?

Because the file you uploaded is a video-only H.265 elementary stream. An audio-only target needs an audio stream to encode, and when there is none the job stops rather than producing an empty file. We ran both cases through the same pipeline on a three-second test clip: the container-style .hevc produced a valid 71 KB AC3 at 192 kbps, while the raw elementary stream produced nothing at all — the encoder reports that the output file does not contain any stream. Convert the original container the video was demuxed from and the soundtrack comes through normally.

How can I tell whether my .hevc has an audio track?

Open it in VLC or mpv and listen. Sound means the file is a container that happens to carry the .hevc name, and it will convert here without complaint. Silence means it is a true elementary stream. If you have ffprobe handy, the format name is even clearer: a real elementary stream reports its format as hevc and lists a single video stream, whereas a container reports matroska,webm or mov,mp4,m4a and lists an audio stream alongside the video.

What is AC3, and where is it still used?

AC-3 is Dolby Digital — the lossy surround format Dolby introduced in the early 1990s and which was standardised for digital television as ATSC A/52. It carries up to 5.1 channels: five full-range channels plus a low-frequency effects channel. It remains a standard audio format for DVD-Video, a mandatory audio codec for North American ATSC broadcast, and one of the supported tracks on Blu-ray, which is why AV receivers and disc-authoring tools all speak it fluently.

Why does the Constant Bitrate list stop at 384 kbps?

That dropdown is a general audio bitrate list shared across formats, and its top entry is 384 kbps. AC-3 itself goes to 640 kbps, and the encoder behind this page will accept anything from 192 to 640 kbps. To reach the rates the dropdown omits — 448 kbps is the classic DVD-Video 5.1 rate, 640 kbps is the format ceiling — switch the compression mode to Custom Bitrate and type the number.

What sample rate should I choose for AC3?

Leave it on Original unless you have a reason not to, or pick 48000 Hz if the file is headed for DVD authoring or broadcast, where 48 kHz is the convention. AC-3 is defined at exactly three rates — 32, 44.1 and 48 kHz — so the lower entries in the dropdown are not usable: a request for 8000, 12000, 16000 or 24000 Hz is snapped up to 32000 Hz before encoding.

Will this give me real 5.1 surround?

Only if the source track was already multichannel. Set Audio Channel to Original and a 5.1 mix inside the container is carried through as 5.1 AC-3, up to the six channels the format allows. A stereo source stays stereo no matter what bitrate you choose — upmixing invents information that was never recorded, and this converter does not do it.

Does converting to AC3 lose quality compared with the source track?

Yes, a little, and it is unavoidable. The audio inside a video container is normally already lossy (AAC most often), so making an AC3 means decoding that track and re-encoding it with a second lossy codec. Generation loss is small at sensible bitrates but it is real, so pick a bitrate at or above the source's and do not round-trip repeatedly. Where you want the audio for editing rather than playback, an uncompressed target such as HEVC to AIFF avoids adding a second lossy stage.

I wanted the video, not the audio — what should I use?

AC3 is an audio-only format, so the picture is discarded by design. To keep the footage, HEVC to MP4 re-encodes the H.265 stream into the container with the widest device support, and HEVC to MKV is the better choice if you are feeding a media server that handles multiple audio and subtitle tracks.

What happens to my file after the conversion?

It is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours. Nothing is shared or made public, there is no sign-up, and no watermark is added. On very large 4K captures the realistic constraint is upload time over your own connection rather than anything at the conversion end.

Rate HEVC to AC3 Converter Tool

Rating: 4.8 / 5 - 118 reviews