Skip to content

Commit

Permalink
docker ffmpeg7 (#89)
Browse files Browse the repository at this point in the history
* Enable bit-depth in older version of x264.

Signed-off-by: [email protected] <[email protected]>

* Adding docker for ffmpeg-7.0

Signed-off-by: [email protected] <[email protected]>

---------

Signed-off-by: [email protected] <[email protected]>
Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
richardssam and SamRichardsDisney authored Jul 22, 2024
1 parent de85952 commit 0e325f3
Show file tree
Hide file tree
Showing 4 changed files with 805 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/rocky-ffmpeg-6.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.3.1-devel-rockylinux9 AS base
FROM nvidia/cuda:12.2.0-devel-rockylinux9 AS base


#RUN dnf -y install s3cmd libgomp httpd24-libcurl icc-profiles-openicc imagemagick python-pip && \
Expand Down Expand Up @@ -190,7 +190,7 @@ RUN \
cd ${DIR} && \
curl -sL https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${X264_VERSION}.tar.bz2 | \
tar -jx --strip-components=1 && \
./configure --prefix="${PREFIX}" --enable-shared --enable-pic --disable-cli && \
./configure --prefix="${PREFIX}" --enable-shared --enable-pic --disable-cli --bit-depth=10 && \
make && \
make install && \
rm -rf ${DIR}
Expand All @@ -210,7 +210,7 @@ RUN \
#./multilib.sh && \
#make -C 8bit install && \
#./make-Makefiles.bash && \
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="${PREFIX}" ../../source && \
cmake -G "Unix Makefiles" -DHIGH_BIT_DEPTH=ON -DENABLE_CLI=OFF -DMAIN12=ON -DCMAKE_INSTALL_PREFIX="${PREFIX}" ../../source && \
make && \
make install && \
rm -rf ${DIR}
Expand Down
Loading

0 comments on commit 0e325f3

Please sign in to comment.