@@ -156,14 +156,12 @@ RUN git clone ${SVT_HEVC_REPO} && \
156
156
make install
157
157
158
158
# Fetch SVT-AV1
159
- ARG SVT_AV1_VER=3009e99f32e3476e028aadd17a265630f80a8e36
159
+ ARG SVT_AV1_VER=2bebd2df01b28a64dcd834b40f0a5ed090143945
160
160
ARG SVT_AV1_REPO=https://github.com/OpenVisualCloud/SVT-AV1.git
161
- ARG SVT_AV1_MP4_PATCH_REPO=https://raw.githubusercontent.com/VCDP/CDN/master/0001-Enable-mp4-and-mkv-webm-container-support-on-SVT-AV1.patch
162
161
163
162
RUN git clone ${SVT_AV1_REPO} && \
164
163
cd SVT-AV1 && \
165
164
git checkout ${SVT_AV1_VER} && \
166
- wget -O - ${SVT_AV1_MP4_PATCH_REPO} | patch -p1 && \
167
165
cd Build/linux && \
168
166
mkdir -p ../../Bin/Release && \
169
167
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_ASM_NASM_COMPILER=yasm ../.. && \
@@ -179,7 +177,6 @@ ARG FFMPEG_FLV_PATCH_REPO=https://raw.githubusercontent.com/VCDP/CDN/master/The-
179
177
ARG FFMPEG_1TN_PATCH_REPO=https://patchwork.ffmpeg.org/patch/11625/raw
180
178
ARG FFMPEG_THREAD_PATCH_REPO=https://patchwork.ffmpeg.org/patch/11035/raw
181
179
ARG FFMPEG_ENCODE_THREAD_PATCH_REPO=https://patchwork.ffmpeg.org/patch/11179/raw
182
- ARG FFMPEG_SVT_AV1_MP4_PATHC_REPO=https://raw.githubusercontent.com/VCDP/CDN/master/0001-Enable-SVT-AV1-mp4-and-mkv-webm-container-support-on-FFmpeg.patch
183
180
# ARG FFMPEG_RTMP_WORKAROUD_REPO=https://raw.githubusercontent.com/VCDP/CDN/master/Check_rtmp_packet_timestamp_workaround_ffmpeg.patch
184
181
185
182
@@ -195,8 +192,7 @@ RUN wget -O - ${FFMPEG_REPO} | tar xz && mv FFmpeg-${FFMPEG_VER} FFmpeg && \
195
192
# Patch FFmpeg source for SVT-HEVC and SVT-AV1
196
193
RUN cd /home/FFmpeg && \
197
194
patch -p1 < ../SVT-HEVC/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch && \
198
- patch -p1 < ../SVT-AV1/ffmpeg_plugin/0001-Add-ability-for-ffmpeg-to-run-svt-av1-with-svt-hevc.patch && \
199
- wget -O - ${FFMPEG_SVT_AV1_MP4_PATHC_REPO} | patch -p1
195
+ patch -p1 < ../SVT-AV1/ffmpeg_plugin/0001-Add-ability-for-ffmpeg-to-run-svt-av1-with-svt-hevc.patch
200
196
201
197
# Compile FFmpeg
202
198
RUN cd /home/FFmpeg && \
0 commit comments