codexvert

所属分类:自动编程
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2024-03-13 19:08:46
上 传 者sh-1993
说明:  编解码器转换器。转换媒体文件的编解码器
(Codecs convertor. Convert codec for your media files)

文件列表:
.fleet/
composeApp/
docs/
gradle/
kotlin-js-store/
server/
shared/
.editorconfig
Dockerfile
LICENSE
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
settings.gradle.kts

# CodeXvert - Manage and Transcode Your Video Library CodeXvert is a modern web application built with Kotlin Multiplatform that simplifies managing and transcoding your video library. It provides a user-friendly interface to browse your videos, filter them by codecs, and convert between different video and audio codecs with ease. ## Features - **Video Library Management**: Organize and search your video files with support for various file extensions like AVI, MP4, MKV, and MPEG4. - **Codec Filtering**: Filter your videos based on video and audio codecs for better organization and easy identification. - **Transcoding**: Convert between different video and audio codecs with a simple interface. Supported codecs include H.264, VP9, AAC, MP3, Opus, and Vorbis (among others). - **Multi-Platform Support**: CodeXvert is built with Kotlin Multiplatform, allowing it to run on the Web, Desktop, and Server environments. ## Screenshots ### Video Files ![Video Files](https://github.com/jsixface/codexvert/blob/master/docs/1_video_files.png) ### Settings ![Settings](https://github.com/jsixface/codexvert/blob/master/docs/2_settings.png) ## Getting Started To get started with CodeXvert, you can either run the application locally or deploy the Docker container. ### Running Locally 1. Clone the repository: `git clone https://github.com/jsixface/codexvert.git` 2. Navigate to the project directory: `cd codexvert` 3. Build the project: `./gradlew build` 4. Run the web application: `./gradlew :server:run` 5. Access the application in your browser at `http://localhost:8080` ### Docker Deployment CodeXvert is available as a Docker image on the GitHub Container Registry. You can pull and run the latest image with the following command: ```bash docker run -d -p 8080:8080 ghcr.io/jsixface/codexvert:latest ``` This will start the CodeXvert application and expose it on http://localhost:8080. ## License CodeXvert is released under the AGPL-3.0 License.

近期下载者

相关文件


收藏者