Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Aug 26, 2024
1 parent 9a2de10 commit 273ce55
Showing 1 changed file with 4 additions and 38 deletions.
42 changes: 4 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,43 +13,9 @@ Mixwave is a self hostable platform that aims to simplify the complexities of vi
Visit our [documentation](https://matvp91.github.io/mixwave/) for more info.

<p align="center">
<kbd>
<img src="https://github.com/matvp91/mixwave/blob/main/assets/job.png?raw=true" width="940" />
</kbd>
<kbd>
<img src="https://github.com/matvp91/mixwave/blob/main/assets/job.png?raw=true" width="940" />
</kbd>
</p>

Wondering how easy it is? Let's pick a Big Buck Bunny video and package it to HLS with a single `720p` video track.

```javascript
{
// Specify your input sources, can be video, audio or text.
"inputs": [
{
"path": "s3://source/BigBuckBunny.mp4",
"type": "video"
},
...
],

// Specify your output streams, you can add multiple video, audio or text streams with different options.
"streams": [
{
"type": "video",
"codec": "h264",
"height": 720,
"bitrate": 4000000,
"framerate": 24
},
...
],

// When we finished the transcode job, we'll package right away.
// In case you need fine grained control over packaging, you can call the package endpoint yourself.
"package": true
}
```

When finished, an `HLS` playlist is available on your configured `S3` and is ready for playback.

> [!NOTE]
> **Mixwave is in early development, we would appreciate your feedback.**
> [!NOTE] > **Mixwave is in early development, we would appreciate your feedback.**

0 comments on commit 273ce55

Please sign in to comment.