https://github.com/devlooped/dotnet-burn
Burns an SRT subtitle file with optional font formatting in a video
https://github.com/devlooped/dotnet-burn
Last synced: about 1 year ago
JSON representation
Burns an SRT subtitle file with optional font formatting in a video
- Host: GitHub
- URL: https://github.com/devlooped/dotnet-burn
- Owner: devlooped
- License: mit
- Created: 2023-09-15T16:27:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T00:02:54.000Z (about 1 year ago)
- Last Synced: 2025-04-29T01:25:17.340Z (about 1 year ago)
- Language: C#
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.txt
Awesome Lists containing this project
README
 dotnet-burn
============
[](https://www.nuget.org/packages/dotnet-burn)
[](https://www.nuget.org/packages/dotnet-burn)
[](https://github.com/devlooped/dotnet-burn/blob/main/license.txt)
[](https://github.com/devlooped/dotnet-burn/actions)
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
[](https://github.com/clarius)
[](https://github.com/MFB-Technologies-Inc)
[](https://github.com/torutek-gh)
[](https://github.com/drivenet)
[](https://github.com/Keflon)
[](https://github.com/tbolon)
[](https://github.com/kfrancis)
[](https://github.com/twenzel)
[](https://github.com/unoplatform)
[](https://github.com/dansiegel)
[](https://github.com/rbnswartz)
[](https://github.com/jfoshee)
[](https://github.com/Mrxx99)
[](https://github.com/eajhnsn1)
[](https://github.com/IxTechnologies)
[](https://github.com/davidjenni)
[](https://github.com/Jonathan-Hickey)
[](https://github.com/akunzai)
[](https://github.com/jakobt)
[](https://github.com/tinohager)
[](https://github.com/KenBonny)
[](https://github.com/SimonCropp)
[](https://github.com/agileworks-eu)
[](https://github.com/sorahex)
[](https://github.com/arsdragonfly)
[](https://github.com/vezel-dev)
[](https://github.com/ChilliCream)
[](https://github.com/4OTC)
[](https://github.com/v-limo)
[](https://github.com/jordansjones)
[](https://github.com/DominicSchell)
[](https://github.com/jkingry)
[](https://github.com/sponsors/devlooped)
[Learn more about GitHub Sponsors](https://github.com/sponsors)