How to Get Video Into PowerPoint That Actually Plays
A slide with a black rectangle where the demo should be is a specific kind of pain. Here is why PowerPoint rejects perfectly good video files, and the one format that still plays on every Windows machine you have no control over.
MP4 to WMV converter
Re-encode presentation video to the format Windows decodes natively — in your browser, no upload.
PowerPoint does not play video — Windows does
When you embed a clip, PowerPoint asks Windows Media Foundation to decode it. That is why the same MP4 can play in Chrome and VLC and still show a black box in slideshow mode: the browser ships its own decoders, Windows does not.
The three usual culprits are HEVC/H.265 (needs a paid Microsoft Store extension), AV1 (needs a separate extension), and QuickTime MOV containers, which Office has treated as a second-class citizen since QuickTime for Windows was discontinued.
Which format to pick
Presenting on your own laptop? Use H.264 MP4 with AAC audio. It is smaller, sharper and universally fine on hardware you can test.
Presenting on someone else's machine, a conference-room PC, or a locked-down corporate build? Use WMV. It leans on decoders that ship inside Windows itself, so it works offline, without extensions and without admin rights.
Keep the file small enough to email
Embedded video is copied into the .pptx, so a 400 MB clip makes a deck nobody can send. Trim to only the seconds you will actually show, and convert at a moderate bitrate — for projected slide video, 1080p at a few megabits looks identical to the master. If the deck is still too heavy, our video compressor targets a size instead of a bitrate.
Why convert locally
Presentation footage is usually the most confidential thing on a laptop: unreleased products, client environments, internal dashboards. Morphix runs ffmpeg inside the browser tab, so the file is read from disk, re-encoded in memory and written back to your Downloads folder — with no server in the path at any point.
FAQ
Why does PowerPoint say it cannot play my MP4?
PowerPoint does not decode video itself — it hands the file to Windows Media Foundation. If the MP4 uses HEVC, AV1 or an unusual audio codec, or the machine is missing the paid HEVC extension, playback fails even though the same file plays fine in VLC or a browser.
Is WMV really still the safest format for a deck?
On managed corporate Windows machines, yes. WMV is decoded by components that ship with Windows itself, so it survives locked-down laptops, conference-room PCs and offline presentations where you cannot install anything.
Should I use H.264 MP4 instead?
If you control the machine that will present, a plain H.264 MP4 with AAC audio is smaller and looks better. Convert to WMV only when the deck will be opened somewhere you cannot test in advance.
Will converting shrink my video quality?
Any re-encode loses a little detail. For slide video that is projected rather than pixel-peeped, the difference is invisible; keep the original file so you can always re-export at a higher bitrate.
My MOV came from an iPhone or Final Cut — will it work?
MOV is a QuickTime container that Windows often refuses outright. Converting it to WMV (or H.264 MP4) removes the QuickTime dependency entirely, which is the usual fix for a video that plays on the Mac you built the deck on and nowhere else.
Should I embed or link the video?
Embed it. A linked file breaks the moment the deck is emailed or copied to a USB stick. Embedding grows the .pptx, which is another reason to convert to a compact format first.
Do I have to upload the video to convert it?
No. Morphix re-encodes with ffmpeg compiled to WebAssembly inside your browser tab, so internal product demos and unreleased footage never leave the machine.