viewtopic.php?t=224
My version after a default Ubuntu 24.04 install:
dpkg -l "*avcodec*" | grep ii
ii libavcodec-dev:amd64 7:6.1.1-3ubuntu5 amd64 FFmpeg library with de/encoders for audio/video codecs - development files
ii libavcodec60:amd64 7:6.1.1-3ubuntu5 amd64 FFmpeg library with de/encoders for audio/video codecs - runtime files
ii libavcodec60:i386 7:6.1.1-3ubuntu5 i386 FFmpeg library with de/encoders for audio/video codecs - runtime files
It is older than the version mentioned in the makeMKV install instructions.
FFMpeg has version 8.1.2
Ubuntu package searcher, tells that these are the lastest ones for Ubuntu. They have been tested etc.
https://packages.ubuntu.com/search?keyw ... ection=all
I tried to install the latest version from FFMpeg, but get error:
./configure --prefix=/tmp/ffmpeg --enable-static --disable-shared --enable-pic
nasm not found or too old. Please install/update nasm or use --disable-x86asm for a build without hand-optimized assembly.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
so, I am ok, or ?./configure --prefix=/tmp/ffmpeg --enable-static --disable-shared --enable-pic --enable-libfdk-aac
nasm not found or too old. Please install/update nasm or use --disable-x86asm for a build without hand-optimized assembly.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.