Skip to content

Burns an SRT subtitle file with optional font formatting in a video

License

Notifications You must be signed in to change notification settings

devlooped/dotnet-burn

Repository files navigation

Icon dotnet-burn

Version Downloads License Build

Subtitles styler and burner powered by HandBrake and .NET

dotnet tool install -g dotnet-burn

Usage

burn [OPTIONS]+ input subtitles output [-- [handbrake args]]

Run burn --help for more details:

Usage: burn [OPTIONS]+ input subtitles output [-- [handbrake args]]
Burns the subtitles over the input video into output.

Options:
  -?, -h, --help             Display this help
  -f, --font-name?=VALUE     Font name
  -s, --font-size?=VALUE     Font size
  -c, --font-color?=VALUE    Font color
  -b, --bold                 Bold font
  -i, --italic               Italic font
  -u, --underline            Underline font

Example: burn subtitles file using Helvetica 75pt yellow bold font:

burn -f "Helvetica" -s 75 -c #FFD300 -b input.mp4 input.srt output.mp4

Sponsors

Clarius Org MFB Technologies, Inc. Torutek DRIVE.NET, Inc. Keith Pickford Thomas Bolon Kori Francis Toni Wenzel Uno Platform Dan Siegel Reuben Swartz Jacob Foshee Eric Johnson Ix Technologies B.V. David JENNI Jonathan Charley Wu Jakob Tikjøb Andersen Tino Hager Ken Bonny Simon Cropp agileworks-eu sorahex Zheyu Shen Vezel ChilliCream 4OTC Vincent Limo Jordan S. Jones domischell Joseph Kingry

Sponsor this project  

Learn more about GitHub Sponsors

About

Burns an SRT subtitle file with optional font formatting in a video

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published