Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phucngo2/subtitle-burner
🔥 Just a simple desktop application for burning (hardcoding) subtitles into video, powered by FFmpeg.
https://github.com/phucngo2/subtitle-burner
ffmpeg rust-lang solid-js tauri typescript
Last synced: about 2 months ago
JSON representation
🔥 Just a simple desktop application for burning (hardcoding) subtitles into video, powered by FFmpeg.
- Host: GitHub
- URL: https://github.com/phucngo2/subtitle-burner
- Owner: phucngo2
- License: mit
- Created: 2024-06-23T03:54:46.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-03T04:59:17.000Z (5 months ago)
- Last Synced: 2024-08-03T05:43:20.398Z (5 months ago)
- Topics: ffmpeg, rust-lang, solid-js, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 822 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔥 Tauri Subtitle Burner 🔥
Just a simple desktop application for burning (hardcoding) subtitles into video, powered by FFmpeg.
## Built With
![Tauri](https://img.shields.io/badge/tauri-%2324C8DB.svg?style=for-the-badge&logo=tauri&logoColor=%23FFFFFF)
![SolidJS](https://img.shields.io/badge/SolidJS-2c4f7c?style=for-the-badge&logo=solid&logoColor=c8c9cb)
![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![DaisyUI](https://img.shields.io/badge/daisyui-5A0EF8?style=for-the-badge&logo=daisyui&logoColor=white)
## Features
⭐ Hardcode subtitles (.ass, .srt, .vtt) into video files.⭐ Automatic download of FFmpeg if it's missing from your system.
## Feedback
If you encounter any issues or have suggestions for improvements, please let me know by create an issue.
## See also
💖 Special thanks to [ffmpeg-sidecar](https://github.com/nathanbabcock/ffmpeg-sidecar).