Skip to content

connollydavid/pgs-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

199 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg Subtitle Tools

Pre-built FFmpeg with full subtitle format conversion. Text to bitmap, bitmap to text, and everything between.

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

Watchers

Forks

Packages

 
 
 

Contributors