test_tasks
/
ffmpeger
Archived
1
0
Fork 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
Stanislav Nikitin 2e747d51ef
Configuration loading and NATS messaging tests.
2019-05-19 14:41:03 +05:00
cmd Configuration loading and NATS messaging tests. 2019-05-19 14:41:03 +05:00
config Configuration loading and NATS messaging tests. 2019-05-19 14:41:03 +05:00
converter Fix old tasks are kept in main queue and added debug output for tasks count that will be pushed back to main tasks queue. 2019-05-18 19:10:18 +05:00
data Initial commit. 2019-05-17 19:06:13 +05:00
nats Configuration loading and NATS messaging tests. 2019-05-19 14:41:03 +05:00
vendor Configuration loading and NATS messaging tests. 2019-05-19 14:41:03 +05:00
.gitignore Initial commit. 2019-05-17 19:06:13 +05:00
Gopkg.lock Configuration loading and NATS messaging tests. 2019-05-19 14:41:03 +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
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

README.md

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).