First time here? Check out the FAQ!
answered 2020-06-20 03:42:36 -0600
the framesize of your upsampled video images does not match the size you gave to the VideoWriter, so it will reject writing frames
(out.write() has a return value, too, just saying ...)