forked from video-dev/video-transcoding-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoc.go
More file actions
26 lines (26 loc) · 651 Bytes
/
doc.go
File metadata and controls
26 lines (26 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// video-transcoding-api
//
// HTTP API for transcoding media files into different formats using pluggable
// providers.
//
// ## Currently supported providers
//
// + [Amazon Elastic Transcoder](https://aws.amazon.com/elastictranscoder/)
// + [Elemental Conductor](https://www.elementaltechnologies.com/products/elemental-conductor)
// + [Encoding.com](http://api.encoding.com)
// + [Zencoder](http://zencoder.com)
//
// Schemes: http
// BasePath: /
// Version: 1.0.0
// License: Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0.html
//
// Consumes:
// - application/json
//
//
// Produces:
// - application/json
//
// swagger:meta
package main