-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playing Movie in FaceOSC #143
Comments
If you're on macOS, your home folder path is similar to the example ala:
Replace "YOUUSERACCOUNT" with your user name and "movie.mov" with the move filename+extension. Easiest way to get the full path to the home folder is open Terminal.app and run:
which will print the working directory. This is usually your home folder when first opening Terminal. Otherwise, read these: |
Got it! Thanks. Nathan |
Seems pretty straightforward to me: the movie file at that path was not found, so it couldn't load the movie. Make sure the file is there and the path is correct, including capitalization. |
I wish it were that easy, but it says it could not load the movie. Movies that were working just fine before no longer work when I haven't changed anything about them, their location, or spelling. Any reason why they wouldn't load? Thanks, |
@danomatika I'm very out of here with no programming experience other than Pure Data and Max. However, I'm trying to understand the instructions for playing movies within FaceOSC. In the read me it says
"Put the movie file in your home folder and set it in the movie tag with the full path to the movie aka:
/Users/YourUserAccountName/yourMovie.mov
Change the source tag to 0 to use the movie as input. Also check the other movie settings (volume, speed)."
But I'm not exactly sure what the "home" folder is, or what exactly a full path to it is.
I'm creating an interactive computer music system that incorporates FaceOSC and the ability to play movies within in would be a great help.
Thanks,
Nathan Sepulveda
The text was updated successfully, but these errors were encountered: