Fix: Resolve NameError in utils.py; Refactor: Switch to subprocess calls and update spec file; Docs: Mark packaging complete

This commit is contained in:
Ramforth
2025-11-01 12:37:32 +01:00
parent b8d74f43ef
commit 1fdaf49133
3 changed files with 8 additions and 8 deletions

View File

@@ -6,12 +6,11 @@ a = Analysis(['src/main.py'],
pathex=['/home/joe/Cloud9/Documents/Obisdian/projects/Video Converter'],
binaries=[('/usr/bin/ffmpeg', '.'), ('/usr/bin/ffprobe', '.')],
datas=[],
hiddenimports=['ffmpeg.nodes', 'ffmpeg._utils', 'ffmpeg._run'],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
collect_submodules=['ffmpeg'],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,