Initializing... drag & drop files here
Supports: HEVC, MOV, MP4, M4V, MKV
A .hevc file is a raw H.265 elementary stream — just the compressed video bitstream, with no container, no timestamps, and no audio. This guide turns that bare stream into an MPEG Transport Stream (.ts) so it can flow through a broadcast, IPTV, or HLS pipeline, and explains the one setting that matters most: whether the output stays in the H.265 codec family or is re-encoded to a more widely supported one.
.hevc file onto the page or click "+ Add Files". You can queue several raw H.265 streams and convert them in one batch with the same settings..ts file. No sign-up, no watermark.A transport stream is a container, not a codec — TS packages coded video into 188-byte packets with timing data (PTS/PCR) so a receiver can join the stream mid-flight and recover from packet loss. One thing to be clear about first: this converter always re-encodes; there is no stream-copy mode that drops the original bytes into TS packets untouched. What the Video Codec dropdown decides is which codec the fresh encode uses:
.ts segments.| Codec choice | What happens | Pick it when |
|---|---|---|
| H.265 | Same-family re-encode at the visually-lossless default | The receiver decodes HEVC and size matters |
| H.264 (default) | Re-encode to the most widely decoded codec | You don't control the playback hardware |
| MPEG-2 | Re-encode for legacy broadcast chains | Old DVB / ATSC 1.0 equipment only |
Because a raw .hevc file is video-only, the TS you get is silent regardless of codec — there is no audio in the source for the converter to carry, so no audio track is written. That is expected for a raw HEVC stream, not a fault. If you have a matching audio file, mux it in afterward with a separate tool.
| Property | Value |
|---|---|
| Standard | ISO/IEC 13818-1 / ITU-T H.222.0 (MPEG-2 Systems) |
| Packet size | 188 bytes (the .m2ts Blu-ray variant uses 192) |
| Timing | PTS/PCR timestamps for mid-stream joining |
| Built for | Broadcast, IPTV, and legacy HLS .ts segments |
| Codecs it can carry | MPEG-2, H.264, and H.265/HEVC among others |
| Trade-off | Per-packet overhead makes it larger than MP4 for the same video |
.hevc source: the stream is video-only, so there is no audio to put in the transport stream. Add an audio track separately if you have one..hevc capture may lack a valid stream header; re-export it from the encoder before retrying.This tool expects a genuine raw H.265 elementary stream. If your file is really an MP4 or MOV renamed to .hevc, it already has a container — convert that file directly with the matching MP4/MOV tool instead. A single .ts is one continuous stream, not a segmented HLS package — if your delivery system needs an .m3u8 playlist plus numbered chunks, generate the .ts here and run it through your streaming packager. Note too that modern HEVC-over-HLS commonly uses fragmented MP4 (CMAF) segments rather than .ts, so confirm your platform still wants transport streams first. DRM-protected or corrupted streams cannot be converted by any tool until the protection is removed or the source is re-created.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.
It re-encodes — there is no pass-through stream copy on this page. What the Video Codec dropdown controls is the codec of that fresh encode: select H.265 and the output stays in the source codec family at the visually-lossless default preset, which keeps the size close to the source and the picture hard to distinguish from it; leave the H.264 default and the video is transcoded to the codec more receivers decode. Either way the TS packet structure and PTS/PCR timing are generated as part of the encode.
Because a .hevc file is a video-only elementary stream — it never contained audio, so there is nothing to carry into the transport stream. This is normal for raw HEVC. If you need sound, mux a separate audio file into the .ts afterward, or start from a source that already has an audio track.
Yes. The MPEG-2 systems standard that defines TS (ISO/IEC 13818-1 / ITU-T H.222.0) was extended to carry H.265/HEVC, and transport-stream muxers such as tsMuxer wrap HEVC into .ts routinely. HEVC-in-TS is used in modern broadcast and HLS. The one caveat: Apple's current HLS guidance prefers fragmented MP4 (CMAF) segments for HEVC over the older .ts segment format, so check what your delivery target expects.
No. VLC, MPV, Kodi, and HEVC-capable IPTV boxes and TVs play HEVC-in-TS, but support is not universal — many older set-top boxes, DVB receivers, and browsers that open a plain H.264 .ts will not. For the broadest playback, re-encode to H.264 here, or use the HEVC to MP4 converter for the most widely recognized container-plus-codec pairing.
No — it avoids the codec change, not the re-encode. The converter decodes the stream and encodes it again even when the codec stays H.265, so the output is not byte-identical to the input. What you keep by staying in the family is efficiency: at the visually-lossless default preset the picture is hard to tell apart from the source and the file size stays close, whereas switching codecs to H.264 or MPEG-2 is a visibly different trade of compatibility against size.
Packet size, mostly: broadcast .ts uses plain 188-byte packets, while .m2ts — the Blu-ray/AVCHD variant — prefixes each packet with a 4-byte timestamp header, making 192 bytes per packet. Receivers and streaming pipelines built for MPEG-TS expect the 188-byte form this page produces; camcorder and Blu-ray tooling expects .m2ts. If your gear wants the Blu-ray variant, convert to M2TS instead.
Not here — the converter writes what the source provides, and a raw .hevc stream provides only video, so the TS comes out silent. If you have the matching audio (say a .aac or .ac3 captured alongside the video), mux the two together afterward with a transport-stream muxer such as tsMuxeR, or combine them in a video editor and export from there. Starting from a source that already contains both tracks is the simpler path when you have one.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public. If you need the file to play on ordinary devices instead of streaming hardware, the HEVC to MP4 converter runs the same way.