All Questions
5 questions
1
vote
1
answer
1k
views
libavcodec: undefined symbol vaSyncBuffer
I just upgraded to Kubuntu 22.10, the update was successful completely minus FFmpeg.
Things I've tried:
Install an older FFmpeg from Ubuntu sources
Install master FFmpeg from source
Install FFmpeg 5....
2
votes
1
answer
8k
views
Can not install "libudev-dev" on Ubuntu 22.04
I am trying to compile FFMPEG from source because I need to manually build it with AMD AMF drivers to get GPU hardware acceleration.
Following Ubuntu FFMPEG build instructions:
https://trac.ffmpeg.org/...
2
votes
1
answer
2k
views
What's the difference between ffmpeg static libraries form ubuntu and from mine that I compiled?
I tried ffmpeg from ubuntu repositories and linking them was as easy as just doing -lavcodec -lavuitl .... I then compiled mine with these configurations:
./configure \
--prefix=${BUILD_DIR}/...
0
votes
1
answer
1k
views
ffmpeg relocation error
I've tried to install FFmpeg from the default repository on 18.04.
ffmpeg: relocation error: /usr/lib/x86_64-linux-gnu/libswresample.so.2:
symbol av_calloc version LIBAVUTIL_55 not defined in ...
4
votes
2
answers
2k
views
Checkinstall doesn't install package globally
I am trying to compile ffmpeg from sources and create deb package in order to install ffmpeg globally and make it possible to remove it with dpkg -r command.
Here are my commands.
# Installing ...