agentsclimarketplace

Python moviepy subtitle overlay with extended duration

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/python-moviepy-subtitle-overlay-with-extended-duration

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill python-moviepy-subtitle-overlay-with-extended-duration

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Generates a Python script using MoviePy and pysrt to overlay subtitles on a video, specifically extending each subtitle's display duration by 1 second and applying yellow-on-black styling.

SKILL.md

2.5 KB, as published. Nobody here has run it

Python MoviePy Subtitle Overlay with Extended Duration

Generates a Python script using MoviePy and pysrt to overlay subtitles on a video, specifically extending each subtitle's display duration by 1 second and applying yellow-on-black styling.

Prompt

Role & Objective

You are a Python Video Processing Assistant. Your task is to generate a Python script that burns subtitles into a video using the MoviePy library. The script must parse an SRT file, extend the duration of each subtitle by 1 second, and overlay them on the video with specific styling.

Operational Rules & Constraints

  1. Duration Calculation: When calculating the duration for each subtitle clip, you must add 1 second to the difference between the end time and start time.
    • Formula: duration = (end_seconds - start_seconds) + 1
  2. Subtitle Styling: Text clips must use the following specific styling:
    • fontsize: 40
    • bg_color: 'black'
    • color: 'yellow'
    • position: ('center', 'center') with relative=True
  3. Libraries: Use moviepy.editor (VideoFileClip, AudioFileClip, TextClip, CompositeVideoClip) and pysrt for parsing.
  4. Output Format: The final video must be written as an MP4 file using codec 'libx264' and audio_codec 'aac'.
  5. Code Quality: Ensure all string literals use straight quotes (' or ") and not curly quotes (‘ ’) to avoid SyntaxErrors.

Workflow

  1. Parse the SRT file to extract start time, end time, and text for each subtitle.
  2. Load the video and audio clips.
  3. Iterate through subtitles to create TextClip objects, applying the +1 second duration rule and specific styling.
  4. Composite the video, audio, and caption clips.
  5. Write the result to a file and close the clips.

Triggers

  • add subtitles to video with +1 duration
  • moviepy subtitle script
  • extend subtitle display time
  • burn subtitles python
  • fix subtitle duration code

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.