Releases: irohalab/mira-video-manager
Releases · irohalab/mira-video-manager
v1.1.2
What's Changed
- remove the immediately doCheckJobs() call by @EverettSummer in #32
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- Add 3 extractors by @EverettSummer in #28
- write the cmd string of ffmpeg to log. by @EverettSummer in #26
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Fix VideoProfile bug that cause the cmd has two -i
arugments
v1.0.0
In this version. The action of the video-process rule is refactored, and a graph-based processing engine is used for processing the videos.
Make sure to read the pre1migrate.md if you are upgrading from the previous version.
- New VideoProcessor ExtractVideoProcessor, this supports extract operation that generates output for the other processors.
- New API for job management.
- JobManager and Vertex Manager to manage the job graph and execution.
- Replace the AMQP lib with Rascal.
- Bug fixes
In order to use this version. make sure upgrade the UI to irohalab/mira-ui
v0.2.8
Fix an issue during reconnection
v0.2.7
Fix rabbitmqservice cannot recover from a channel close situation. this situation can be caused either by network or by the RabbitMQ server.
v0.2.6
Fix a issue that rabbitmq service throw channel close exception when a connection is reconnected.
v0.2.5
Add more log
Replace incorrect logger method
- Replace logger.log method to logger.info to fix bug.