What problem does it solve?
Changing the voice in a video normally requires manual audio extraction, separate voice processing, and re-muxing with video editing tools. This Skill automates that entire pipeline so a video's audio track can be voice-converted in a single command while keeping the original video quality untouched.
Core Features & Use Cases
- Automated Pipeline: Extracts audio with FFmpeg, delegates voice conversion to the voice-changer skill, and re-merges the result without re-encoding the video stream.
- Multiple Voice Presets: Supports presets such as female_1, female_2, male_deep, male_normal, child, and robot via the shared voice-changer configuration file.
- Safe Output Behavior: Creates a new file with a _vc suffix by default and only overwrites the original when --overwrite is passed; optional --keep-audio saves the converted audio copy.
- Use Case: A content creator wants to publish a screen recording with a different voice for privacy. Running the script on the MP4 produces a new video with a converted voice track in under a minute.
Quick Start
Ask the AI to convert the voice in your video file to a deep male voice and save it as a new file without overwriting the original.