Skip to main content

Download YouTube videos and burn Netflix-style subtitles automatically

Project description

SubPlz - Subtitle Pipeline for Everyone

Automatically download YouTube videos and burn clean, professional subtitles into them!

PyPI version Python 3.8+ License: MIT

Features

  • One-command processing - Just provide a YouTube URL or local video
  • Clean burned-in subtitles - Professional white text with black outline
  • AI-powered transcription - Uses OpenAI Whisper for accurate subtitles
  • Multiple formats - Supports YouTube URLs and local video files
  • Smart dependency handling - Guides you through installing missing dependencies
  • Automatic cleanup - Removes temporary files after processing

Installation

pip install subtitle-for-everyone

System Requirements

Required Dependencies

  • Python 3.8+
  • FFmpeg - For video processing
    • Windows: Download from ffmpeg.org
    • macOS: brew install ffmpeg
    • Linux: sudo apt install ffmpeg

Python Dependencies (Installed Automatically)

  • yt-dlp - YouTube video downloading
  • openai-whisper - AI subtitle generation
  • torch - Machine learning backend
  • ffmpeg-python - Video processing
  • tqdm - Progress bars

Quick Start

Process YouTube Videos

# Single YouTube video
subplz https://www.youtube.com/watch?v=VIDEO_ID

# The command will:
# 1. Download the video
# 2. Generate subtitles using AI
# 3. Burn clean white subtitles into the video
# 4. Save to 'processed_videos' folder

Process Local Videos

# Local video file
subplz /path/to/your/video.mp4
subplz "C:\\Users\\Name\\Videos\\myvideo.mp4"

Custom Output Directory

subplz https://www.youtube.com/watch?v=VIDEO_ID -o my_output_folder

Clean Professional Subtitles

SubPlz creates clean, readable subtitles that look professional:

  • White text (#FFFFFF) for maximum visibility
  • Black outline for contrast on any background
  • No background box - clean appearance
  • Arial Bold font at size 24
  • Bottom center positioning with proper margins
  • Perfect readability on any video content

Output

  • Processed videos are saved with _with_subtitles suffix
  • Original video quality is preserved
  • Subtitles are permanently burned into the video
  • Temporary files are automatically cleaned up

Dependency Troubleshooting

If you get dependency errors, SubPlz will guide you:

Missing FFmpeg

Missing dependencies: ffmpeg

Installation Instructions:
To install FFmpeg:
   Windows: Download from https://ffmpeg.org/download.html
   macOS: brew install ffmpeg  
   Linux: sudo apt install ffmpeg
   Then add FFmpeg to your system PATH

Missing yt-dlp

Missing dependencies: yt-dlp

Installation Instructions:  
To install yt-dlp:
   pip install yt-dlp

Advanced Configuration

SubPlz uses sensible defaults, but you can customize behavior by modifying the config:

# In your Python code
from subplz.config import NETFLIX_SUBTITLE_STYLE

# Customize subtitle appearance
NETFLIX_SUBTITLE_STYLE['fontsize'] = 28  # Bigger text
NETFLIX_SUBTITLE_STYLE['primary_colour'] = "&Hffffff"  # White text (default)
NETFLIX_SUBTITLE_STYLE['outline'] = 3  # Thicker outline

Examples

Basic Usage

# Download and add subtitles to a YouTube video
subplz "https://www.youtube.com/watch?v=dQw4w9WgXcQ"

Batch Processing Script

import subprocess

urls = [
    "https://www.youtube.com/watch?v=VIDEO1",
    "https://www.youtube.com/watch?v=VIDEO2", 
    "https://www.youtube.com/watch?v=VIDEO3"
]

for url in urls:
    subprocess.run(["subplz", url])

Local Video Processing

# Add subtitles to local videos
subplz "/Users/name/Movies/lecture.mp4"
subplz "C:\\Downloads\\presentation.mp4"  

Troubleshooting

Common Issues

  1. "Command not found: subplz"

    pip install --upgrade subtitle-for-everyone
    # Or try: python -m subplz
    
  2. "FFmpeg not found"

    • Install FFmpeg and add to system PATH
    • Restart terminal after installation
  3. Out of memory errors

    • Use smaller Whisper model: modify WHISPER_MODEL = "tiny" in config
  4. Video download failures

    • Some videos may be region-blocked or private
    • Try different video URLs

License

MIT License - see LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Support

Acknowledgments


Made with care by Sid & Kan

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

subtitle_for_everyone-1.0.3.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

subtitle_for_everyone-1.0.3-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file subtitle_for_everyone-1.0.3.tar.gz.

File metadata

  • Download URL: subtitle_for_everyone-1.0.3.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.0

File hashes

Hashes for subtitle_for_everyone-1.0.3.tar.gz
Algorithm Hash digest
SHA256 7f89b8c5bad700f1a981b47630ed3d752cab13140e74e9fd0b8a0a269a3a7a97
MD5 45b160f4b39eb9d00a688974b188c46b
BLAKE2b-256 b939ace815fd70de7eeb7017159db1e22121933cb5953491bc5e0002173dcec6

See more details on using hashes here.

File details

Details for the file subtitle_for_everyone-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for subtitle_for_everyone-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 533e2bb29b1de6e9d62f54443115a2e92d6823d29165e063e58acecaf67a5315
MD5 6f86d97ecd7d65e92cfa38e4ac7c63dd
BLAKE2b-256 0fb964623b9eec09ba5de397a1f4284c34de901c6fa8388826c3e7a3350a6d3c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page