Open Zixim opened 5 years ago
for posterity:
on a modern Debian system, you can quite easily follow the Dockerfile ( https://github.com/OlivierGaland/louna/blob/master/Dockerfile ), there are no major hurdles.
I skipped the steps about compiling & installing ffmpeg.
ffmpeg (with libx265 ) can be installed with apt install ffmpeg
.
Hello,
Agreed. Originally this dockerized application was designed because libx265 was not available on ffmpeg, this would save end-user the time to set it up and compile it.
Olivier.
bonjour Olivier ! Do you have instructions on setting this up outside of Docker, for instance a bare debian or ubuntu ?