423
423
producer.setAttribute("novdpau", "1")
424
424
producer.setAttribute("in", str(int(round(in_frame_number))))
425
425
producer.setAttribute("out", str(int(round(out_frame_number))))
431
429
if self.play_video == False or self.parent.play_video == False: