kirek007 / ws-osd-py

Generate OSD for Walksnail DVR! If you like it you can get me a coffe here https://www.buymeacoffee.com/kirek
42 stars 6 forks source link

Source files still locked after processing is finished #14

Closed Pairan closed 1 year ago

Pairan commented 1 year ago

After the PNG files for the overlay have been created and the process finishes, the video/osd files are still locked by Python as it didn't seem to close/flush/whatever the file (handles).

perhaps this could be fixed to get access again after the job is done (and without new file assigment or quitting the programm)

kirek007 commented 1 year ago

That's not possible, because handles are needed to generate a preview. So you have to provide different files or close the application.