add SVT-AV1 4.0 as codec to iVSR#35
Conversation
|
Hi @sunzhenx, the CI checks aren't running on this PR because the branch is based on an outdated Could you please update your branch? Either option works:
Once the branch is updated, the build/CodeQL/Trivy/Dependency-Review checks should run normally. Thanks! |
|
Hi, @soopel I've done both steps to fix the CI issue: |
marcin-le
left a comment
There was a problem hiding this comment.
The comment applies to all usages of mentioned code in all files
| ARG SVTAV1_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git" | ||
| ARG SVTAV1_DIR=${WORKSPACE}/ivsr/svt-av1 | ||
| WORKDIR ${SVTAV1_DIR} | ||
| RUN git clone ${SVTAV1_REPO} . && \ |
There was a problem hiding this comment.
you can use --branch and --depth 1 to speed up things
| make install | ||
|
|
||
| # Build SVT-AV1 | ||
| ARG SVTAV1_VER="v4.0.1" |
There was a problem hiding this comment.
why so old version? 3 days ago v4.2.0 was released
Add SVT-AV1 4.0 codec support for iVSR ffmpeg plugin integration.