We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258caaa commit d930b6bCopy full SHA for d930b6b
src/tagstudio/qt/modals/ffmpeg_checker.py
@@ -45,7 +45,6 @@ def installed(self):
45
if which(FFPROBE_CMD):
46
self.ffprobe = True
47
48
- logger.info(f"FFmpeg found: {self.ffmpeg}, FFprobe found: {self.ffprobe}")
49
return self.ffmpeg and self.ffprobe
50
51
def version(self):
0 commit comments