FormatDrop
How-To Guide

How to Convert OGV to MP4

OGV is the Ogg container holding Theora video — an open-source video codec that was Firefox's preferred web video format before H.264 became universally licensed. OGV files don't play on iOS, Safari, or many devices without VLC. Converting to MP4 H.264 provides universal playback across all modern platforms.

Step-by-step instructions

  1. 1

    FFmpeg (command line)

    Basic conversion: `ffmpeg -i input.ogv -c:v libx264 -crf 23 -c:a aac -b:a 128k output.mp4`. The Theora decoder in FFmpeg handles all Theora versions. CRF 23 gives good quality at reasonable file size. For web streaming: add `-movflags +faststart`.

    Go to converter
  2. 2

    VLC (GUI fallback)

    VLC reads OGV natively on all platforms. VLC → Media → Convert/Save → add OGV file → set profile to 'Video - H.264 + MP3 (MP4)' → set output to .mp4 → Start. VLC handles both Theora video and Vorbis audio tracks.

  3. 3

    HandBrake

    HandBrake opens OGV files: select the OGV source → choose H.264 or H.265 codec → RF 22–23 → MP4 container → Start Encode. HandBrake shows a video preview so you can verify quality before converting.

  4. 4

    FormatDrop (browser-based, no install)

    Upload the OGV to FormatDrop and select MP4 output. FormatDrop decodes Theora and encodes to H.264 server-side. Suitable for small-to-medium OGV files. Download the resulting MP4.

Why convert OGV to MP4?

OGV was the open web's answer to H.264 in an earlier era. H.264 won — converting to MP4 brings OGV content into the universal playback ecosystem.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

What is OGV used for?
OGV was the open-source alternative to H.264 for web video, promoted by Mozilla from about 2009 to 2013. Websites needing Firefox support without a plugin served OGV alongside MP4. Today WebM (VP9/AV1) has replaced OGV, and OGV files are primarily legacy content from the 2009–2015 era.
Is Theora quality as good as H.264?
No — Theora is significantly less efficient than H.264. At equivalent bitrates, H.264 produces noticeably better quality. Theora is roughly comparable to MPEG-4 Part 2 (DivX/Xvid). Converting from Theora OGV to H.264 at the same visual quality often produces a smaller file.
Can browsers still play OGV files?
Firefox and Chrome still support Theora OGV natively. Safari does not — it requires H.264 or H.265. Edge supports OGV via its Chromium base. For universal browser support, convert to WebM or MP4.
Convert OGV to MP4 Now — Free

No account. No upload. Works in any browser.