https://github.com/patrickgdl/audiovista
Videoclipes de episódios de podcast em formato de compartilhamento para redes sociais.
https://github.com/patrickgdl/audiovista
Last synced: 10 days ago
JSON representation
Videoclipes de episódios de podcast em formato de compartilhamento para redes sociais.
- Host: GitHub
- URL: https://github.com/patrickgdl/audiovista
- Owner: patrickgdl
- Created: 2024-06-03T18:12:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T18:15:16.000Z (about 2 years ago)
- Last Synced: 2025-03-31T03:38:14.870Z (over 1 year ago)
- Language: TypeScript
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audiovista
Projeto para criar "audiogramas". Em outras palavras, videoclipes de episódios de podcast ou qualquer outro áudio. É uma forma popular de compartilhar trechos de áudio nas redes sociais.

Comece a mudar as coisas assim:
- Substituindo áudio, capa e legendas na pasta `public`
- Ajuste o que quiser em `remotion/root.tsx`
## Onde obter uma transcrição (arquivo SRT)?
Existem alguns lugares:
- O host de podcasting pode fornecer.
- Descript torna a transcrição muito fácil.
- Existem inúmeras outras soluções pagas, como [Otter.ai](https://otter.ai) e [Scriptme.io](https://scriptme.io).
- E soluções de código aberto disponíveis, como [Subs AI](https://github.com/abdeladim-s/subsai)
## Comandos
**Instalar dependências**
```console
npm install
```
**Começar o projeto Next.js**
```
npm run dev
```
**Start do Preview/Remotion Studio**
```console
npm run remotion
```
**Renderizar video**
```console
npm run build
```
**Atualizar o Remotion**
```console
npm run upgrade
```
### Remotion Lambda
The following script will set up your Remotion Bundle and Lambda function on AWS:
```
node deploy.mjs
```
You should run this script after:
- changing the video template
- changing `config.mjs`
- upgrading Remotion to a newer version
## Set up rendering on AWS Lambda
This template supports rendering the videos via [Remotion Lambda](https://remotion.dev/lambda).
1. Copy the `.env.example` file to `.env` and fill in the values.
Complete the [Lambda setup guide](https://www.remotion.dev/docs/lambda/setup) to get your AWS credentials.
1. Edit the `config.mjs` file to your desired Lambda settings.
1. Run `node deploy.mjs` to deploy your Lambda function and Remotion Bundle.
## Docs
Para entender como funciona o Remotion, você pode começar lendo a [página de fundamentos](https://www.remotion.dev/docs/the-fundamentals).