Initializing... drag & drop files here
Supports: OGV
If you are asking this question you almost certainly have a .ogv that a Mac will not open. That is not a broken file: .ogv is Xiph.Org's Ogg video profile, defined in RFC 5334, and the picture inside is normally Theora — a codec Apple has never shipped a decoder for. .mov is Apple's own QuickTime container, and it is what QuickTime Player, iMovie, Final Cut Pro and Safari expect.
The short answer: if the file is going anywhere near Apple software, convert it to MOV. If it is going onto a web page or into a general-purpose archive, MOV is the wrong destination and you want OGV to MP4 or OGV to WebM instead. Everything below is the detail behind that split.
| Property | OGV (Ogg / Theora) | MOV (QuickTime) |
|---|---|---|
| Developed by | Xiph.Org Foundation | Apple |
| Container | Ogg, extension defined in RFC 5334 | QuickTime File Format (the basis of the later MP4 / ISO BMFF work) |
| Usual video codec | Theora, bitstream frozen 2004 | H.264 by default here; H.265, MPEG-4 and MJPEG also mux cleanly |
| Usual audio codec | Vorbis | AAC by default here; AC3, MP3 and PCM also mux cleanly |
| Licensing | Royalty-free, patent-unencumbered | Proprietary container, patented codecs inside |
| QuickTime / iMovie / Final Cut | No — requires a decoder Apple does not ship | Native |
| Browser playback | Withdrawn from Chrome, Edge, Firefox and Opera; never in Safari | Plays in Safari when the payload is H.264 or H.265 |
| Editing behaviour | Long-GOP, awkward to scrub | Long-GOP by default; choose MJPEG or PCM audio for frame-accurate editing |
| Best for | Open-web publishing circa 2005-2015, Wikimedia Commons | Apple playback and editing workflows |
.ogv even after converting — every conversion here is a re-encode, so the source is the only copy that has not been through a second lossy pass..ogv shows a generic icon..ogv onto the page or click "Add Files" to browse. Several files can be queued and converted on identical settings..mov. No sign-up, no watermark.MOV is a container, so what actually determines compatibility is the payload. The Video Codec dropdown lists 18 entries and the Audio Codec dropdown lists 15, which is wider than the set QuickTime treats as native — an explicit selection is passed to the encoder rather than being re-checked against the container, so a fringe choice can produce a file Apple software still refuses. Stick to this table.
| Goal | Video Codec | Audio Codec | Notes |
|---|---|---|---|
| Play and edit anywhere in the Apple ecosystem | H.264 | AAC | The default, and the right answer for almost everyone. |
| Smaller file, modern Macs and iPhones only | H.265 | AAC | Roughly half the size of H.264 at similar quality; needs reasonably current hardware to decode smoothly. |
| Frame-accurate scrubbing on an editing timeline | MJPEG | PCM 16-bit or 24-bit Little Endian | Every frame is a keyframe, so cuts land exactly. Files are large. |
| Surround audio for a Final Cut project | H.264 | AC3 | AC3 is carried natively in MOV; use it when the source really has multichannel audio. |
| Anything else in the dropdown | — | — | Offered, but outside the codec set MOV natively carries. Expect playback or import problems. |
There is no ProRes option on this page — ProRes is an Apple codec that our pipeline does not encode. If your editor specifically requires ProRes, convert to H.264 MOV here and transcode to ProRes inside Final Cut or Compressor, which do it properly.
Apple has never shipped an Ogg Theora decoder, and the third-party fix is dead. Xiph.Org's XiphQT QuickTime Components were the historic way to add Theora and Vorbis to a Mac, and Xiph has stated there will be no new releases: the components relied on QTKit, which Apple deprecated in OS X 10.9 and removed in macOS 10.12, and they only ever worked under QuickTime 7 rather than QuickTime X. Converting the container and codec is the only route that works on a current Mac.
A little, unavoidably. Theora and H.264 are different codecs, so the video is decoded and re-encoded rather than copied — our server has no stream-copy path. That is one fresh lossy generation on top of footage Theora had already compressed. Leaving the Quality Preset on "Very High" keeps the difference invisible on most material; nothing on this page can recover detail the original Theora encode discarded.
Usually smaller at comparable quality, because H.264 is a substantially more efficient codec than Theora. It is not guaranteed — a very low-bitrate Theora source encoded at a high preset can grow. If you need a specific size, switch File Compression from Quality Preset to "Specific file size" and name the number.
No. The Video Codec dropdown offers H.264, H.265, MPEG-4 and MJPEG among others, but not ProRes, and no online step here will produce a genuine ProRes file. The practical path is to convert to a high-quality H.264 MOV and let Final Cut Pro or Compressor transcode to ProRes on import — those tools have the licensed encoder.
Not as Vorbis. MOV does not carry Vorbis, so the soundtrack is decoded and re-encoded — to AAC by default. That is a second lossy pass, generally inaudible on speech and web-quality music. If the audio is the important part and you want no further loss from this point on, pick PCM 16-bit or 24-bit Little Endian, which stores it uncompressed at the cost of a much larger file.
.ogv?MOV if the file is going into Apple software. MP4 for everything else: browsers, Android, social platforms, messaging apps and most editors read it directly, and it is the same H.264 payload in a container with wider reach. The two are close relatives — QuickTime's file format is the basis the MP4 specification was built on — so the picture quality is identical either way. OGV to MP4 is one click away if MOV turns out to be the wrong call.
Because Trim was switched to "Time Range" and its Duration field is pre-filled with 10 seconds. It is easy to enable the trim, set a start time, and never notice the duration below it. Set Duration to the length you actually want, or switch Trim back to "Unchanged" to keep the whole clip.
.ogv at all?Effectively no. caniuse records Chrome disabling Theora by default from version 120 and removing it in version 123, Edge from 122, Opera from 106, and Firefox disabling it by default in version 126; Safari never supported it. FFmpeg and VLC still decode Theora, which is how your file is read here — but a .ogv embedded in a web page today will simply fail to play for nearly every visitor.
Your .ogv is uploaded over an encrypted connection, decoded and re-encoded on our servers, and both the upload and the finished .mov are deleted automatically after a few hours. No sign-up, no watermark, and files are never shared or made public. For the opposite direction, see MOV to OGV.