Media & Data Converters
Read a file's metadata, pull frames from a video, or turn a PDF or an HTML page into text, Markdown, images or JSON. Every converter here runs in your browser, and nothing is uploaded.
9 converters available
Video to Keyframes
Find the scene changes in a video and save a frame from each, right on this page. The video plays from your device in your browser, nothing is uploaded, and every keyframe downloads as a JPEG with its timestamp. The page also covers doing this across a video library through an API.
Video to Thumbnails
Pull 12 evenly spaced thumbnails from a video right on this page. The video plays from your device in your browser, nothing is uploaded, and each thumbnail downloads as a JPEG. The page also covers generating thumbnails across a video library through an API.
PDF to Text
Pull the text out of a PDF right on this page. pdf.js reads the document's text layer in your browser, page by page, and the result copies or downloads as a .txt file. Nothing is uploaded, and a scanned PDF with no text layer gets a message saying so.
PDF to Images
Turn each page of a PDF into a PNG image right on this page. pdf.js draws the pages in your browser at up to 144 dpi, and each image downloads on its own. Nothing is uploaded.
PDF to Markdown
Convert a PDF into Markdown right on this page. pdf.js reads the text in your browser, and the reader turns larger type into headings, bullet lines into lists and wrapped lines into paragraphs. Nothing is uploaded.
HTML to Text
Turn an HTML page into clean text right on this page. Upload a saved .html file or paste the source, and the reader strips scripts, styles and hidden elements in your browser while keeping headings, paragraphs, lists and tables as plain text. Nothing is uploaded.
HTML to Structured Data
Pull the structured data out of an HTML page right on this page: title, meta description, canonical URL, Open Graph and Twitter tags, headings, links, images, JSON-LD and microdata, as JSON. Upload a saved .html file or paste the source. It is read in your browser and nothing is uploaded.
Video to Metadata
Read a video file's technical metadata on this page: duration, frame size, frame rate, codecs, bitrate, and the audio track's sample rate and channels. The file is read in your browser and never uploaded. The page also covers what no header holds, such as the objects and speech in the video, and how to extract both across a library through an API.
Image to Metadata
Read a photo's EXIF, IPTC and XMP metadata on this page: the date taken, GPS location, camera, lens and exposure. The file is read in your browser and never uploaded. The page also covers what no header holds, such as the objects and text in the picture, and how to pull both from a whole library through an API.
What these converters do
Each one reads a file in your browser and shows the result on the page, with a download. Nothing is uploaded. When you need the same conversion across a whole library in object storage, each page also shows how the Mixpeek API runs it as a pipeline.
Media
Read EXIF, GPS, IPTC and XMP from photos and codecs and tracks from video files, and pull thumbnails and keyframes from a video.
Document
Pull the text out of a PDF, convert it to Markdown, or draw its pages as PNG images.
Data
Turn an HTML page into clean text, or pull its title, meta tags, headings, links, JSON-LD and microdata as JSON.