Initializing... drag & drop files here
Supports: HEVC, MOV, MP4, M4V, MKV
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.
.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..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..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.
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.
.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..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.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.
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.
.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.
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.
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.
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.
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.
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.
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.
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.