Skip to content

connollydavid/pgs-release

Repository files navigation

FFmpeg Subtitle Tools

Pre-built FFmpeg with full subtitle format conversion: text to bitmap, and bitmap back to text.

Website: connollydavid.github.io/pgs-release

Quick start

# SRT/ASS/WebVTT to Blu-ray PGS
ffmpeg -i subtitles.srt -s 1920x1080 output.sup

# PGS/DVD/DVB bitmap to SRT via OCR
ffmpeg -i input.mkv -c:s srt output.srt

# RGBA to GIF without filter pipeline
ffmpeg -i input.mp4 -c:v gif out.gif

Downloads

Static binaries for 6 platforms on the releases page. No dependencies. LGPL 2.1.

Development

23 patches on FFmpeg, currently in its sixth iteration. See the development page for patch structure, series history, and data.

Grew out of PunkGraphicStream. Developed with assistance from Claude (Anthropic).

About

FFmpeg subtitle format conversion — text to bitmap, bitmap to text, animation preserved. Pre-built binaries for 6 platforms.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors