From 6ead007d82a31e04d87516e53c93ea90fcafcd27 Mon Sep 17 00:00:00 2001 From: Janis Hutz <98422316+simplePCBuilding@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:35:16 +0000 Subject: [PATCH] Update handler.py new idea for fix --- bin/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/handler.py b/bin/handler.py index 8f30abc..94299fe 100644 --- a/bin/handler.py +++ b/bin/handler.py @@ -94,7 +94,7 @@ class Handler: def video_scaling(self, ffmpegpath, fsrpath, filepath, quality_mode, quality_setting, output_path): # DO NOT CALL THIS! Use Handler().handler() instead! if ( sys.platform == 'win32' ): - self.videometa = ffmpeg.probe(str(filepath), 'lib\ffprobe.exe')["streams"].pop(0) + self.videometa = ffmpeg.probe(str(filepath), '..\..\ffprobe.exe')["streams"].pop(0) else: self.videometa = ffmpeg.probe(str(filepath))["streams"].pop(0) # Retrieving Video metadata