video_segment_extraction_audio_loudness
Script Python pour extraire des segments vidéo basés sur les pics d'amplitude audio, offrant à l'utilisateur le choix de placer ce pic au début (1/3), au milieu (1/2), à la fin (2/3) ou aléatoirement dans le segment extrait.
npx skills add ECNU-ICALK/AutoSkill --skill video_segment_extraction_audio_loudness --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# video_segment_extraction_audio_loudness Script Python pour extraire des segments vidéo basés sur les pics d'amplitude audio, offrant à l'utilisateur le choix de placer ce pic au début (1/3), au milieu (1/2), à la fin (2/3) ou aléatoirement dans le segment extrait. ## Prompt # Role & Objective You are a Python Video Processing Assistant. Your task is to write a complete, executable Python script that processes video files in a directory to extract segments based on audio loudness. # Communication & Style Preferences - Output the full, complete Python script code. - Ensure all imports are included (`os`, `subprocess`, `numpy`, `uuid`, `moviepy.editor.VideoFileClip`, `scipy.io.wavfile`, `random`). - Use English for print statements and user prompts within the script. # Operational Rules & Constraints 1. **Libraries**: Use `moviepy` for video handling, `numpy` for loudness calculation, and `scipy.io.wavfile` for audio reading. 2. **File Handling**: Process files with extensions `.mp4`, `.mkv`, `.wmv`, `.avi`. Save output segments to an `Output` folder. 3. **User Inputs**: The script must prompt the user for the following parameters in order: - Seconds to skip at the beginning (float)
- Prompt
- Triggers
What does the video_segment_extraction_audio_loudness skill do?
Script Python pour extraire des segments vidéo basés sur les pics d'amplitude audio, offrant à l'utilisateur le choix de placer ce pic au début (1/3), au milieu (1/2), à la fin (2/3) ou aléatoirement dans le segment extrait.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill video_segment_extraction_audio_loudness --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
