Skip to main content
Run any Skill in Manus
with one click
GitHub repository

video2doc

video2doc contains 4 collected skills from nblog, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
0
updated
2026-05-17
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

ffmpeg-audio-extraction
software-developers

Extracts audio tracks from video files using ffmpeg with optimal settings. Supports format conversion, resampling, and channel mixing. Use when extracting audio from video, converting audio formats, preparing audio for speech recognition, or processing media files.

2026-05-17
uv-cuda-setup
network-and-computer-systems-administrators

Configures Python projects with uv package manager to use CUDA-enabled PyTorch. Handles the common issue where uv installs CPU-only torch by default. Use when setting up GPU-accelerated machine learning projects, fixing CUDA not available errors, or configuring PyTorch with GPU support in uv-managed projects.

2026-05-17
video-to-markdown
software-developers

Converts video files (mp4, mkv, webm, avi) to Markdown documents using speech recognition. Extracts audio with ffmpeg, transcribes with OpenAI Whisper, and generates structured Markdown with timestamps. Use when user wants to transcribe video, convert video to text, generate video transcript, or create documentation from video content.

2026-05-17
whisper-transcription
software-developers

Uses OpenAI Whisper for speech-to-text transcription with GPU acceleration. Handles model selection, language detection, and timestamp extraction. Includes post-processing for hotword correction (fixing misrecognized terms, proper nouns, abbreviations, and technical jargon from ASR output). Use when transcribing audio/video files, extracting speech from media, or performing speech recognition tasks.

2026-05-17