✳ OMNIVIEWER

Edit Ogg / Opus tags.

safe · secure · no server · works offline · fast

…or just start typing at the cursor.

Or try it now

↓ scroll for about & FAQ

Read and edit Vorbis/Opus tags without uploading the file

An Ogg stream keeps its metadata in a comment header at the front — VorbisComment for Vorbis and FLAC, OpusTags for Opus — a plain list of KEY=value pairs. Drop a .ogg or .opus and OmniViewer reads every tag in the browser and lets you edit, add or remove them, then download a re-tagged copy in which only the header pages are rebuilt and every audio page is copied byte-for-byte. The audio is never re-encoded and loses no quality, and because the header keeps the same page count it stays instant even on a multi-gigabyte file. No upload, no server.

The same drop plays the audio where the browser can decode Ogg, explores the page/bitstream structure, and reads the codec, channels, sample rate and duration — all locally.

It’s one lens on OmniViewer’s OGG Viewer — Tags & Bitstream: drop a file and every tab is one click away. OmniViewer opens every file format, entirely in your browser — no upload, no server.

FAQ

Is my audio file uploaded anywhere?

No. OmniViewer is a static page with no server-side processing: your Ogg file is read directly by your browser and never leaves your computer. Even the re-tag download is assembled locally, from byte slices of your original file.

What is an Ogg file, really?

Ogg is a container format, not a codec. The file is a sequence of pages — each with the "OggS" capture pattern, a granule position (a codec-defined timestamp), a bitstream serial number, a CRC and a segment table — and those pages lace the codec’s packets back together. The codec inside is usually Vorbis or Opus, but can be FLAC, Speex or Theora (video). One file can multiplex several logical bitstreams, each with its own serial number.

What is the difference between .ogg, .oga and .opus?

They are all the same Ogg container. Historically .ogg meant Ogg Vorbis; .oga is Ogg audio generally; .opus is the conventional extension for Ogg Opus. OmniViewer detects the container from the file’s OggS magic and the codec from its first packet, so it opens all three the same way regardless of the extension.

Can I edit the tags without re-encoding the audio?

Yes — that is the point. The VorbisComment/OpusTags metadata lives in a small comment header at the front of the stream. OmniViewer rebuilds just those header pages with your edits and copies every audio page byte-for-byte, so the audio is never touched and loses no quality. The header is padded to keep its page count identical, which is what lets the downstream pages be copied unchanged and makes re-tagging instant even on a multi-gigabyte file.

How do I read or change the title/artist of an Ogg or Opus file?

Open the METADATA tab. It lists every VorbisComment/OpusTags field — TITLE, ARTIST, ALBUM, DATE, GENRE and any custom key — as an editable KEY=value row. Change what you want, add or remove tags, and click "Download re-tagged copy". Editing is available for single-stream Vorbis and Opus files; multiplexed files (e.g. Ogg Theora with an audio track) are read-only for now.

How large an Ogg file can I open?

Effectively unlimited. The codec headers and the metadata sit in the first pages, and the duration comes from the granule position of the last page — so opening the file, reading its tags and stats, and even re-tagging it cost a handful of small reads at any size. The audio body is only touched by the browser’s player, which streams it.

What is a granule position?

It is Ogg’s per-page timestamp: the number of samples (for Opus, always at 48 kHz, minus the pre-skip) decodable by the end of that page. OmniViewer reads the last page’s granule position to compute the total duration without decoding the audio, and shows every page’s granule in the PAGES tab.