From 56c596d893f976cae5a912fa5a89a748dd144bff Mon Sep 17 00:00:00 2001 From: gsd Date: Sat, 10 Aug 2024 22:07:54 +0300 Subject: [PATCH] os abd path fix --- h264_converter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/h264_converter.py b/h264_converter.py index 48c060d..5068340 100644 --- a/h264_converter.py +++ b/h264_converter.py @@ -4,6 +4,7 @@ if 8 * struct.calcsize("P") != 32: sys.exit(32) import os +os.chdir(os.path.dirname(os.path.abspath(__file__))) dll = os.path.abspath('H264Play.dll') print(f"H264Play.dll path: {dll}")