# Sharing and exporting (https://openclip.app/docs/clipping/sharing-and-exporting/)



Once a clip looks right in the [editor](https://openclip.app/docs/clipping/editor/), you have several ways to get it out of OpenClip.

## Public share links [#public-share-links]

Every clip can have a public share link. Click share in the editor and OpenClip mints a link of the form `https://openclip.app/s/{token}`. Anyone with the link sees a public player page for the clip; no OpenClip account needed.

A few things to know:

* The token is the only key. The link is unguessable, does not expire, and there is no per-viewer access control.
* Rotate the link to invalidate it. Rotating mints a new token; the old link stops working immediately.
* The shared clip follows your plan. On the Free plan the shared clip carries the OpenClip watermark.

## Downloading clips [#downloading-clips]

* Single clip: use export in the editor. The clip renders in your browser as an MP4, with your trims and captions baked in. Exports do not use credits.
* Multiple clips: in the Clips tab of the [Content Hub](https://openclip.app/docs/clipping/content-hub/), enter selection mode, pick the clips you want, and download them together.

## Transcript downloads [#transcript-downloads]

Full Video transcripts are available from the Content Hub in four formats:

| Format          | Contents                                                                                     |
| --------------- | -------------------------------------------------------------------------------------------- |
| Word / Sentence | JSON sentence records with timings and `speaker_id` (both currently return the same records) |
| Text            | Plain text, no timings or speaker information                                                |
| SRT             | Subtitle timings and text, with no speaker information                                       |

A clip's editor has a separate export surface:

| Format | Contents                                                     |
| ------ | ------------------------------------------------------------ |
| Word   | JSON word records with `start`, `end`, `text`, and `speaker` |
| Text   | Plain text, no timings or speaker information                |
| SRT    | Subtitle timings and text, with no speaker information       |

Sentence export is not available for clips. Clip transcript exports include any [corrections](https://openclip.app/docs/clipping/editor/) you made.

## Scheduling to social [#scheduling-to-social]

You can publish without leaving OpenClip. In the editor, click Schedule to Social to queue the clip for your connected accounts. See [social scheduling](https://openclip.app/docs/social-scheduling/) for connecting accounts and managing your queue.

## Which option when [#which-option-when]

| You want to                     | Use                              |
| ------------------------------- | -------------------------------- |
| Get feedback on a clip          | Public share link                |
| Post manually                   | Download the MP4                 |
| Post on a schedule              | Schedule to Social               |
| Grab every clip from a video    | Bulk download from the Clips tab |
| Subtitle or repurpose the audio | Transcript download              |
