coursing 发表于 2003-2-9 20:21:21

如何将quicttime的支持编进mplayer?(命令参数)

我已经下载了quicttime的Dlls,可是不会将其编译进mplayer.还望大侠帮忙,谢谢!

NightHK3 发表于 2003-2-9 22:59:20

把Dll拷贝到/usr/lib/win32下,重新编译Mplayer.

coursing 发表于 2003-2-13 20:49:29

谢谢!

gugong 发表于 2003-2-21 15:47:28

2003年02月21日下午15时25分22秒# rpm -qli mplayer-codecs-win32-qt-6.0-2
Name      : mplayer-codecs-win32-qt      Relocations: (not relocateable)
Version   : 6.0                               Vendor: Apple Inc.
Release   : 2                           Build Date: 2003年01月22日 星期三 23时20分41秒
Install date: 2003年01月28日 星期二 11时32分31秒      Build Host: rathann.rangers.eu.org
Group       : Applications/Multimedia       Source RPM: mplayer-codecs-1.0-2.src.rpm
Size      : 6101504                        License: proprietary
Signature   : DSA/SHA1, 1970年01月01日 星期四 08时00分00秒, Key ID 0000000000000000
Packager    : Dominik Mierzejewski <[email protected]>
URL         : http://www.mplayerhq.hu/~alex/codecs/index.html
Summary   : Win32 QuickTime 6 codec pack
Description :
Win32 QuickTime 6 codec pack.
/usr/lib/win32/QuickTime.qts
/usr/lib/win32/QuickTimeEssentials.qtx
/usr/lib/win32/QuickTimeInternetExtras.qtx
/usr/lib/win32/qtmlClient.dll


编译时加上 --enable-qtx-codecs 参数即可。

gugong 发表于 2003-2-21 15:48:25

2003年02月21日下午15时45分05秒# cat /mnt/hdc5/Downloads/Linux工具/mplayer/qt-howto.txt
How to get WIN32 QuickTime audio/video codecs working with MPlayer?
===================================================================

1. Get MPlayer CVS (read the docs how to...), and compile this way:
   ./configure --enable-qtx-codecs
   make

2. Get the QuickTime DLLs pack:
   QT6 DLLs (should be faster):
   http://www.mplayerhq.hu/~alex/codecs/qt6dlls.tar.bz2
   QT5 DLLs (we (developers) use this):
   http://www.mplayerhq.hu/~alex/codecs/qt5dlls.tar.bz2
   Or if you have already downloaded the qt-dotwine.tar.bz2,
   you can use it too.
   NOTE: qt6-dlls.tar.bz2 from releases/ doesn't contains qtmlClient.dll!

3. Extract the files:
   Normally the WIN32 codecs directory is the following: /usr/lib/win32
   Extract the QuickTime.qts, QuickTimeEssentials.qtx and qtmlClient.dll
   to that dir (or to that what you have configured).
   (In case of qt-dotwine.tar.bz2, the dlls can be found in
   .wine/fake_windows/Windows/System/ directory)

3a. Extract the extras:
   If you want to be _really_ up-to-date, you can also copy the not-yet
   supported codecs too: 3ivx Delta 3.5.qtx, On2_VP3.qtx, ZyGoVideo.qtx,
   BeHereiVideo.qtx. They can be found in the
   http://www.mplayerhq.hu/~alex/codecs/qtextras.tar.bz2 archive.

4. It should work now.
   Else send real _bugreports_ to the [email protected] list!
   (and only to that one!) And please include that which codecpack have you
   chosen.
2003年02月21日下午15时45分06秒#

gugong 发表于 2003-2-21 15:56:24

哦 ,漏了一个:

2003年02月21日下午15时52分40秒# rpm -qli mplayer-codecs-win32-qtextras
Name      : mplayer-codecs-win32-qtextrasRelocations: (not relocateable)
Version   : 1.0                               Vendor: Apple Inc.
Release   : 2                           Build Date: 2003年01月22日 星期三 23时20分41秒
Install date: 2003年01月28日 星期二 11时33分02秒      Build Host: rathann.rangers.eu.org
Group       : Applications/Multimedia       Source RPM: mplayer-codecs-1.0-2.src.rpm
Size      : 2223104                        License: proprietary
Signature   : DSA/SHA1, 1970年01月01日 星期四 08时00分00秒, Key ID 0000000000000000
Packager    : Dominik Mierzejewski <[email protected]>
URL         : http://www.mplayerhq.hu/~alex/codecs/index.html
Summary   : Win32 QuickTime additional codecs pack
Description :
Win32 QuickTime additional (3ivx, ZyGo, VP2) codecs pack.
/usr/lib/win32/3ivX.qtx
/usr/lib/win32/BeHereiVideo.qtx
/usr/lib/win32/Indeo4.qtx
/usr/lib/win32/On2_VP3.qtx
/usr/lib/win32/ZyGoVideo.qtx
页: [1]
查看完整版本: 如何将quicttime的支持编进mplayer?(命令参数)