We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have a .mov video file that I loaded using Processing video library, but I want it to not play the sound. Is there a way to do this? Thanks!
Answers
you should use :
myVideo.volume(0);