Looks simple enough...
The first sketch is the simplest, you can copy parts of it into the second one.
Declare the movie in the global section of the sketch, skip the size declaration, initialize the movie in setup().
And in draw(), put the image() call just after background() (or it replaces it, if the movie is full screen). I think you should remove the blur() call, too.
The first sketch is the simplest, you can copy parts of it into the second one.
Declare the movie in the global section of the sketch, skip the size declaration, initialize the movie in setup().
And in draw(), put the image() call just after background() (or it replaces it, if the movie is full screen). I think you should remove the blur() call, too.