-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QualCoder crash on Fedora 40 #991
Comments
Thanks for reporting. I think the easiest solution is to remove the waveform image generation from QualCoder. Waveform image display was a request from a past user, but I do not think it is of great use in practice. I have updated the latest 3.6 code (download using the Green code button on the front page of github). Then follow the install instructions on the main page for Fedora install. A second option is to edit the python code in this file, which you would have downloaded for the 3.5 version: Change by adding a hash - like this: save the file and then try running QualCoder again. |
Thank you very much for this quick response and the proposition ! I will try to install the last version! |
Ah OK. Did you re-install the code for Fedora also? The waveform image is re-created for display whenever an audio/video file is opened in manage files. |
Unfortunately, QC keeps crashing (when I try to manage an audio ou video file or try to code the same type of files). If there's no more error on waveform creation, there's only this to indicate in the terminal: |
OK! A new clue! After looking again at the reason for this error, I tried to run QC in root mode (with
Maybe the problem lies in ffmpeg and fedora (even if I had installed the package from rpmfusion..). EDIT
This confirms the idea that ffmpeg is at fault because the other libraries are well installed and up to date. But as much as I've looked for updates or swapped between the ffmpeg and ffmpeg-free packages, I don't quite understand the problem... :-( |
Describe the bug :
After changing distribution (Debian to Fedora), I can normally use QC functions on text files. But when I want to manipulate audio files, it crashes ; either in the “Manage files” panel when opening an audio file, or in the “Audio/video encoding” panel when I click on “Play”. I've tried this with MP3, WAV and MP4 files... and with the ffmpeg package or the ffmpeg-free package from dnf.
When I open QC from a terminal, and try to open the audio, there is the loading process of the audio file :
And just after, I get this error :
To Reproduce :
On Fedora 40, following the tutorial steps, add a audio/video file and open it.
Expected behavior :
I used to be able to read the audio file and check the transcript at the same time.
Desktop (please complete the following information):
Additional context :
I've found a few resources indicating that ffmpeg is involved with this error, but I don't understand the necessary manipulations.
The text was updated successfully, but these errors were encountered: