PPSM to UYVY Converter

Convert PPSM slides to UYVY 16-bit YUV images free

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Broadcast-Ready Frames

UYVY is a standard format in video capture and broadcast hardware. Converting PPSM slides to UYVY creates frames that integrate directly into professional video processing chains.

Efficient Pixel Encoding

YUV 4:2:2 subsampling reduces data size compared to full RGB while preserving visual quality. Each PPSM slide becomes a compact, bandwidth-efficient frame.

No Macros, No Risk

PPSM presentations can embed VBA macros. UYVY output is nothing but raw YUV pixel values — zero executable content, zero security concerns.

How to convert PPSM to UYVY

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose uyvy or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your uyvy file right afterwards

About formats

PPSM (PowerPoint Slideshow with Macros) is a macro-enabled slideshow format in Microsoft PowerPoint, introduced with Office 2007 as part of the Office Open XML family. PPSM combines the auto-play slideshow behavior of PPSX with the VBA macro capabilities of PPTM — opening a PPSM file launches it directly into full-screen presentation mode while allowing embedded macro code to execute during the slideshow. The format is structurally a ZIP archive containing the same XML slide parts as other OOXML presentation formats, plus a vbaProject.bin stream housing the VBA project. This combination is particularly valuable for interactive presentations: macro-driven slideshows can respond to user input, navigate non-linearly between sections, query external databases, update content in real time, and log audience responses during training or assessment sessions. One advantage is interactive presentation capability — PPSM enables quiz-style presentations where clicking answer buttons triggers immediate scoring feedback, branching paths, or data recording, all invisible to the audience. The macro-enabled slideshow format also supports self-contained automation: a PPSM file can run initialization routines on launch, configure the display environment, and clean up resources on exit without any manual intervention. As with all macro-enabled Office Open XML formats, the distinct .ppsm extension helps administrators enforce security policies that differentiate between trusted macro content and standard presentations. PPSM is supported exclusively in Microsoft PowerPoint desktop editions.
Developer: Microsoft
Initial release: January 30, 2007
UYVY is a packed pixel format for storing images and video frames in YUV 4:2:2 chroma-subsampled color space, with the UYVY designation indicating the byte ordering within each 4-byte macropixel: U (Cb), Y0, V (Cr), Y1. Each macropixel encodes two horizontal pixels sharing a single pair of chrominance samples (U and V) but retaining individual luminance values (Y0 and Y1), achieving 2:1 horizontal chroma subsampling that reduces data size by 33% compared to full 4:4:4 YUV while maintaining full luminance resolution. The UYVY ordering is specified as a FOURCC code in Microsoft's Video for Windows and DirectShow frameworks, and is commonly used in professional video capture cards, broadcast equipment, and video processing pipelines. UYVY raw files contain no header — the pixel data is a flat sequence of U,Y,V,Y byte quadruplets, requiring external specification of image dimensions. The 4:2:2 subsampling exploits the human visual system's lower spatial resolution for color compared to brightness: the eye notices luminance detail at much higher spatial frequencies than chrominance detail, so sharing color samples between adjacent pixels produces no visible quality loss in practice. One advantage is broadcast-standard compatibility: UYVY's 4:2:2 sampling matches the chrominance structure used in professional video standards (ITU-R BT.601, SDI), making it the natural format for video capture hardware and frame-accurate processing. The format's efficient memory layout is another strength — the packed byte arrangement enables fast DMA transfers between capture hardware and system memory. UYVY data is handled by FFmpeg, ImageMagick, and professional video capture/editing software.
Developer: ITU-T / Microsoft
Initial release: 1982

Frequently Asked Questions

Why convert PPSM to UYVY?

UYVY is a standard YUV 4:2:2 pixel format used in video capture hardware and broadcast systems. Converting slides to UYVY lets you feed presentation frames into video processing pipelines.

What software opens UYVY?

FFmpeg, VLC (with raw input mode), YUVPlayer, and video development tools like DirectShow filters can display UYVY. Most video SDKs also support reading raw YUV interleaved data.

What does YUV 4:2:2 mean?

YUV 4:2:2 stores full-resolution luminance with half-resolution chroma — a common subsampling used in broadcast video. It balances color quality with reduced data bandwidth.

Do PPSM macros end up in UYVY?

No. UYVY is raw pixel data in YUV color space — it carries no container, no metadata, no executable content. All VBA macros from the PPSM are completely stripped.

Is the conversion free?

Yes — Convertio converts PPSM to UYVY at no cost. Premium plans provide higher file limits and priority processing for production-level workloads.

How large are UYVY frames?

UYVY uses 16 bits per pixel (2 bytes). A 1920x1080 slide produces roughly 4 MB of raw data per frame — compact by raw image standards.