PaulLereverend / NextcloudVideo_Converter

Video converter app for nextcloud
GNU Affero General Public License v3.0
58 stars 35 forks source link

nextcloud running in docker how to add ffmpeg? #61

Closed wieluk closed 3 years ago

wieluk commented 3 years ago

My nextcloud is running in a docker can anyone tell me how I add ffmpeg ? I am using portainer and mostly stacks(docker-compose files)

akamicah commented 3 years ago

First access the docker container using;

docker exec -it 'container name' bash then;

apt-get update apt-get install ffmpeg

wieluk commented 3 years ago

Thanks a lot