yt-shortmaker

Usage & Installation Guide - YT ShortMaker

This guide will help you install and start using YT ShortMaker to create your shorts.

đź“‹ Prerequisites

Before starting, make sure you have FFmpeg installed on your system and added to your PATH.

🚀 Running the Application

Simply download the latest version from the “Releases” section or compile the project yourself using Cargo:

cargo run --release

🎮 User Interface (TUI)

The application uses an interactive terminal interface. You can navigate using the mouse or keyboard.

Main Screen

  1. Clips Directory: Select the folder containing your original long videos.
  2. Output Directory: Choose where you want the generated shorts to be saved.
  3. Select Template (Plano): Choose the layout design you want to apply.
  4. Clips List: On the right, you will see the video files found. Select one to view details.

Controls

đź›  Troubleshooting

Exported video has a black screen at the beginning

This usually happens if the background video is not synchronized. Make sure you are using the latest version which automatically fixes timestamps.

FFmpeg not found

Ensure that when opening a terminal (CMD or PowerShell) and typing ffmpeg -version, version information appears. If it says “command not found”, you must add it to your environment variables.


⬅️ Back to Home 👉 View Templates Guide