Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Newbie | 19 comments | Create New Account
Click here to return to the 'Newbie' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Newbie
Authored by: GaelicWizard on Oct 22, '02 01:53:06AM

You don't need QT Pro
when you hit the build button it did some stuff right? ;)
it actually made a file named ASCIIMoviePlayer this file is either inside the folder named "build" in the same place as the PB file, or in the "Build" directory that you specified the 1st time you ran PB. this is the actual exicutable. you goto the dir in the terminal

cd /users/koolguy/desktop/ASCIIQT (or where-ever)

then type " ./ASCIIMoviePlayer /Users/koolguy/Movies/MyMovie.mov "
and it will play you movie. to make this more usefull you should move the ASCIIMoviePlayer file to your ~/bin or /usr/local/bin folder so that you don't have to goto it's directory to use it and you don't have to type ./

Have fun!

JP



[ Reply to This | # ]