Skip to content
Video2Any
2026-08-24

Which export format should you pick?

The extraction is the hard part and it happens once. After that the deck is sitting in your browser, and every export is just a different way of writing the same slides to disk — no re-processing, no waiting, no second upload, because there was never a first one.

Which means the real question is not "can it export X". It is which one you actually want, and that depends entirely on where the file is going next. Here is the whole menu, and what each row is genuinely for.

The whole menu

Nine formats, one extraction. Pick by destination, not by habit.

FormatReach for it whenWhat lands in your downloads
PowerPoint (.pptx)You are presenting, or handing the deck overOne slide per detected change, each as a picture
Editable PowerPointYou need to fix a typo on the slide itselfThe same deck with a text layer laid over each image
Word (.docx)It will be printed, marked up, or handed inEvery slide under its timestamp, with the notes below it
Markdown + imagesIt is going into Obsidian, a wiki, or a reponotes.md plus an images folder, linked by relative path
PDFThe other person will not open PowerPointOne page per slide, fixed and printable
Images (.zip)The slides are raw material for something elseOne JPEG per slide, named by its timestamp
All slides as one imageYou are posting it or pasting it into a chatA single PNG of the entire deck, in order
Audio onlyYou want to listen back, or feed another toolThe soundtrack as a small Opus file
Subtitles (.srt / .vtt)You need captions, or to quote a momentTimed text, generated on your machine

PowerPoint, or editable PowerPoint?

The plain .pptx is pictures. Every slide is exactly the frame that was on screen, which means it is exactly right and you cannot change a word of it.

The editable one runs character recognition over each slide and lays the recovered text on top, so you can click into a heading and retype it. That is genuinely useful when a slide has a typo or the wrong year on it. It is also a guess — it reads what it thinks it sees, and on a dense diagram it will get some of it wrong. So: editable when you need to change the words, plain when you need the slide to be right.

Word, or Markdown?

These two carry the same thing — every slide, its timestamp, and whatever was said over it — and differ only in where they are comfortable.

Word if a person is going to read it: print it, write in the margin, hand it in, mail it to someone who lives in Office. The timestamps come through as real headings, so Word’s navigation pane turns a two-hour lecture into a clickable outline.

Markdown if a machine is going to read it too. It is plain text, so it is searchable, diffable, and still openable in ten years. The archive holds notes.md and an images folder linked by relative path, which is exactly the shape Obsidian, Logseq, VS Code and GitHub all already understand.

The one-image export is for a timeline, not an archive

"All slides as one image" puts the entire deck into a single PNG, in order, each slide with its timestamp on it. It is the only export that survives being pasted into a chat window, and the only one that answers "what was in that talk?" without anyone opening a file.

It is not a substitute for the deck. Nobody can read the small print on a forty-slide sheet. Post the image, attach the .pptx.

Audio, and why it is not an MP3

"Audio only" hands you the soundtrack as an .ogg holding an Opus stream. An hour of speech comes out around 20 MB, against the 115 MB the same audio takes uncompressed.

It is not an MP3, and that is not an oversight. No browser ships an MP3 encoder — so any site that offers you one is doing that work on a server, which means your file was uploaded to it. Opus is what a browser can genuinely encode on its own, every current player reads it, and nothing left your machine. If you specifically need MP3 for some old device, convert the .ogg afterwards with a local tool.

Which ones carry what was actually said

Slides tell you what was on screen. The transcript tells you what the person was saying while it was up, and those are not the same information — the slide says "Three constraints", the speaker says which one is the one that will bite you.

Word, Markdown and the PowerPoint speaker-notes pane all carry the transcript alongside each slide. The subtitle exports carry it on its own, with timings. Generate it once in the Subtitles tab and every one of those exports picks it up.

Questions people actually ask

Can I export more than one format?
Yes, and there is no cost to it. The deck is already in your browser, so a second export is one more click — no re-processing and no second wait.
Does exporting upload my video anywhere?
No. The video is read in your browser, the slides are found there, and every file listed above is written there too. Nothing is sent to a server at any point in that chain.
Why is there no Google Slides or Keynote export?
Because neither needs one. Both open .pptx directly — in Google Slides it is File → Import slides, in Keynote you just open the file. A dedicated export would produce the same deck by a longer route.
Which format keeps the timestamps?
Word and Markdown put the timestamp above each slide as a heading. The image ZIP puts it in every filename, and the one-image sheet prints it on each tile. The PDF can carry them too if you turn that on.

One recording, whichever file you needed

Drop a video in, wait once, then take PowerPoint and Markdown and the audio if that is what the week calls for. It all runs in the tab, and none of it uploads.