Initializing... drag & drop files here
Supports: PUB
MTS is the camcorder-facing face of MPEG-2 Transport Stream — the container Sony, Panasonic and Canon consumer camcorders write to SD cards, and the one a lot of editing suites and set-top players expect when they say "AVCHD". Turning a Microsoft Publisher document into .mts gives you a video slide of every page, in a container that drops straight into a timeline alongside camcorder footage.
The conversion reads the .pub with LibreOffice's Draw component (the libmspub importer), renders each page at 300 DPI, then encodes the page images as a silent slideshow. The default codec is H.264, which is the right answer for .mts — the other entries in the dropdown exist for the container, not for this source.
.pub onto the page or click "+ Add Files". Every page in the publication becomes one frame of the finished video.| Property | Value |
|---|---|
| Source reader | LibreOffice Draw via libmspub, then a 300 DPI page render |
| Frame rate | 1 fps, fixed — there is no frame-rate control on this page |
| Frames | One per publication page |
| Default duration | 5 seconds per page (Image Duration) |
| Audio | None. The output is silent and the audio-codec control is hidden |
| B-frames | Disabled — identical still frames gain nothing from them |
| Default codec | H.264 |
| Frame-size ceiling | 4096 pixels on the long edge before encoding |
| Background Color | White by default; fills any letterbox bars |
| Container framing | Plain 188-byte MPEG-TS packets |
At 300 DPI an A4 page renders to 2481 x 3508 pixels and is even-rounded to 2480 x 3508 before encoding. A page longer than about 13.6 inches crosses the 4096-pixel ceiling and is scaled down to fit it, so Legal and Tabloid publications lose some render detail at "Keep original".
This trips people up constantly, because both extensions carry the same H.264 elementary stream. The difference is packet framing, and ffmpeg decides it from the output extension:
.mts (this page) |
.m2ts |
|
|---|---|---|
| Packet size | 188 bytes | 192 bytes |
Sync byte 0x47 at |
Offset 0 | Offset 4 |
| Extra per-packet header | None | 4-byte arrival timestamp prefix |
| Framing name | Plain MPEG-TS | BDAV MPEG-2 TS |
| Typical origin | AVCHD camcorder recordings | Blu-ray / AVCHD disc structures |
We verified this by encoding the same frames twice: the .mts file begins 47 40 11 10 … and its length is an exact multiple of 188, while the .m2ts file begins 0e bf 46 22 47 … and is an exact multiple of 192. So an .mts from this converter is a plain transport stream. It is also not a disc: a real AVCHD volume needs a BDMV/STREAM directory layout and Dolby Digital or LPCM audio, and this output is a single silent file. If you specifically need the 192-byte BDAV framing, use Publisher to M2TS instead.
The dropdown lists DivX, H.264, H.265, MPEG-1, MPEG-2, MPEG-4 and Xvid. On a still-image source they do not all behave:
.mts reader expects..mts extension implies AVCHD to most players, and AVCHD readers do not decode HEVC. Only pick it if you control the player.Rate control: Quality Preset is the default mode and it is translated into a codec-aware CRF for H.264 and H.265 — the "Very High" tier sits around CRF 18 at 1080p and shifts up slightly for larger frames. On the non-CRF codecs (MPEG-1/2/4, Xvid, DivX) that translation scales the source bitrate instead, and a still image has no source bitrate, so the preset does nothing there. On those codecs use Constraint Quality and set a Max bitrate — that is the mode that reliably reaches the encoder.
Because there is no audio anywhere in the pipeline. A Publisher document has no sound track, and the audio-codec control is hidden on every image-to-video page for that reason. The result is a single video stream with no audio stream at all — not a silent audio track, but none. If a downstream tool insists on an audio track, add one after the fact in an editor.
Pages multiplied by Image Duration. A six-page brochure at the default 5 seconds per page produces a 30-second video. There is no separate total-length control, so if you want a specific runtime, divide it by the page count and pick the nearest Image Duration value.
Every frame is a static page, so encoding at 1 fps stores one picture per page instead of twenty-five identical copies of it — the file is dramatically smaller and looks exactly the same. There is no frame-rate control on this page. If you need a conventional 25 or 30 fps file for an editor that rejects 1 fps material, re-encode the finished .mts with a normal frame rate.
Playback of the stream itself is likely on anything that reads H.264 in transport streams. Being recognised as AVCHD is a different question: that requires the BDAV 192-byte framing, a BDMV directory structure and AC-3 or LPCM audio. This is a plain 188-byte transport stream with no audio, so treat it as an .mts-named video file rather than as camcorder media.
At "Keep original", the 300 DPI render — 2480 x 3508 for an A4 page, 2550 x 3300 for US Letter — capped so that neither side exceeds 4096 pixels. That is a portrait frame, which looks wrong in a 16:9 timeline. If the video will sit alongside landscape footage, pick a Fixed Resolution such as 1920 x 1080; the page is then fitted inside the frame and the empty space is filled with the Background Color.
Because Background Color defaults to White on image sources and a portrait page does not fill a landscape frame. Change Background Color to Black (or any of the other colours in the dropdown) if white bars look wrong against your other footage. The same colour is used for any transparent area in the original artwork, since no video codec can store an alpha channel.
For anything that is not going into a camcorder-oriented workflow, MP4 is the better container — same H.264 stream, far better support in browsers, phones and web players. .mts earns its place when an editor or player specifically expects transport-stream files from AVCHD media. Publisher to MP4 produces the same slideshow in the friendlier container.
It is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours — never shared, never made public, and no account is required. The output is not watermarked. If you need the pages as still images rather than as video, Publisher to TIFF renders each page at the same 300 DPI.