Archived
1
0
Simple microservice to work with ffmpeg and convert videos.
This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2019-05-17 19:06:13 +05:00
cmd Initial commit. 2019-05-17 19:06:13 +05:00
config Initial commit. 2019-05-17 19:06:13 +05:00
converter Initial commit. 2019-05-17 19:06:13 +05:00
data Initial commit. 2019-05-17 19:06:13 +05:00
nats Initial commit. 2019-05-17 19:06:13 +05:00
vendor Initial commit. 2019-05-17 19:06:13 +05:00
.gitignore Initial commit. 2019-05-17 19:06:13 +05:00
docker-compose.yaml Initial commit. 2019-05-17 19:06:13 +05:00
ffmpeger.dist.yaml Initial commit. 2019-05-17 19:06:13 +05:00
Gopkg.lock Initial commit. 2019-05-17 19:06:13 +05:00
Gopkg.toml Initial commit. 2019-05-17 19:06:13 +05:00
README.md Initial commit. 2019-05-17 19:06:13 +05:00

FFMpeger

Simple microservice to convert video files with ffmpeg and receiving commands via NATS.

How to use

  1. Launch docker-compose to start required services.
  2. Start ffmpeger.go from cmd/ffmpeger. Please take a look at help (-h)!
  3. Launch example message sender from cmd/send_example_message specifying input and output video files paths. See help (-h).