Moviemaker Class?
in
Core Library Questions
•
1 years ago
Curious what's up with the moviemaker class. There was a change here, right? I just downloaded v. 2.0a4 and in my sketches 'can't find a class or type named MovieMaker'. Not just opengl but P3D and regularly too.. I tried this piece of Shiffman code as he suggested before the size(); but no dice.
try {
quicktime.QTSession.open();
} catch (quicktime.QTException qte) {
qte.printStackTrace();
}
quicktime.QTSession.open();
} catch (quicktime.QTException qte) {
qte.printStackTrace();
}
1