DocumentsImagesMediaPDF Tools

Convert TS to OGG (Vorbis) Online

Convert audio from MPEG-TS TV and radio streams to OGG Vorbis, free, in your browser.

Drag your file here

.ts, .mts · up to 100 MB

Processed in your browser — file never uploadedFree
Note: The first conversion loads the FFmpeg engine (~25MB). Subsequent conversions will be faster.

TS to OGG: digital TV and radio audio to the free format

DVB radio to podcast

Convert DAB/DVB radio recordings to OGG for distributing as royalty-free podcasts.

MPEG-2/AC-3/AAC to Vorbis

Decodes any broadcast audio codec from the TS and re-encodes to OGG Vorbis.

Native Linux

OGG Vorbis integrated in GStreamer, VLC, and all Linux desktop players.

100% private

Recordings processed in your browser with FFmpeg.wasm. They never leave your device.

Three steps, no hassle

1

Upload your TS file

Drag or select your .ts or .m2ts. DVR recordings, DVB-T/DVB-S/IPTV streams. Up to 500 MB.

2

Extraction and OGG conversion

FFmpeg demultiplexes the MPEG-TS container, decodes the audio (MPEG-2, AC-3, or AAC), and re-encodes to OGG Vorbis. No server uploads.

3

Download the OGG

Audio ready for podcast distribution, Linux playback, game engines, or open digital archival.

Got questions?

OGG Vorbis offers several advantages over MP3 for podcast distribution from MPEG-TS radio recordings: superior quality at equal bitrate (multiple blind listening tests at Hydrogenaudio confirm Vorbis at 128 kbps surpasses MP3 at 128 kbps in perceptual quality); completely royalty-free and patent-free; native support in Firefox and Chrome without plugins; native Android support without extra codecs. However, for distribution on Apple Podcasts or Spotify for podcasts, MP3 or AAC are more compatible. OGG is the right choice for podcasts distributed primarily via open RSS feeds, archive.org, or free software platforms like AntennaPod.

The quality of the resulting OGG depends on the original audio codec and bitrate of the TS stream. DAB+ digital radio rebroadcast via DVB: typically uses AAC-LC or HE-AAC at 64–128 kbps. DAB+ radio audio quality in Europe varies considerably by broadcaster: some broadcast HE-AAC at 64 kbps (quality equivalent to moderate analog FM), while others use AAC-LC at 128 kbps (good FM quality). Re-encoding to OGG Vorbis quality 5 (160 kbps) introduces generation loss but the resulting quality is adequate for podcast distribution. AM radio rebroadcast via DVB: frequently uses MPEG-2 Audio Layer II (MP2) at 32–64 kbps mono, with fairly limited audio quality that will be preserved in the OGG without significant additional degradation. For high-quality radio (BBC Radio 3, France Musique, Deutschlandfunk) broadcasting at AAC 192+ kbps, re-encoding to OGG quality 6–7 produces excellent results for distribution.

In the Linux ecosystem, OGG Vorbis is the reference non-lossless audio format for its patent freedom and native integration in Linux's multimedia stack. GStreamer, the multimedia framework used by GNOME, KDE, and virtually all Linux players (Rhythmbox, Totem, VLC, Clementine, Amarok), includes native OGG Vorbis support via the gst-plugins-base plugin, installed by default in all Linux desktop distributions. A TS file recorded with MythTV (the most popular open-source DVR for Linux), TVHeadend (DVB tuner server for Linux), or VDR (Video Disk Recorder for Linux) can be converted to OGG and played natively in any Linux desktop application without installing additional codecs. For users of Ubuntu, Debian, Fedora, Arch Linux, or Manjaro recording digital radio and TV with DVB-T USB cards, TS-to-OGG is the natural workflow for preparing audio for playback, podcast distribution, or editing in Audacity.

Yes, with the right workflow. High-quality radio broadcasters like BBC Radio 4, NPR, France Inter, or Radio Nacional de España broadcast with sufficient audio bitrates for professional podcasting: BBC Radio 4 uses AAC-LC at 128 kbps on DAB+; NPR uses AAC at 128 kbps on HD Radio. Recording these streams in TS and converting to OGG Vorbis quality 6–8 (192–256 kbps) yields quality comparable to professionally produced podcasts. For podcast use: edit the OGG in Audacity (free) to trim the opening music and ad breaks before the content of interest; normalize volume to -16 LUFS (the podcasting standard recommended by Apple Podcasts and Spotify); export the edited segment as OGG for distribution. Audacity exports OGG Vorbis natively without additional plugins on Linux.

