A PDF can contain video, audio, and other rich media. Hover over a still image in a marketing PDF and it plays a product demo; open a research paper and a 30-second video shows the experiment. The feature has been in the PDF spec since the early 2000s, but viewer support has narrowed over time. This guide covers what works in 2026, where it doesn't, and the alternatives.
What "rich media" means in a PDF
PDF supports embedding:
- Video: H.264 MP4, MOV, FLV (legacy), and other formats.
- Audio: MP3, AAC, WAV.
- Flash (legacy; not viable in 2026).
- 3D models: see 3D PDFs explained.
- Interactive content via JavaScript: see interactive PDFs with JavaScript.
The video is embedded as a file attachment, with an annotation telling the viewer where to play it and how.
Viewer support in 2026
The brutal reality: most viewers in 2026 do not play embedded video.
- Adobe Acrobat / Reader: full support. The reference.
- Foxit PhantomPDF: partial support.
- Apple Preview: minimal.
- Browser-built-in viewers (Chrome PDF viewer, Edge, Firefox pdf.js): no video.
- Mobile viewers: typically no video.
This is the cliff: the dominant viewing medium (browsers and mobile) does not play embedded video. A PDF with a flashy embedded demo plays nothing for most recipients.
Why support narrowed
Two main reasons:
- Flash deprecation. Many older "rich media" PDFs used Flash. Flash was removed from browsers and Acrobat. Old PDFs broke.
- Security. Video plugins, codecs, and the broader rich-media stack have been attack surface. Viewers minimized.
The web has standardized on HTML5 video, which is great in browsers and useless in PDF.
When embedded video still works
Use cases where it's reasonable in 2026:
- Internal documents distributed to a team known to use Acrobat/Reader.
- CD-ROM and offline distribution (rare in 2026).
- Archival packages where the video must travel with the document.
- Niche desktop apps that wrap Acrobat or its rendering library.
For external, web-shared, or mobile-shared PDFs, embedded video is mostly a wasted feature.
Authoring embedded video
Tools that produce video-embedded PDFs:
- Adobe Acrobat Pro: Tools > Rich Media > Add Video.
- InDesign: rich media features for interactive PDF export.
- Programmatic: iText, PDFBox, pdf-lib can add multimedia annotations.
Process in Acrobat:
- Tools > Rich Media > Add Video.
- Draw the video region on the page.
- Choose the video file (MP4 H.264 recommended).
- Set the launch options (poster image, controls, autoplay).
- Save and test.
Poster images
A poster is the still image shown when the video is not playing. Critical because:
- Non-rich-media viewers show only the poster.
- The poster is the recipient's first impression.
Always set a meaningful poster: a still frame from the video, or branded artwork.
Compatibility flags
Acrobat's video annotation has properties:
- Activation: when to play (click, page open, key press).
- Controls: show or hide playback controls.
- Floating window: play in a separate floating window.
- Fit-to-region: scale options.
- Loop: repeat.
For broad compatibility, simpler is better: click to play, embedded in page, default controls.
Alternatives to embedded video
For most modern use cases, alternatives work better:
- Link to a hosted video (YouTube, Vimeo, your own server) instead of embedding. Click the still image in the PDF; it opens the browser.
- QR code in the PDF pointing to the video URL. Good for print contexts.
- Animated GIF embedded as an image: limited but works everywhere.
- Companion web page: PDF is the doc; companion URL has the rich media.
For most public-facing PDFs, "link, don't embed" is the right answer.
File size implications
Videos balloon PDF size:
- A 1-minute 720p H.264 video is 5-10 MB.
- A 5-minute video is 25-50 MB.
- HD or 4K quickly hits 100+ MB.
For email-attached or download-distributed PDFs, this is a problem. PDFs over 25 MB hit email limits; over 100 MB and users won't download.
If embedding, compress aggressively:
- Lower bitrate.
- Smaller resolution.
- Shorter clip.
Audio
Audio-only embedding is similar:
- Same viewer support cliff.
- Smaller file sizes.
- Use cases: language learning PDFs, audio annotations, voice memos.
For accessibility, audio descriptions of figures can be useful for assistive readers. See PDF accessibility guide.
Animation and transitions
Distinct from video, PDF supports:
- Page transitions: dissolve, wipe, fade between pages (for presentations).
- Animated content via JavaScript: programmatic redraw of page elements.
These work in more viewers than video does, but are still spotty.
Standards
- PDF 1.5+: Annot Sound (audio annotations).
- PDF 1.5+: Annot Movie (deprecated in 2.0).
- PDF 1.7+: RichMedia annotations (the modern way).
- PDF 2.0: continues RichMedia, removes Movie.
For archival, embedded video is generally not preserved well. PDF/A forbids rich media for this reason. See PDF/A archival format explained.
Use case: marketing brochure
A marketing PDF with a product video:
- Embed the video for Acrobat-using prospects.
- Set a poster with "Click to Play" text.
- Provide a fallback URL in the PDF that links to the video on YouTube.
- For email distribution, the URL fallback ensures most recipients see something.
For marketing PDFs more broadly, see PDF workflows for marketers.
Use case: research paper
A scientific paper with an experiment video:
- Some publishers embed videos in published PDFs.
- Reviewers and readers using Acrobat see them inline.
- Web readers (most) see only the poster.
In 2026, the convention is to put videos on the journal's website rather than embedding. Some journals' "enhanced PDF" formats embed; most don't.
Use case: training material
Training PDFs:
- For desktop-Acrobat-using audiences, embedded video works.
- For LMS-distributed content, the LMS plays the video; the PDF is text/diagrams.
- For mobile, video on the LMS or YouTube; PDF supplements.
Security
Embedded videos can be attack vectors:
- Codec exploits in viewers.
- Malformed media files crashing the reader.
- JavaScript-controlled media triggering risky actions.
Modern Acrobat sandboxes media playback. Older viewers and exotic codecs are more dangerous. Users should keep readers updated.
Common gotchas
Plays only in Acrobat. Audience using browser viewer sees only the poster. Plan accordingly.
Massive file. Embedding HD video produces unwieldy PDFs.
Codec issues. Non-H.264 video may fail in some readers. Stick with H.264 baseline profile.
Audio out of sync. Long videos sometimes show A/V drift in PDF playback. Pre-test.
Poster image scaled poorly. Verify on actual viewers.
Auto-play not honored. Most viewers require user activation.
Recipe for video-augmented PDFs
A pragmatic 2026 approach:
- Don't embed unless necessary.
- Link to hosted video (YouTube, Vimeo, or your own server).
- Static QR code in the PDF for offline-to-online jump.
- Poster image that hints at the video on click.
- If embedding, compress aggressively and test in target viewers.
- For archival, keep a separate copy of the video file alongside.
For PDF assembly (combining linked-video PDFs with covers, redacting, signing) without uploading, Docento.app handles common operations locally.
Takeaway
Embedded video in PDFs is a feature whose era has largely passed. Modern PDF readers focus on document fidelity, not multimedia. For the audiences who do view in Acrobat or another full-featured desktop reader, embedded video still works; for the much larger audience viewing in browsers and mobile, it does not. The pragmatic 2026 pattern is: link to hosted video from the PDF, with a poster image and a QR code for offline. See also 3D PDFs explained, interactive PDFs with JavaScript, and PDF for photographers' portfolios.