All Projects → crs-tools → tracker

crs-tools / tracker

Licence: Apache-2.0 License
CRS Ticket Tracker

Programming Languages

PHP
23972 projects - #3 most used programming language
PLpgSQL
1095 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
perl
6916 projects
SCSS
7915 projects

Projects that are alternatives of or similar to tracker

FunCrop
Video Split Effect: a lots of transition effect in a video.
Stars: ✭ 42 (+180%)
Mutual labels:  video-processing
seq2seq temporal attention
Generating Video Description using Sequence-to-sequence Model with Temporal Attention
Stars: ✭ 30 (+100%)
Mutual labels:  video-processing
ion-avp
Audio/Video Processing Service
Stars: ✭ 55 (+266.67%)
Mutual labels:  video-processing
glip-lib
An OpenGL Image Processing Library (in C++/GLSL).
Stars: ✭ 14 (-6.67%)
Mutual labels:  video-processing
vlog action recognition
Identifying Visible Actions in Lifestyle Vlogs
Stars: ✭ 13 (-13.33%)
Mutual labels:  video-processing
mux-python
Official Mux API wrapper for python projects, supporting both Mux Data and Mux Video.
Stars: ✭ 34 (+126.67%)
Mutual labels:  video-processing
laav
Asynchronous Audio / Video Library for H264 / MJPEG / OPUS / AAC / MP2 encoding, transcoding, recording and streaming from live sources
Stars: ✭ 50 (+233.33%)
Mutual labels:  video-processing
tennis action recognition
Using deep learning to perform action recognition in the sport of tennis.
Stars: ✭ 17 (+13.33%)
Mutual labels:  video-processing
mux-go
Official Mux API wrapper for golang projects, supporting both Mux Data and Mux Video.
Stars: ✭ 69 (+360%)
Mutual labels:  video-processing
nactivity
workflow engine activity activiti
Stars: ✭ 55 (+266.67%)
Mutual labels:  workflow-engine
zenaton-ruby
💎 Ruby gem to run and orchestrate background jobs with Zenaton Workflow Engine
Stars: ✭ 32 (+113.33%)
Mutual labels:  workflow-engine
pyanime4k
An easy way to use anime4k in python
Stars: ✭ 80 (+433.33%)
Mutual labels:  video-processing
Super-Stitch
一款视频超级拼接软件
Stars: ✭ 28 (+86.67%)
Mutual labels:  video-processing
video-summarizer
Summarizes videos into much shorter videos. Ideal for long lecture videos.
Stars: ✭ 92 (+513.33%)
Mutual labels:  video-processing
lecture-demos
Demonstrations for the interactive exploration of selected core concepts of audio, image and video processing as well as related topics
Stars: ✭ 12 (-20%)
Mutual labels:  video-processing
workflow
Neuro4j Workflow is a light-weight workflow engine for Java with Eclipse-based development environment. Workflow allows to build reusable business code and easy integrate your application with other external systems and technologies. It's open-source and distributed under the Apache license. Inspired by Demandware
Stars: ✭ 54 (+260%)
Mutual labels:  workflow-engine
tumbleweed
Lightweight workflow engine microservice implement BPMN 2.0
Stars: ✭ 23 (+53.33%)
Mutual labels:  workflow-engine
VideoSplice
Video splice effects.
Stars: ✭ 56 (+273.33%)
Mutual labels:  video-processing
detectron2-pipeline
Modular image processing pipeline using OpenCV and Python generators powered by Detectron2.
Stars: ✭ 78 (+420%)
Mutual labels:  video-processing
looking-to-listen-at-cocktail-party
Looking to listen at cocktail party
Stars: ✭ 33 (+120%)
Mutual labels:  video-processing

CRS Ticket Tracker

The Ticket Tracker is a web platform tracking process of video recording and ingest sources and video encoding progress. It guides users through manual processes like editing and checking and provides an API for scripts doing post processing and encoding.

Requirements

  • >= PHP 7.1.0

    • ext/curl
    • ext/intl
    • ext/mbstring
    • ext/openssl
    • ext/xsl
    • ext/xmlrpc
    • pecl/apcu
    • pecl/xdiff
  • PostgreSQL >= 9.2 database

    • ltree feature, often found in separate "-contrib" packages

Note: libxdiff0 and pecl/xdiff are available as debian packages.

Install

After checkout run

git submodule init
git submodule update

Then you may try composer install to satisfy all requirements. Then running

./scripts/install

sets the database config in src/Config/Config.php and tries to setup tables and initial data.

Contribute

We welcome any contributions and pull requests. Please open an issue before implementing big features or working on large reworks as there may be overlaps with existing development. We may not accept all requests if we don't see fit or certain quality standards are not met.

Contributors may have to a agree to a Contributors License Agreement allowing relicensing, soon.

License

Copyright 2018 Jannes Jeising
Copyright 2018 Peter Große

Licensed under the Apache License, Version 2.0.
Excluding graphics and name, please see LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].