User Guide¶
Welcome to the Loups user guide! This section covers everything you need to know to use Loups effectively.
Navigation¶
Installation¶
Get Loups installed on your system with Python 3.13+
Quick Start¶
Start scanning videos and generating chapters in minutes
CLI Reference¶
Complete command-line interface documentation
Custom Templates¶
Create templates for any video content
Quick Example¶
# Install
pip install loups
# Scan a video
loups game_video.mp4
# Save chapters to file
loups -o chapters.txt video.mp4
# Use custom template
loups -t my_template.png video.mp4
Common Workflows¶
Creating YouTube Chapters¶
- Install Loups
- Create or use existing template
- Scan your video:
loups -o chapters.txt video.mp4 - Copy
chapters.txtcontent to YouTube description
Extracting Thumbnails¶
- Use thumbnail subcommand:
loups video.mp4 thumbnail - Or extract during scanning:
loups --extract-thumbnail video.mp4 - Upload thumbnail to YouTube
Batch Processing¶
Use quiet mode for automation: