B2BMGMT_roop / roop /ProcessEntry.py
shiveshnavin's picture
init
9d2fc55
raw
history blame contribute delete
238 Bytes
class ProcessEntry:
def __init__(self, filename: str, start: int, end: int, fps: float):
self.filename = filename
self.finalname = None
self.startframe = start
self.endframe = end
self.fps = fps