You are not logged in.
Audacity stopped seeing ffmpeg library. Even when I select libavformat.so through preferences it still says FFmpeg library not found
Offline
Post actual, literal errors, do not paraphrase.
Online
Okay? When I import video file to convert to audio it says:
"Could not oppen file x: Incorrect filetype" I then get another error:
"x is an Advanced Audio Coding file. Without the optional FFmpeg library, Audacity cannot open this type of file. Otherwise, you need to convert it to supported audio format such as WAV or AIFF". Audacity, lame and ffmpeg are present and updated to their latest version. I reinstalled them just in case with pacman -Syu
Offline
After getting that error message, please run (as root/with root rights))
# journalctl -b | curl -s -H "x-random;" --upload-file - 'https://paste.c-net.org/'It will upload the journal for your current boot to a public pastebin and output a link, post that link.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
After getting that error message, please run (as root/with root rights))
# journalctl -b | curl -s -H "x-random;" --upload-file - 'https://paste.c-net.org/'It will upload the journal for your current boot to a public pastebin and output a link, post that link.
Offline
audacity was rebuilt after the ffmpeg 9 update but maybe you updated into the gap?
pacman -Qs 'audaci|ffmpeg'Offline
audacity was rebuilt after the ffmpeg 9 update but maybe you updated into the gap?
pacman -Qs 'audaci|ffmpeg'
local/audacity 1:3.7.8-4 (pro-audio)
A program that lets you manipulate digital audio waveforms
local/ffmpeg 2:9.0.1-1
Complete solution to record, convert and stream audio and video
local/ffmpegthumbnailer 2.3.0-2
Lightweight video thumbnailer that can be used by file managers
local/qt6-multimedia-ffmpeg 6.11.2-1
FFMpeg backend for qt6-multimedia
Offline
"no"
LD_DEBUG=libs audacityOffline
"no"
LD_DEBUG=libs audacity
Offline
Pixol is not the only one with this issue. Audacity seem to not be able to use ffmpeg. Similar errors for other filetypes that would require ffmpeg to extract audio. I also encountered one that mentions libavformat.so directly, but despite my attempts since OP started the thread, I can’t recall how I initially produced it.
Setting path to the library directly in the preferences changes nothing: Audacity still can’t find it.
Versions: audacity 1:3.7.8-4, ffmpeg 2:9.0.1-1.
Offline
libav doesn't show up in the LD_DEBUG, you might have to trigger the plugin by trying to open a relevant file.
Maybe also "LD_DEBUG=libs,files audacity" …
wrt mpan's comment most likely incompatible API?
Offline
you might have to trigger the plugin by trying to open a relevant file.
The log stops at line
transferring control: audacityLast edited by Pixol (Today 09:14:49)
Offline