Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kim-company/avx
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorn committed Oct 25, 2023
2 parents f6ecd85 + 9aa20f2 commit 2b081ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# AVx
[![Elixir CI](https://github.com/kim-company/avx/actions/workflows/elixir.yml/badge.svg)](https://github.com/kim-company/avx/actions/workflows/elixir.yml)



Audio/Video Elixir. This is a libav (NIF) backed library for dealing with audio/video files. Takes
a functional approach allowing users to decide which runtime they want to design.

Expand All @@ -18,6 +22,7 @@ Also, you need ffmpeg's libraries on your machine. `pkg-config` is used to find
## Features
- [x] demux any audio/video container (mp4, ogg, mkv, ...)
- [x] decode audio files
- [ ] mux streams
- [ ] decode video files (in theory we should already be there, in practise the stream format for videos is not implemented and neither is the Frame "unpacking")

In the future it will support also encoding and muxing, in this order.
Expand Down

0 comments on commit 2b081ee

Please sign in to comment.