scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
620 stars 108 forks source link

ffmpeg x265 dependency install #288

Open jblakley opened 5 years ago

jblakley commented 5 years ago

minor problem in deps.sh. ffmpeg install requires x265 now. In ubuntu 16.04, that requires:

apt install x265 libx265-dev

jpablomch commented 5 years ago

apt install libx265-dev is in the Dockerfile.base.

I will add it to the script for building the staging machine in the AWS Kubernetes example, as well.

Thanks!

jpablomch commented 5 years ago

I have created a new PR to address this issue. Thanks.