We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063f027 commit 9b7946dCopy full SHA for 9b7946d
1 file changed
video-transcoding/Dockerfile
@@ -87,10 +87,10 @@ RUN set -ex \
87
&& cd /usr/src/ffmpeg \
88
&& rm -rf mstorsjo-fdk-aac* \
89
90
- # libx265 2.5
91
- && wget -O x265.tar.gz https://bitbucket.org/multicoreware/x265/downloads/x265_2.5.tar.gz \
+ # libx265 2.7
+ && wget -O x265.tar.gz https://bitbucket.org/multicoreware/x265/downloads/x265_2.7.tar.gz \
92
&& tar xzvf x265.tar.gz \
93
- && cd x265_2.5/build/linux \
+ && cd x265_2.7/build/linux \
94
&& PATH="/usr/src/ffmpeg/bin:$PATH" cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="/usr/src/ffmpeg/build" -DENABLE_SHARED:bool=off ../../source \
95
&& PATH="/usr/src/ffmpeg/bin:$PATH" make -j"$(nproc)" \
96
&& make install \
0 commit comments