https://github.com/char0n/qencode
Full featured video transcoding using the Qencode API that can be easily modified for your website or application.
https://github.com/char0n/qencode
api elixir qencode wrapper
Last synced: 8 months ago
JSON representation
Full featured video transcoding using the Qencode API that can be easily modified for your website or application.
- Host: GitHub
- URL: https://github.com/char0n/qencode
- Owner: char0n
- License: bsd-3-clause
- Created: 2019-06-30T20:59:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T13:16:19.000Z (over 6 years ago)
- Last Synced: 2025-06-16T10:56:34.113Z (9 months ago)
- Topics: api, elixir, qencode, wrapper
- Language: Elixir
- Homepage: https://hexdocs.pm/qencode/
- Size: 341 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://hex.pm/packages/qencode)
[](https://github.com/char0n/qencode/blob/master/LICENSE.md)
[](https://circleci.com/gh/char0n/qencode/tree/master)
[](https://coveralls.io/github/char0n/qencode?branch=master)
# Qencode
Full featured video transcoding using the Qencode API that can be
easily modified for your website or application.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `qencode` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:qencode, "~> 0.4.1"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/qencode](https://hexdocs.pm/qencode).