Post Reply 
Cannot set installed Ffmpeg as converter
24-02-2026, 01:32
Post: #1
Cannot set installed Ffmpeg as converter
Hi,
I installed ffmpeg for another audio program which works fine for its purpose. The executable sits at /usr/local/bin/ffmpeg.
Minimstreamer converter would not accept this path. I also copied ffmpeg to /opt/bin but no joy. I also changed the filename permissions to be accessible to everyone again nothing.
In ssh, i can run ffmpeg from anywhere. Any other thing I can try please.

I don't want to install another ffmpeg as my other audio program doesn't like it.
My system - Raspberry Pi 5 running Ubuntu 24.04 (RT Kernel) .

Thanks
Dave
Find all posts by this user
Quote this message in a reply
24-02-2026, 08:11
Post: #2
RE: Cannot set installed Ffmpeg as converter
Please post the output from running your version of ffmpeg from a terminal window with no arguments.
Find all posts by this user
Quote this message in a reply
25-02-2026, 04:20
Post: #3
RE: Cannot set installed Ffmpeg as converter
(24-02-2026 08:11)simoncn Wrote:  Please post the output from running your version of ffmpeg from a terminal window with no arguments.

Thanks for getting back Simon. Please see below

dave@pi5:~$ ffmpeg
ffmpeg version 7.1 Copyright © 2000-2024 the FFmpeg developers
built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04.1)
configuration: --prefix=/usr/local --disable-debug --enable-shared --disable-s tripping --disable-autodetect --enable-gmp --enable-gnutls --enable-gpl --enable -libdrm --enable-libfribidi --enable-libsoxr --enable-libvorbis --enable-libxml2 --enable-postproc --enable-swresample --enable-lto --disable-encoders --disable -decoders --disable-hwaccels --disable-muxers --disable-demuxers --disable-parse rs --disable-bsfs --disable-protocols --disable-indevs --disable-outdevs --disab le-devices --disable-filters --disable-inline-asm --disable-doc --enable-muxer=' flac,mov,ipod,wav,w64,ffmetadata' --enable-demuxer='flac,mov,wav,w64,ffmetadata, dsf,aac,hls,mpegts,mp3,ogg,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le,lavfi' --enab le-encoder='alac,flac,pcm_s16le,pcm_s24le,pcm_s32le' --enable-decoder='alac,flac ,pcm_s16le,pcm_s24le,pcm_s32le,pcm_f32le,dsd_lsbf,dsd_msbf,dsd_lsbf_planar,dsd_m​ sbf_planar,vorbis,aac,aac_fixed,aac_latm,mp3,mp3float,mjpeg,png' --enable-parser ='aac,aac_latm,flac,vorbis,mpegaudio,mjpeg' --enable-protocol='file,pipe,http,ht tps,tcp,hls' --enable-filter='aresample,hdcd,sine,anull' --enable-version3
libavutil 59. 39.100 / 59. 39.100
libavcodec 61. 19.100 / 61. 19.100
libavformat 61. 7.100 / 61. 7.100
libavdevice 61. 3.100 / 61. 3.100
libavfilter 10. 4.100 / 10. 4.100
libswscale 8. 3.100 / 8. 3.100
libswresample 5. 3.100 / 5. 3.100
libpostproc 58. 3.100 / 58. 3.100
Universal media converter
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfi le}...
Find all posts by this user
Quote this message in a reply
25-02-2026, 12:21
Post: #4
RE: Cannot set installed Ffmpeg as converter
Thanks for this information.

When MinimStreamer starts, it does some test invocations of ffmpeg to make sure that the ffmpeg executable provides the capabilities that MinimStreamer needs. This is needed because ffmpeg can be built in many configurations with various features disabled.

The terminal output you have posted shows that the version of ffmpeg you are using is heavily customised to disable certain features that are available in a standard ffmpeg build. Because of this customization, one of MinimStreamer's test invocations is failing.

To solve this you will need to use a standard build of ffmpeg to run MinimStreamer. You can put the standard build in the MinimServer opt/bin directory to prevent it from being visible to any other programs.
Find all posts by this user
Quote this message in a reply
25-02-2026, 13:14
Post: #5
RE: Cannot set installed Ffmpeg as converter
Thanks for identifying the root cause Simon. Wil follow through.
Find all posts by this user
Quote this message in a reply
26-02-2026, 01:57
Post: #6
RE: Cannot set installed Ffmpeg as converter
Downloaded the pre-built executables from FFMPEG build site. Copied ffmped to /opt/bin and set the folder in Minimstreamer and now all works well. Thanks for the help
Find all posts by this user
Quote this message in a reply
26-02-2026, 08:01
Post: #7
RE: Cannot set installed Ffmpeg as converter
(26-02-2026 01:57)ditusade Wrote:  Downloaded the pre-built executables from FFMPEG build site. Copied ffmped to /opt/bin and set the folder in Minimstreamer and now all works well. Thanks for the help

Thanks for confirming. Actually I was suggesting putting this version of ffmpeg in the minimserver/opt/bin directory, not /opt/bin. MinimSthreamer will find it automatically in this location without needing to set the stream.converter property and it is completely private to MinimServer/MinimStreamer.

It works where you have put it but it's a bit tidier to do the above.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)