Cobra Forum

Linux Specialised Support => Wine => Topic started by: kalpana on Oct 26, 2023, 06:21 AM

Title: wine + subtitleedit
Post by: kalpana on Oct 26, 2023, 06:21 AM
Hi,

Im trying to get a process running in a python script which should convert sami subs to srt files, but i cant get the subprocess.call running, so i though maybe someone could take a look an see if you find a error

Code:
subprocess.call(["wine ./SubtitleEdit.exe", '/convert', TEMP + '*.{}'.format(s_f), 'srt', '/multiplereplace'], stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT, shell='True')
i can't give a error as i dont get any