Initializing... drag & drop files here
Supports: TS
.ts transport stream files. Batch upload is supported, and files process on our servers — no sign-up required.0 grabs the first frame). For a sheet of thumbnails, switch to Multiple Screenshots and pick a framerate like "1 frame per second" to dump a frame at every second of footage..eps files one by one or as a ZIP.TS (MPEG Transport Stream, ISO/IEC 13818-1) is the container that broadcast DVB / ATSC, HLS streaming, and many camcorders write video into — typically H.264, H.265 or MPEG-2 video in fixed 188-byte packets. EPS (Encapsulated PostScript, developed by Adobe in 1992) is the print industry's interchange format: a self-contained PostScript document with a bounding box and optional preview, designed to drop a single graphic into a page-layout program like Adobe InDesign or QuarkXPress. Converting TS → EPS is really a frame grab + print-format wrap: you pull one moment (or several) out of the video stream and hand the result to a designer in a format their layout pipeline understands.
| Property | TS (MPEG Transport Stream) | EPS (Encapsulated PostScript) |
|---|---|---|
| Type | Video / audio container | Vector-or-raster graphic (single page) |
| Standardised | ISO/IEC 13818-1 (1995) | Adobe, 1992 |
| Typical contents | H.264, H.265, MPEG-2 video; AC-3 / AAC audio | PostScript drawing commands; optionally an embedded raster |
| Designed for | Lossy broadcast / streaming (DVB, ATSC, HLS) | Print interchange in DTP / RIP workflows |
| Page count | N/A (continuous stream) | 1 page (by definition — "encapsulated") |
| Opens in | VLC, MPV, ffmpeg, broadcast hardware | Adobe Illustrator, InDesign, CorelDRAW, Inkscape, Photoshop, GIMP |
| Resolution | Fixed by encoded video (e.g., 1080p, 4K) | Scalable container; embedded raster has fixed pixel grid |
| Modern alternative | MP4, fMP4 / CMAF for streaming | PDF, SVG (Microsoft removed EPS from Office in May 2018 for security) |
| Use today | Broadcast, IPTV, HLS, camcorder native (M2TS) | Legacy DTP, print RIP, signage workflows |
| Setting | Pick when… | Output character |
|---|---|---|
| 72 DPI | EPS is a screen preview only | Smallest file; obvious pixels at print size |
| 150 DPI | Office / draft prints | Good for proofs; not magazine-grade |
| 300 DPI (default) | Magazine, brochure, packaging | Industry-standard print quality |
| 600 DPI | Fine-art print, small reproduction at large size | Big file; visibly sharper for line work |
| 1200 DPI | Archival, halftone-free print | Largest file; reserve for genuine print masters |
Specific Frame at 0s |
You just want the opening frame | One .eps per TS file |
Specific Frame at Ns |
A specific moment (chorus drop, exhibit cue) | One .eps per TS file |
| Multiple Screenshots at 1/sec | Storyboard sheet or contact sheet | One .eps per captured second |
It's a raster image wrapped in an EPS container. Video frames are inherently pixel data, so there is nothing to vectorise without a separate auto-tracing step. The EPS you get back has the frame embedded as a PostScript-encoded bitmap with the DPI you chose — perfect for placement in InDesign or QuarkXPress, but if you need true editable vector paths you'll need to open the result in Vector Magic or run Image Trace in Adobe Illustrator afterwards.
A TS file is typically 24–60 frames per second of video; an EPS file is "encapsulated" — by definition a single-page graphic. The converter has to pick a moment. Default is the very first frame (0s); use Frame Selection → Specific Frame → Time (seconds) to grab the exact moment you want, or Multiple Screenshots to dump many frames at once (each one becomes its own .eps).
Not by default in modern Office. Microsoft removed EPS image support from Office in May 2018 over security concerns (EPS files can contain PostScript scripts). If your recipient is on Office, send them a high-DPI JPG or PNG using TS to JPG or TS to PNG instead. EPS still opens in Adobe Illustrator, InDesign, Photoshop, CorelDRAW, GIMP and Inkscape.
For most placements, 300 DPI is the right answer regardless of source resolution — that's the print-industry standard for magazine and brochure work. 1080p (1920×1080) at 300 DPI gives you a placed image roughly 6.4 × 3.6 inches; if you need it larger on the page without softness, capture from a 4K TS source instead, or accept the upscaling that PostScript will perform.
Not on this page — this tool extracts frames. If you want to trim the video itself and keep it as video, use TS to MP4 which gives you cut and trim controls. To pull many sequential stills covering a clip, use Multiple Screenshots here and set the framerate higher (e.g., 5 frames per second) so you get a dense sequence you can flip through.
Three reasons keep EPS alive: (1) legacy DTP files placed thousands of EPS images over decades and those documents still need to round-trip, (2) print RIPs in garment, signage and packaging shops were tuned around PostScript and accept EPS natively, and (3) some clients' brand kits still mandate EPS as the deliverable for logos and stills. For new web or app work, SVG (vector) or PDF is almost always the better choice — see EPS to PDF when you need to upgrade.
Yes. M2TS is the variant with 192-byte packets (188 + 4-byte timecode) used in HDV cameras and Blu-ray Disc; the underlying video codec is the same H.264 or MPEG-2 the converter already handles, so it decodes a frame the same way as a vanilla .ts. If your file is named .m2ts you may want to rename it .ts or upload as-is — the parser autodetects the container.
Standard TS streams don't carry an alpha channel (broadcast video is opaque), so transparency isn't a concern here. The EPS will have a solid background matching the source frame. If you need transparency, capture a frame, open it in Photoshop or GIMP, mask out the background, then export as EPS from there.
Expect roughly 1.5–4× the size of an equivalent JPG of the same frame at the same DPI, because EPS wraps the raster in PostScript with ASCII or hex encoding overhead. A 1080p frame at 300 DPI is commonly 6–15 MB. If file size matters more than print fidelity, drop DPI to 150 or reduce Resolution Percentage to scale the embedded bitmap down before wrapping.