From 5f1d3343c218a25c0b48f6660129c690effdde0d Mon Sep 17 00:00:00 2001 From: Arumugam J Date: Wed, 13 Mar 2024 15:08:45 -0400 Subject: [PATCH] Include pics in readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6e1c12b..797edd5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,15 @@ CodeXvert is a modern web application built with Kotlin Multiplatform that simpl - **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) + + ## Getting Started To get started with CodeXvert, you can either run the application locally or deploy the Docker container.