Closed abcnorio closed 2 months ago
1- is there a reason that ffmpeg is build based on arch and not ubuntu/debian based?
I want to ensure that I build my ffmpeg as new as I reasonably can. I tried to be deb based, but I then had a too old nasm
and couldn't compile it myself from scratch for example. Older versions may result in worse performance, so it was easier to get everything working with arch. I was thinking of trying to go away from arch, but that would mean to figure out how to compile certain things which also would increase docker build time or use outdated software.
2- compared to an older Dockerfile the opencv part is now dropped, what is the reason for it?
I wanted to remove OpenCV since a while now, but I had a color fix which used it as a depdendency.
This color script can be considered replaced with pifroggi/vs_colorfix, which is better. I added it when I removed OpenCV.
The second reason is that OpenCV had an absurd amount of dependencies. I don't want to maintain this or have this bloat my final docker size.
Hello,
1- is there a reason that
ffmpeg
is build based on arch and notubuntu
/debian
based? 2- compared to an olderDockerfile
theopencv
part is now dropped, what is the reason for it?Thanks for clarifications!