Export Video + Sound
in
Core Library Questions
•
3 years ago
Hi
I did a few Music Visualizations via Processing
and i want to export them from Processing to .mov.
I already used the MovieMaker function, but it doesnt record the sound.
is there a possibility to record the sound too ?
How can i make the exported Movie in Realtime,
as it played in Processing.
It always looks much faster
mm = new MovieMaker(this, width, height, "drawing.mov",
10, MovieMaker.JPEG, MovieMaker.HIGH);
Is 10 Realtime? Standart is 30 but its always too fast,
my frameRate is 60
Does anyone know how the MovieMaker calculates its fps ?
hope i get help
thanks
2