ral Posted November 26, 2002 Share Posted November 26, 2002 Thanks. Link to comment Share on other sites More sharing options...
johnnyv Posted November 26, 2002 Share Posted November 26, 2002 There is openquicktime http://www.openquicktime.org/ It doesn't support the lastest version of quicktime. Why does all the damn movie trailers have to be in quicktime It's ironic that i end up watching movie trailers in asf/wmv/ram formats on my linux box There is a hack that you can use to run the latest quicktime in mplayer, you get the windows version of quicktime and compile mplayer some really hard way then run it using wine, so i didn't try it. you would think you should be able to make the osx version work on linux. here look i found the instructions for the windows version from the mplayer site http://www.mplayerhq.hu How to get win32 quicktime audio/video codec plugins support work? ================================================================== 1. Get the latest wine source. Some leech urls: http://www.ibiblio.org/pub/Linux/ALPHA/win...20021031.tar.gz ftp://ftp.infomagic.com/pub/mirrors/linux...20021031.tar.gz ftp://ftp.fu-berlin.de/unix/linux/mirrors...20021031.tar.gz ftp://orcus.progsoc.uts.edu.au/pub/Wine/d...20021031.tar.gz Compile and install it: ./configure make make install 2. Get mplayer CVS (RTFM...), and compile this way: ./configure --disable-win32 --enable-qtx-codecs (the --disable-win32 is VERY important!!!) make mplayer.exe.so 3. Get the quicktime DLLs & wine config pack: [ftp|http]://mplayerhq.hu/MPlayer/releases/qt-dotwine.tar.bz2 If you already have ~/.wine, backup it: mv ~/.wine ~/.wine.orig Extract the tarball in your home dir: cd tar -xjf qt-dotwine.tar.bz2 4. Launch mplayer with wine: wine z:/path/to/mplayer/main/mplayer.exe.so -- file.mov [options] You can also create a wrapper script to emulate 'old' mplayer behaviour: Create a file called 'mplayer' with content: wine z:/path/to/mplayer/main/mplayer.exe.so -- $* then: chmod +x mplayer NOTES: Note 1: when first time starting wine, it will create a FONT database, it may take a while... don't worry, it won't be rebuild next time! Note 2: wine/quicktime DLLs fork several processes/threads, they somehow don't die at exit and keep eating your memory in the background, so it's recommended to 'killall wine' after running mplayer this way... Note 3: yes we all know this is messy hack, and we're working on a cleaner solution, using the minimalist loader included in mplayer instead of all the bloat coming with libwine. Note 4: due to --disable-win32, you cannot use vfw/acm/dshow and quicktime DLLs at the same time. Link to comment Share on other sites More sharing options...
Guest tarheeltux Posted November 26, 2002 Share Posted November 26, 2002 Or, you could buy the Crossover Plugin (demo on your 9.0 retail cd's) for $25 which will install a quicktime player for you. Link to comment Share on other sites More sharing options...
Cannonfodder Posted November 26, 2002 Share Posted November 26, 2002 The Lord of the Rings - The Two Towers QT trailer is awesome :) Link to comment Share on other sites More sharing options...
ral Posted November 27, 2002 Author Share Posted November 27, 2002 The trailer is awesome :D But I had to watch it on Windows :( Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now