Step-by-step instructions
- 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
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
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
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?
Is Theora quality as good as H.264?
Can browsers still play OGV files?
No account. No upload. Works in any browser.