evo-dubbing-mux-report
SkillSearchMuxes normalized TTS audio segments into the original video at precise time offsets using FFmpeg, and generates the JSON report with timing, drift, and loudness metadata.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the evo-dubbing-mux-report skill
What this skill tells your AI
The instructions your AI receives, as published by openlair/openskill in tasks-evolved/multilingual-video-dubbing/environment/skills/evo-dubbing-mux-report/SKILL.md and read by ahel’s review.
Muxes dubbed audio into video and generates JSON report.
Key Functions
get_video_duration(path)- Get video duration using ffprobebuild_ffmpeg_mux_command(video, segments, output)- Build FFmpeg commandmux_dubbed_video(video, segments, output)- Execute muxingcalculate_drift(placed_start, tts_duration, window_end)- Calculate timing driftgenerate_report_json(data, output_path)- Write JSON report
Usage
import sys
sys.path.insert(0, '/app/environment/skills/evo-dubbing-mux-report/scripts')
from utils import mux_dubbed_video, generate_report_json, get_video_duration
Signals
- GitHub stars
- 89
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
evo-dubbing-mux-report- Source
- github.com/openlair/openskill