Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jsixface committed Sep 6, 2024
1 parent 3255c03 commit d31b81d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ CodeXvert is a modern web application built with Kotlin Multiplatform that simpl
- **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](docs/1_video_files.png)

### Settings
![Settings](docs/2_settings.png)

- **Background Monitoring**: Automatically monitor and manage your video library in the background, ensuring your
library is always up-to-date.

## Getting Started

Expand All @@ -39,6 +32,14 @@ docker run -d -p 8080:8080 ghcr.io/jsixface/codexvert:latest
```
This will start the CodeXvert application and expose it on http://localhost:8080.

## Screenshots

[//]: # (![Video Files](docs/1_video_files.png))
<img src="docs/1_video_files.png" width="500">
<img src="docs/2_video_options.png" width="500">
<img src="docs/3_jobs.png" width="500">
<img src="docs/2_settings.png" width="500">

## License

CodeXvert is released under the AGPL-3.0 License.
Expand Down
Binary file modified docs/1_video_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/2_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2_video_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/3_jobs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d31b81d

Please sign in to comment.