mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
Bump FFmpeg to 6.1
This commit is contained in:
parent
77720f84b1
commit
af9cea012c
2
.github/workflows/external_trigger.yml
vendored
2
.github/workflows/external_trigger.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_FFMPEG_MASTER\". ****"
|
||||
echo "External trigger running off of master branch. To disable this trigger, set a Github secret named \`PAUSE_EXTERNAL_TRIGGER_FFMPEG_MASTER\`" >> $GITHUB_STEP_SUMMARY
|
||||
echo "**** Retrieving external version ****"
|
||||
EXT_RELEASE=$(echo 6.0-cli)
|
||||
EXT_RELEASE=$(echo 6.1-cli)
|
||||
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
|
||||
echo "**** Can't retrieve external version, exiting ****"
|
||||
FAILURE_REASON="Can't retrieve external version for ffmpeg branch master"
|
||||
|
||||
@ -15,7 +15,7 @@ ENV \
|
||||
ENV \
|
||||
AOM=v3.7.0 \
|
||||
FDKAAC=2.0.2 \
|
||||
FFMPEG_HARD=6.0 \
|
||||
FFMPEG_HARD=6.1 \
|
||||
FONTCONFIG=2.14.2 \
|
||||
FREETYPE=2.13.2 \
|
||||
FRIBIDI=1.0.13 \
|
||||
|
||||
@ -15,7 +15,7 @@ ENV \
|
||||
ENV \
|
||||
AOM=v3.7.0 \
|
||||
FDKAAC=2.0.2 \
|
||||
FFMPEG_HARD=6.0 \
|
||||
FFMPEG_HARD=6.1 \
|
||||
FREETYPE=2.13.2 \
|
||||
FRIBIDI=1.0.13 \
|
||||
KVAZAAR=2.2.0 \
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -102,7 +102,7 @@ pipeline {
|
||||
steps{
|
||||
script{
|
||||
env.EXT_RELEASE = sh(
|
||||
script: ''' echo 6.0-cli ''',
|
||||
script: ''' echo 6.1-cli ''',
|
||||
returnStdout: true).trim()
|
||||
env.RELEASE_LINK = 'custom_command'
|
||||
}
|
||||
|
||||
@ -151,6 +151,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **13.11.23:** - Bump FFmpeg to 6.1.
|
||||
* **02.11.23:** - Remove `--enable-small` from ffmpeg build options to add back some features.
|
||||
* **05.10.23:** - Add support for SVT-AV1. Update various libraries.
|
||||
* **16.08.23:** - Added support for WebP formats.
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# jenkins variables
|
||||
project_name: docker-ffmpeg
|
||||
external_type: na
|
||||
custom_version_command: "echo 6.0-cli"
|
||||
custom_version_command: "echo 6.1-cli"
|
||||
release_type: stable
|
||||
release_tag: latest
|
||||
ls_branch: master
|
||||
|
||||
@ -155,6 +155,7 @@ full_custom_readme: |
|
||||
|
||||
## Versions
|
||||
|
||||
* **13.11.23:** - Bump FFmpeg to 6.1.
|
||||
* **02.11.23:** - Remove `--enable-small` from ffmpeg build options to add back some features.
|
||||
* **05.10.23:** - Add support for SVT-AV1. Update various libraries.
|
||||
* **16.08.23:** - Added support for WebP formats.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user