plugins/plugin-video/README.md
The VideoService provides comprehensive video processing capabilities with a focus on efficient handling and transcription:
Key Features:
Usage Example:
const videoService = runtime.getService<IVideoService>(ServiceType.VIDEO);
// Process a video URL
const result = await videoService.processVideo(videoUrl, runtime);
// Returns: Media object with id, url, title, source, description, and transcript