# Transcribe a Portuguese podcast with speakers

**Use case:** 

Transcribe Portuguese podcasts into speaker-labeled text, SRT, VTT, and TXT. Test with the US$5 monthly credit in Apify Free; no card required.

## Input

```json
{
  "sources": [
    "https://www.brainiall.com/assets/brainiall-ptbr-multispeaker-demo.mp3"
  ],
  "language": "pt",
  "diarization": true,
  "output_formats": [
    "json",
    "srt",
    "vtt",
    "txt"
  ],
  "maxDurationMinutes": 30,
  "integrationSource": "apify-store"
}
```

## Output

```json
{
  "url": {
    "label": "Source",
    "format": "link"
  },
  "integrationSource": {
    "label": "Attribution route"
  },
  "title": {
    "label": "Title"
  },
  "language": {
    "label": "Language"
  },
  "duration_s": {
    "label": "Duration (s)"
  },
  "charged_minutes": {
    "label": "Minutes charged"
  },
  "text": {
    "label": "Transcript"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Audio & Video URL Transcriber + Speakers + SRT](https://apify.com/vivid_astronaut/audio-video-transcription-diarization) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vivid_astronaut/audio-video-transcription-diarization) to learn more, explore other use cases, and run it yourself.