e-lab / torch-toolbox

A collection of snippets and libraries for Torch from e-Lab
https://engineering.purdue.edu/elab/
199 stars 64 forks source link

Video encoder failed! #28

Open YifuLiuL opened 5 years ago

YifuLiuL commented 5 years ago

Hello,I can not do this “sudo apt-get install -y libavformat-dev libavutil-dev libavcodec-dev libswscale-dev libfreetype6-dev”.No package ... available, so could you guide me in the issue? Thank u!!!

jhjin commented 5 years ago

The idea is that you need to install libav or ffmepg. The exact command can vary depending on your OS and its version.

YifuLiuL commented 5 years ago

Hi,thank u for your answer. My problem is that centos7 can't be loaded with libav which include libavformat-dev,libavutil-dev,libavcodec-dev,libswscale-dev and libfreetype6-dev . Is there any package that can be used? Please ...