QT 6.8 and FFmpeg 7.1
-
Hi, I was on a project that using QT 6.7.2 and FFmpeg 7.0.2 before and now I am upgrading to QT 6.8 and FFmpeg 7.1. The project now meet a lot of error after I install both new versions. I want to ask that can QT 6.8 work with FFmpeg 7.0 or not. In the QT website, it said QT 6.8 goes with FFmpeg 7.1 so I installed both of them, but even FFmpeg also has some error with old version command line. So I wonder if I can change back to 7.0 while QT 6.8, don\t know if it affects any thing or not.
Beside, I also meet this issue when running the program
||qt.multimedia.ffmpeg.mediadataholder: Could not open media. FFmpeg error description: "No such file or directory"|| what is this mean
-
Hi and welcome to devnet,
AFAIK, it literally means that the file path you passed points to something that does not exist.
Did you check the path for correctness ? Where does it point to ? What kind of file is that ?