Changes between Initial Version and Version 1 of Ticket #8459, comment 35


Ignore:
Timestamp:
Apr 28, 2020, 5:31:00 PM (6 years ago)
Author:
villmer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8459, comment 35

    initial v1  
    1 I’m now working on a Debian 9 Linux machine and I’m unable to install FFPEG with the V360 filter.
     1Under Linux Debian 10, how do I install the absolute latest (nightly) version of FFMPEG that includes all of the newest v360 features?
    22
    3  ''sudo apt-get install ffmpeg''
     3Is there a command line action to install the newest version?
     4'''sudo apt-get install ffmpeg''' does ''not'' install the latest version.
    45
    5 This works but does not install everything.
    6 
    7 ''sudo ffmpeg -version
    8 
    9 ffmpeg version 3.2.14-1~deb9u1 Copyright (c) 2000-2019 the FFmpeg developers
    10 built with gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516
    11 configuration: --prefix=/usr --extra-version='1~deb9u1' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=
    12 /usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --en
    13 able-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libebur128 --e
    14 nable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-l
    15 ibmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-lib
    16 shine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enab
    17 le-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --ena
    18 ble-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-c
    19 hromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
    20 libavutil      55. 34.101 / 55. 34.101
    21 libavcodec     57. 64.101 / 57. 64.101
    22 libavformat    57. 56.101 / 57. 56.101
    23 libavdevice    57.  1.100 / 57.  1.100
    24 libavfilter     6. 65.100 /  6. 65.100
    25 libavresample   3.  1.  0 /  3.  1.  0
    26 libswscale      4.  2.100 /  4.  2.100
    27 libswresample   2.  3.100 /  2.  3.100
    28 libpostproc    54.  1.100 / 54.  1.100''
    29 
    30 On MacOS adding “—HEAD” to this command works but not on Linux.
    31 How do I get the absolute latest FFMPEG version on Linux?
     6On Mac OS we can install the newest version using '''brew install ffmpeg --HEAD'''. Is there an equivalent command for Linux 10?