EthoML / VAME

Variational Animal Motion Embedding - A tool for time series embedding and clustering
https://ethoml.github.io/VAME/
GNU General Public License v3.0
2 stars 0 forks source link

Problem with mp4 codecs for browsers #35

Closed vinicvaz closed 1 week ago

vinicvaz commented 2 weeks ago

To play videos in the browser, we need to save the files in MP4 format using codecs like AVC1, H264, etc. The problem is that these codecs are not included in the version of OpenCV available on PyPI due to licensing issues.

To resolve this, we would need to build OpenCV with a version of FFmpeg that contains the necessary codecs, complicating the package installation. This can also cause licensing problems.

We need to find the best way to install OpenCV to include the necessary codecs without causing licensing issues.