Initializing... drag & drop files here
Supports: WEBP
WebP is Google's web image format, released in 2010 and now supported by roughly 96-97% of browsers in use today. OGV (Ogg Video) wraps the Theora video codec and Vorbis audio in the Ogg container — a fully open, royalty-free format released by the Xiph.Org Foundation in June 2004. Converting WebP frames to OGV produces playable video using technology that is patent-free end to end, which matters for projects bound by free-software licensing or platforms that refuse encumbered codecs.
<video> fallback for legacy stacks — Older WordPress, Drupal, and MediaWiki installs still expect Ogg as the open-source <source> alongside MP4. OGV slots into those existing players without plugin changes.| Property | WebP | OGV (Ogg Theora + Vorbis) |
|---|---|---|
| Type | Still or animated image | Video container |
| Owner | Google (released 2010) | Xiph.Org Foundation (Theora released June 2004) |
| Codec | WebP (VP8-derived) | Theora video (VP3-derived) + Vorbis audio |
| License | BSD-style, royalty-free | Public-domain patent grant, royalty-free |
| Animation support | Yes (lossy, lossless, alpha) | Native video frames |
| Audio | Not supported | Vorbis (default), FLAC, Opus |
| Browser playback | Chrome 32+, Firefox 65+, Safari 14+, Edge 18+ | Native playback removed from Chrome 123 (March 2024); disabled by default in Firefox in 2024 |
| Wikimedia Commons | Accepted as image | Accepted as video |
| Best use today | Modern web images and short loops | Open-archive video, Wikimedia uploads, Linux-first pipelines |
| Preset | When to pick it | Notes |
|---|---|---|
| Constant Quality, Highest / Very High | Master copies, archival uploads | Larger files; Theora gets visibly soft below "High" — keep Very High for recognizable text or fine detail |
| Constant Quality, High / Medium | Web embeds, MediaWiki demos | Reasonable bitrate; good default for slideshow content |
| Constraint Quality | Predictable file size | Caps the bitrate envelope; useful for upload-size limits |
| 4320p / 2160p / 1440p | Source WebP is large and detail matters | Theora handles up to 1080p comfortably; very high resolutions inflate file size faster than they help |
| 1080p / 720p | Most slideshow and web playback cases | Sweet spot for Theora encoding efficiency |
| 480p / 360p / 144p | Bandwidth-limited or thumbnail playback | Useful for inline previews on older MediaWiki skins |
| Image Duration 1/60s – 1/10s | Animated WebP frames replayed at native speed | Match the source frame rate to avoid stutter |
| Image Duration 1s – 10s | Photo or screenshot slideshows | 3-5 seconds per slide is a common readable cadence |
Native Theora playback was removed from Chrome 123 in March 2024 and disabled by default in Firefox the same year, so an OGV file embedded in an HTML5 <video> tag will not play in Chrome anymore. It still plays in VLC, MPV, mpv-based players, all major Linux media players, and via the ogv.js JavaScript polyfill. If your goal is browser playback for general audiences, WebP to MP4 or WebP to WebM is a better fit. OGV is still the right choice when you need an open, patent-free format on Wikimedia, archive.org, or Linux-distro documentation.
Yes. Each frame of an animated WebP becomes a video frame in the OGV. Set Image Duration to 1/24, 1/30, or 1/60 of a second to match the source playback rate. If you set Image Duration too long, the video will appear to stutter; too short and short clips finish in a blink. For typical web animations, 1/30 of a second per frame is a safe starting point.
Wikimedia Commons explicitly rejects MP4/H.264 because those formats are patent-encumbered. Their accepted video formats are WebM (VP9, VP8, or AV1), Ogg Theora (.ogv), and MPEG-1/MPEG-2. OGV is allowed because Theora's patent claims were placed in the public domain by On2 Technologies in 2002 and Xiph maintains the irrevocable royalty-free grant. WebM with VP9 is preferred today, but OGV remains accepted.
UploadWizard supports chunked uploads up to 5 GiB for any single video file. Files under 100 MB upload as one piece; larger files are chunked automatically. Match the OGV resolution and quality to your actual content size — there is no benefit in pushing a slideshow past 1080p, and Theora's bitrate efficiency drops above that.
Theora is a 2004-era codec derived from VP3 and lacks the rate-distortion improvements that VP9 (2013) and AV1 (2018) introduced. For the same perceived quality you should expect Theora files to be roughly 2-4x larger than VP9 in WebM. If file size matters more than format ideology, WebP to WebM is usually the better trade-off. Pick OGV when the destination platform actually requires it.
Yes. Choose "Merge images" under Merge strategy. All uploaded WebP files are encoded back-to-back into one OGV in upload order. Each image displays for the chosen Image Duration. To reorder, rename your files with sortable prefixes (01-, 02-, …) before uploading. Use "Video per image" if you instead want each WebP to come out as its own short OGV.
When a source WebP has a different aspect ratio than your chosen output resolution — for example a 1:1 product photo into a 16:9 video — the encoder needs to fill the empty space. Background Color (Black by default; White and other fixed colors available) controls that fill. If you keep all your source images at the same aspect ratio as the output, Background Color has no visible effect.
By default the output has no audio track since the source WebP files contain only image data. The container still uses the standard Ogg + Vorbis audio profile so the file is well-formed for players that expect both streams. If you need a soundtrack, encode the slideshow first and then mux audio in with FFmpeg or a desktop editor.
If your destination accepts WebM, WebP to WebM gives you VP9 or VP8 in the Matroska-derived WebM container — same royalty-free posture, much better compression. For a still-image animation, WebP to GIF keeps the looping behavior on platforms that don't accept video at all. For broad mainstream playback you'll want WebP to MP4 instead, with the understanding that MP4/H.264 is patent-encumbered.