You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The complete runnable source — with logging, env handling, and a remote-daemon variant — is in [`examples/run-command/`](https://github.com/slicervm/sdk-ts/tree/master/examples/run-command).
51
+
11
52
## Shape
12
53
13
54
The SDK has two layers:
@@ -270,7 +311,7 @@ The SDK base64-encodes secret data transparently; pass plaintext.
270
311
## Examples
271
312
272
313
*[Video conversion with TypeScript](/platform/typescript-video-conversion/) — create a VM, install ffmpeg, transcode a video, and stream the binary result back via `stdio: 'base64'`. Full e2e walkthrough with runnable source.
273
-
*[`examples/` in the SDK repo](https://github.com/slicervm/sdk-ts/tree/main/examples) — more runnable examples.
314
+
*[`examples/` in the SDK repo](https://github.com/slicervm/sdk-ts/tree/master/examples) — more runnable examples.
Copy file name to clipboardExpand all lines: docs/platform/typescript-video-conversion.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A full end-to-end example that uses the [TypeScript SDK](/platform/typescript-sdk/) to create a microVM, install ffmpeg, transcode a video, and stream the binary result back — without an intermediate file on the guest disk.
4
4
5
-
The complete, runnable source is in [`examples/ffmpeg/`](https://github.com/slicervm/sdk-ts/tree/main/examples/ffmpeg) in the SDK repository.
5
+
The complete, runnable source is in [`examples/ffmpeg/`](https://github.com/slicervm/sdk-ts/tree/master/examples/ffmpeg) in the SDK repository.
6
6
7
7
For the Go equivalent, see [Video Conversion (Go)](/platform/video-conversion/).
8
8
@@ -163,4 +163,4 @@ Most of the wall time is `apt install ffmpeg`. For repeat runs:
163
163
*[TypeScript SDK reference](/platform/typescript-sdk/) — all methods and types.
164
164
*[Video Conversion (Go)](/platform/video-conversion/) — same workflow, Go SDK.
165
165
*[REST API reference](/reference/api/) — the underlying HTTP endpoints.
166
-
*[Example source on GitHub](https://github.com/slicervm/sdk-ts/tree/main/examples/ffmpeg)
166
+
*[Example source on GitHub](https://github.com/slicervm/sdk-ts/tree/master/examples/ffmpeg)
0 commit comments