EVCA is an open-source video complexity analyzer with the following functionalities:
- EVCA is an advanced tool that integrates the functionalities of both VCA and SITI approaches,
- EVCA is developed in Python, ensuring compatibility with GPU processing,
- EVCA enhances the definition of temporal complexity that was originally used in VCA.
You may install dependencies using the following command:
pip3 install -r requirements.txt
Command line options can be found at: https://github.com/cd-athena/EVCA/wiki/EVCA
If this work is helpful for your research, please consider citing EVCA.
@inproceedings{amirpour_evca_2024,
author = {Amirpour, Hadi and Ghasempour, Mohammad and Qu, Lingfeng and Hamidouche, Wassim and Timmerer, Christian},
title = {{EVCA: Enhanced Video Complexity Analyzer}},
year = {2024},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the 15th ACM Multimedia Systems Conference},
series = {MMSys '24} }