Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
yex123
yex123's Profile
1
Posts
0
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Audio problem with video
[0 Replies]
15-Feb-2012 06:24 AM
Forum:
Core Library Questions
Hello I'm having a problem with my video in processing.
After three seconds of the video playing the audio disapears. Why does the audio disapear? What should I do? I'm also totaly new to processing and would be happy if someone could help me. :)
Here is my code:
import processing.video.*;
Movie theMov;
void setup() {
size(screenWidth, screenHeight, P2D);
background(0, 0, 0);
theMov = new Movie(this, "cool.mov");
theMov.play();
}
void draw() {
image(theMov, screenWidth/4, screenHeight/5, 640, 480);
}
void movieEvent(Movie m) {
m.read();
}
«Prev
Next »
Moderate user : yex123
Forum