docker-ffmpeg
docker-ffmpeg copied to clipboard
A Dockerfile FFmpeg from source. Built on Alpine Linux.
Results
2
docker-ffmpeg issues
Sort by
recently updated
recently updated
newest added
After applying a temp fix for #17 by adding the following to the Dockerfile: `COPY --from=build /usr/lib/librav1e.so /usr/lib/librav1e.so.0` The compilation completes correctly. No matter what I do I get a...
Building on master, I get the error Error loading shared library librav1e.so.0. This seems oddly similar to #13 but the opposite way around, looking for librav1e.so.0 rather than librav1e.so `$...