-
Screen won't clear
I am writing a program where I want to present two .avi files in a row. I have set the file so that the first .avi should clear after 3000ms. (0,0,1) However, it doesn't. It shows up underneath the second file. Why? How can I get rid of it without having to make a new line in the file, thus adding an unwanted black refreshing screen?
-
The clear screen should clear the screen but it sounds like it's not stopping the video and so even though the screen is cleared (refreshed) the video continues to play and so you continue to see it (i.e., as the clearing of the screen is extremely fast). The only fix or workaround I can think of here would be to edit (trim) your video such that it actually ends at 3000ms.