File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed
Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 1- # Video-CMS
1+ # Video-CMS π¬
22
3- This project is a cms for hosting your videos.
3+ [ ![ Go Version] ( https://img.shields.io/badge/go-1.24-blue.svg )] ( https://golang.org/ )
4+ [ ![ License] ( https://img.shields.io/badge/License-AGPL%20v3-blue.svg )] ( https://www.gnu.org/licenses/agpl-3.0 )
5+ [ ![ Docker Build] ( https://img.shields.io/badge/docker-build-brightgreen.svg )] ( https://hub.docker.com/r/kirari04/videocms )
46
5- ## Documentation
7+ A self-hosted Content Management System for your videos. ποΈ
8+
9+ ## Features β¨
10+
11+ - ** π Self-host:** Host VideoCMS using Docker on your own hardware.
12+ - ** βοΈ Pretty Subtitles:** Subtitles are stored as softsubs in the ASS format to preserve styling and save storage.
13+ - ** β‘ HLS Multi-Quality:** Videos are converted into multiple qualities to ensure smooth playback for different connection speeds.
14+ - ** π Multi-Audio:** The player supports multiple audio tracks that are not stored inside the video, saving storage space.
15+ - ** π Fast Chunked Upload:** Allows the server to be behind a proxy without requiring high maximum post limits.
16+ - ** π¦ Dynamic MKV Download:** The server dynamically assembles subtitles, audio tracks, and video tracks during download without re-encoding.
17+
18+ ## Documentation π
619
720Follow the documentation to setup VideoCMS: [ https://videocms-docs.vercel.app/ ] ( https://videocms-docs.vercel.app/ )
821
9- ## Screenshots
22+ ## Screenshots πΈ
1023
1124### Simple Panel
1225![ Alt text] ( ./docs/image.png )
@@ -31,7 +44,7 @@ Follow the documentation to setup VideoCMS: [https://videocms-docs.vercel.app/](
3144### Embed in Chats (like Discord)
3245![ Alt text] ( ./docs/image9.png )
3346
34- ## Build
47+ ## Build π οΈ
3548
3649``` bash
3750docker build --platform linux/amd64 -t kirari04/videocms:alpha --push .
You canβt perform that action at this time.
0 commit comments