Skip to content

Instantly share code, notes, and snippets.

View feedsbrain's full-sized avatar
:octocat:
Catching 8 dimensions of wellness

Indra Gunawan feedsbrain

:octocat:
Catching 8 dimensions of wellness
View GitHub Profile
@igracia
igracia / mixing_recordings.md
Last active September 21, 2023 19:43 — forked from ktoraskartwilio/mixing_recordings.md
Mixing Recordings

Working with Twilio Room Recordings

The following guide will show you how to mix several audio and video tracks together, forming a grid. For this example, we will use two video and two audio tracks. The video tracks will be placed side by side in a 1024x768 output file.


UPDATE - Video Recording Compositions API is out!

Yes! No ned to go through this process alone anymore. We've recently released the Twilio Recording Composition API. This API will allow you to compose and transcode you Room Recordings. You can find the reference docs here

@michaellihs
michaellihs / gitlab_access_token.md
Last active May 31, 2024 11:30
Create Gitlab Personal Access Token using curl

Create Gitlab Personal Access Token using curl

Prerequisites

  • You need a Gitlab server up and running
  • You need user credentials for a (admin) user on the Gitlab server
  • You need curl and Perl on your server