A DVB-T multiplex (mux) can simultaneously contain multiple TV and radio channels, each with its own audio PID in the MPEG-TS container. When recording a full mux with a DVB-USB receiver (e.g., using Kaffeine, Me-TV, or TVHeadend on Linux), the resulting TS file can contain audio streams from several channels simultaneously. Convertir.ai extracts the first audio stream from the TS (the audio stream of the first program in the mux). To extract audio from a specific channel within a recorded mux, the command-line FFmpeg workflow is: first use ffprobe -show_streams file.ts to list all available streams with their PIDs and languages; then use ffmpeg -i file.ts -map 0:a:N -c:a libvorbis -q:a 5 output.ogg where N is the index of the desired audio stream.

Yes. Sound effects and ambient audio simulating radio or TV broadcasts are a common element in realistic-setting video games (tactical shooters, stealth games, emergency management simulators). Recording a real radio or TV fragment from a TS stream and converting to OGG Vorbis produces an authentic, royalty-free sound asset for use in a game. Unity imports OGG Vorbis natively and recommends it for Compressed In Memory and Streaming AudioClips. Godot Engine uses OGG Vorbis as its primary format for AudioStream in AudioStreamPlayer nodes. The OGG generated from a radio or TV TS can be imported directly into Unity or Godot without additional conversion and played with audio processing effects (LowPassFilter, HighPassFilter, AudioReverbZone in Unity) to simulate a radio speaker effect.

Convert TS to OGG: MPEG-TS TV and radio audio to the free Vorbis format

The combination of MPEG-TS as the recording format and OGG Vorbis as the distribution format is especially relevant in the context of digital radio and recorded television for repurposing as standalone audio content. The MPEG Transport Stream, the digital television transmission standard worldwide (DVB-T in Europe, ATSC in North America, ISDB-T in Japan, Brazil, and Argentina), is the format in which all modern DVRs save recordings: MythTV (the most popular open-source DVR system for Linux, with support for DVB-T, DVB-S, ATSC, and HDHR cards), TVHeadend (DVB tuner server widely used on Raspberry Pi and NAS as home IPTV backend), Plex DVR, Emby LiveTV, and all hardware receivers with recording capability (Humax, Topfield, Zgemma, Vu+). The .ts extension is the standard output format of any of these systems when recording a digital radio or TV broadcast.

OGG Vorbis emerges as the natural target format for audio from these recordings when the intended use is podcast distribution, inclusion in free software projects, or playback in the Linux ecosystem. The Xiph.Org Foundation, responsible for OGG Vorbis, also developed FLAC (Free Lossless Audio Codec), Opus (the modern successor to Vorbis for real-time communications, standardized by IETF as RFC 6716 in 2012), and Theora (the free video codec). This lineage of free and interoperable formats is fundamental for free software projects that cannot depend on formats with proprietary licenses. A non-profit community radio station that records its programs from DVB and distributes them as podcasts under Creative Commons licenses has in OGG Vorbis the most technically and legally appropriate format: no distribution royalties, quality comparable to MP3 and AAC, and native support in the free software ecosystem where its infrastructure likely operates.

Convertir.ai performs the TS-to-OGG conversion entirely in the browser using FFmpeg.wasm. The technical process involves the same MPEG-TS demultiplexing steps as TS-to-WAV conversion (reading PAT/PMT, identifying audio PID, extracting the Elementary Stream), followed by decoding the stream's audio codec (MPEG-2 Audio Layer II via libavcodec's MP2 decoder, AC-3 via integrated liba52, or AAC-LC/HE-AAC via the native AAC decoder), converting the decoded PCM to 32-bit float internally, and re-encoding to OGG Vorbis using libvorbis at quality level 5 by default (approximately 160 kbps variable). For DAB+ radio recordings in HE-AAC already at 64 kbps, re-encoding to OGG Vorbis quality 3 (approximately 112 kbps) is sufficient to preserve the original quality without wasting disk space. For HD TV recordings with AC-3 5.1 at 640 kbps, FFmpeg's automatic stereo downmix followed by Vorbis encoding at quality 6–7 (192–224 kbps) produces an excellent-quality stereo OGG file for podcast distribution or audio archival.