File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -355,6 +355,17 @@ RUN set -xe && \
355
355
make -j$(nproc) && \
356
356
make install
357
357
358
+ # SCT-AV1
359
+ WORKDIR /usr/local/ffmpeg_sources
360
+ RUN set -xe && \
361
+ git -C SVT-AV1 pull 2> /dev/null || \
362
+ git clone --depth=1 https://github.com/OpenVisualCloud/SVT-AV1 && \
363
+ cd SVT-AV1 && \
364
+ cd Build && \
365
+ cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release && \
366
+ make -j $(nproc) && \
367
+ make install
368
+
358
369
# install nvidias codec API
359
370
WORKDIR /usr/local/ffmpeg_sources
360
371
RUN set -xe && \
@@ -384,7 +395,7 @@ RUN set -xe && \
384
395
--enable-libfreetype \
385
396
--enable-libmp3lame \
386
397
--enable-libopus \
387
- --enable-libsvtav1 \
398
+ --enable-libsvtav1 \
388
399
--enable-libvorbis \
389
400
--enable-libsnappy \
390
401
--enable-libvpx \
You can’t perform that action at this time.
0 commit comments