Welcome to Centmin Mod Community
Become a Member

EL8 addons/ffmpeg.sh (centmin.sh menu option 19) tests

Discussion in 'AlmaLinux 8 & Rocky Linux 8 Beta Testing' started by eva2000, Sep 27, 2022.

  1. eva2000

    eva2000 Administrator Staff Member

    54,931
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    4:46 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    centmin.sh menu option 19 for FFmpeg install runs the underlying addons/ffmpeg.sh addon script. Had to update 130.00beta01 for some zimg dependency bug fixes, so ensure you run cmupdate command before trying FFmpeg installation tests.


    Result of run on AlmaLinux 8.6
    Code (Text):
    addons/ffmpeg.sh install

    Code (Text):
    Installed FFMPEG binary at /opt/bin/ffmpeg
    
    ffmpeg version git-2022-09-27-1798301 Copyright (c) 2000-2022 the FFmpeg developers
      built with gcc 10 (GCC)
      configuration: --prefix=/opt/ffmpeg --extra-cflags=' -I/opt/ffmpeg/include' --extra-ldflags=-L/opt/ffmpeg/lib --bindir=/opt/bin --pkg-config-flags=--static --extra-libs=-lpthread --extra-libs=-lm --enable-gpl --disable-debug --enable-nonfree --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libass --enable-libzimg --enable-swscale --enable-shared
      libavutil      57. 37.100 / 57. 37.100
      libavcodec     59. 48.100 / 59. 48.100
      libavformat    59. 33.100 / 59. 33.100
      libavdevice    59.  8.101 / 59.  8.101
      libavfilter     8. 49.100 /  8. 49.100
      libswscale      6.  8.112 /  6.  8.112
      libswresample   4.  9.100 /  4.  9.100
      libpostproc    56.  7.100 / 56.  7.100
    

    Compared to run on CentOS 7
    Code (Text):
    Installed FFMPEG binary at /opt/bin/ffmpeg
    
    ffmpeg version git-2022-09-27-1798301 Copyright (c) 2000-2022 the FFmpeg developers
      built with gcc 10 (GCC)
      configuration: --prefix=/opt/ffmpeg --extra-cflags=' -I/opt/ffmpeg/include' --extra-ldflags='-L/opt/ffmpeg/lib -B/usr/local/libexec/mold' --bindir=/opt/bin --pkg-config-flags=--static --extra-libs=-lpthread --extra-libs=-lm --enable-gpl --disable-debug --enable-nonfree --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libass --enable-libzimg --enable-swscale --enable-shared
      libavutil      57. 37.100 / 57. 37.100
      libavcodec     59. 48.100 / 59. 48.100
      libavformat    59. 33.100 / 59. 33.100
      libavdevice    59.  8.101 / 59.  8.101
      libavfilter     8. 49.100 /  8. 49.100
      libswscale      6.  8.112 /  6.  8.112
      libswresample   4.  9.100 /  4.  9.100
      libpostproc    56.  7.100 / 56.  7.100