pskugit / video-converter

A small ui program to convert videos into image folders and vice versa
10 stars 2 forks source link

"unexpected type 'float'" - Only one picture saved #2

Open tweety231323 opened 9 months ago

tweety231323 commented 9 months ago

Python 3.10.8

C:\video-converter-master>python mv3_wgui.py new cofig {'max_length': 0, 'size': (0, 0), 'repeatframe': 1, 'fps': 30.0} C:/video-converter-master/1977 Mattel Las Vegas Pinball.mp4

finished loading video video fps: 29.97002997002997 0 number of frames: 12525 creates folder: C:\video-converter-master\1977 Mattel Las Vegas Pinball_images saves C:\video-converter-master\1977 Mattel Las Vegas Pinball_images\00001.png Traceback (most recent call last): File "C:\video-converter-master\mv3_wgui.py", line 152, in on_progress self.progress.setValue(value) TypeError: setValue(self, value: int): argument 1 has unexpected type 'float'

tweety231323 commented 9 months ago

Working with Python 3.7