evo-dubbing-mux-report

SkillSearch

Muxes 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.

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 ffprobe
  • build_ffmpeg_mux_command(video, segments, output) - Build FFmpeg command
  • mux_dubbed_video(video, segments, output) - Execute muxing
  • calculate_drift(placed_start, tts_duration, window_end) - Calculate timing drift
  • generate_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