https://bugs.kde.org/show_bug.cgi?id=442328
Alvin Wong <al...@alvinhc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |al...@alvinhc.com Summary|Ability to find ffmpeg |Find ffmpeg automatically |automatically without |from PATH |reentering its path again | |and again. | --- Comment #2 from Alvin Wong <al...@alvinhc.com> --- Using ffprobe/ffmpeg from PATH seems like an obvious thing. I'm kind of surprised that it doesn't already work. Note: For Windows, the suggested approach shall not be used. Instead, we can use the SearchPath API [1] . However, regarding re-entering the path, the dialog should remember the chosen path, so there should be no need to re-enter the path every time. It only needs to be done once, and this is the behaviour I see on recent nightly builds. [1]: https://docs.microsoft.com/en-us/windows/win32/api/processenv/nf-processenv-searchpathw -- You are receiving this mail because: You are watching all bug changes.