https://github.com/zonetecde/qurancaption-2
Software that makes it easy to generate videos of Quran recitation with subtitles in any language !
https://github.com/zonetecde/qurancaption-2
islam quran quran-translation recitation svelte tauri video videoeditor
Last synced: about 1 year ago
JSON representation
Software that makes it easy to generate videos of Quran recitation with subtitles in any language !
- Host: GitHub
- URL: https://github.com/zonetecde/qurancaption-2
- Owner: zonetecde
- License: other
- Created: 2024-03-01T12:33:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T08:57:22.000Z (about 1 year ago)
- Last Synced: 2025-05-03T09:46:11.983Z (about 1 year ago)
- Topics: islam, quran, quran-translation, recitation, svelte, tauri, video, videoeditor
- Language: Svelte
- Homepage: https://qurancaption-project.vercel.app/
- Size: 40.9 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quran Caption
Official website : https://qurancaption-project.vercel.app/
Documentation : https://qurancaption-project.vercel.app/documentation
## The easy way to make Quran recitation videos!
With Quran Caption you can import any video by your favorite reciter and add Arabic subtitles in a fun way, without having to write anything.
You can add translations in over 10 languages, and completely customize text placement and colors.
All that's left to do is export the video to social networks to share the word of Allah!
You can download the latest version of Quran Caption here : [Releases](https://github.com/zonetecde/QuranCaption-2/releases/latest)



### Note for the developers:
After cloning the repository, make sure to add both `ffprobe` and `yt-dlp` to the `src-tauri/binaries` folder so the app can run properly.
#### 🔧 Download Links (per OS)
**For Windows**
Download the `.exe` files and place them in `src-tauri/binaries`:
- [ffprobe (included in ffmpeg essentials)](https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-essentials.7z)
- [yt-dlp.exe](https://github.com/yt-dlp/yt-dlp/releases/download/2025.03.31/yt-dlp.exe)
**For macOS / Linux**
Download the files **without extensions** and place them in `src-tauri/binaries`:
- [ffprobe (static build)](https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz)
- [yt-dlp](https://github.com/yt-dlp/yt-dlp/releases/download/2025.03.31/yt-dlp_linux)
> ⚠️ Make sure the files are executable (`chmod +x`) on Linux or macOS.