OlivierGaland / louna

Web UI based transcoder daemon with x265 support
http://blog.hyenasoft.com/louna-transcoder-daemon/
GNU General Public License v3.0
2 stars 0 forks source link

non-Docker install ? #2

Open Zixim opened 5 years ago

Zixim commented 5 years ago

bonjour Olivier ! Do you have instructions on setting this up outside of Docker, for instance a bare debian or ubuntu ?

Zixim commented 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.

OlivierGaland commented 3 years ago

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.