> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Media-to-media transformations

> Media content को books, podcasts, और अन्य usable formats में बदलें।

Arka content-aware transformations को support करता है, केवल file-extension changes नहीं:

```bash theme={null}
arka media_transform podcast.mp3 --to book --output podcast-book.md
arka media_transform notes.md --to podcast --output notes.mp3
arka media_transform "https://youtube.com/playlist?list=PLAYLIST_ID" --to book --output playlist-book.md
arka media_transform presentation.pptx --to book --output presentation-book.md
arka media_transform slide.png --to book --output slide-book.md
```

Audio/video sources captions या transcription का उपयोग करते हैं, YouTube playlists
उपलब्ध video transcripts को chapters में combine करती हैं, और text/book sources को Arka के TTS backend के साथ
speak किया जा सकता है। Local media transcription के लिए FFmpeg/Whisper install करें और जब Edge TTS पहले से available न हो तो podcast output के लिए `arka tts-setup` चलाएं। Missing captions या dependencies एक explicit error produce करती हैं;
Arka कभी भी silently एक empty book या audio file नहीं बनाता।


## Related topics

- [Skills catalog: 70+ built-in Arka commands](/hi/guides/skills.md)
- [Meme templates](/hi/guides/meme-templates.md)
- [व्यायाम डेटासेट](/hi/guides/exercise-dataset.md)
- [Video बनाएं](/hi/guides/compose-video.md)
- [3D बनाएं](/hi/guides/compose-3d.md)
