All converters
Niche

mytalents.ai Converter — Extract Video Courses + Subtitles

mytalents.ai produces SCORM with a `data.json` describing video lessons hosted on Mux streaming. SCORM Converter's `JsonParser` reads the structure, extracts Mux-hosted subtitles from HLS streams (~75% success rate), and optionally transcribes videos with Gemini when subtitles are unavailable.

Why export mytalents.ai mytalents.ai content?

  • Extract mytalents.ai video course transcripts for documentation
  • Archive mytalents.ai catalog with subtitle metadata
  • Convert video courses into searchable text knowledge bases
  • Repurpose video lessons as printable reading materials

JsonParser — what we extract

Mux HLS subtitle extraction (~75% success rate)
Optional AI video transcription via Gemini
Quiz lesson extraction with correct answer flags
Video timestamp + duration metadata

Technical details

File signature
data.json at ZIP root with Mux URLs
SCORM versions supported
SCORM 1.2
Typical package size

20-500 MB (video-heavy)

Implementation note

When Mux subtitles are unavailable, our optional `VideoTranscriber` falls back to Gemini for AI transcription (rate-limited per user).

Export formats

Frequently asked questions about mytalents.ai mytalents.ai

What's mytalents.ai SCORM?
mytalents.ai is an AI-powered learning platform that publishes SCORM with video lessons hosted on Mux streaming. Each lesson is described in a `data.json` at the ZIP root, with video URLs pointing to Mux. Some lessons are quiz lessons with structured question data.
Will the converter extract Mux video subtitles?
Yes when available. Mux HLS streams include WebVTT subtitle tracks for ~75% of mytalents.ai videos. Our parser auto-detects and extracts these subtitles, emitting them as lesson text. The remaining 25% (videos without subtitles) get optional Gemini transcription if AI is enabled.
Are quiz lessons extracted with correct answers?
Yes. mytalents.ai quiz lessons store question, options, and correct-answer flag directly in `data.json`. Our parser extracts all of them as structured quiz items, suitable for review or AI training datasets.
Can I get the actual video files from mytalents SCORM?
Videos are hosted on Mux (not embedded in the SCORM ZIP). Our converter preserves the Mux URL in the output document. To download the actual video files, you'd need authenticated access to the Mux account that owns them — typically the mytalents.ai team.
How does the converter find mytalents.ai SCORM packages?
Detection is based on the presence of `data.json` at the ZIP root combined with Mux URL patterns (`stream.mux.com/...`) inside the JSON. The parser auto-routes to our dedicated `JsonParser` strategy without configuration.

Related guides

Other authoring tools

Ready to convert your mytalents.ai mytalents.ai content?

Free during beta. PDF, Word, and Markdown exports with no limits.