finns det någon möjlighet att se quicktime trailers i linux ?
alltså att se direkt på en hemsida med mozilla
Quicktime för linux
6 svar · 190 visningar · startad av Fuel
körde in MPlayer med quicktime stöd
./configure --enable-gui --enable-qtx-codecs --enable-divx4linux
klarar avi & mov .. men det fungerar inte om man ska kika på trailers på https://www.apple.com .. hur fanken fixar man det ?
upptäckte att cpu usage gick upp till 100% när jag surfade in på
http://www.apple.com/trailers/miramax/below.html
Annars är XINE ett annat mycket bra alternativ
Problemet är att många quicktimefilmer är i ett format (Sorensen tror jag det heter) som bara finns i Apples Quicktime.
Dock sägs det att en kommande variant av mplayer skall ha stöd även för såna filmer.
hittade denna : http://www.openquicktime.org/ .. men har inte fått något att fungera än.. :(
.. just det .. läste om sorensen nånstans.. skulle det komma i nästa MPlayer ? ska glo i manualen .. brb
2.2.1.10 Sorenson
Sorenson is a video codec family developed by Sorenson Media and licensed to Apple who distribute it with their QuickTime Player. We are currently able to decode all versions of Sorenson video files with the following decoders:
Sorenson 1 (fourcc SVQ1) - decoding supported by native codecs
Actually there are two (nearly equal) decoders for SVQ1: one is built in MPlayer, the other is in libavcodec. You can invoke each of them with the -vc svq1 and -vc ffsvq1 options respectively. Some files may work with one of them, and not with the other, so test both decoders.
Sorenson 3 (fourcc SVQ3) - decoding supported by Win32 QuickTime libraries
Compiling MPlayer with QuickTime libraries support
NOTE: currently only 32bit Intel platforms are supported.
download MPlayer CVS
compile MPlayer with:
$ ./configure --enable-qtx-codecs
download QuickTime DLL pack from http://www.mplayerhq.hu/MPlayer/releases/codecs/
extract QuickTime DLL pack to your Win32 codecs directory (default: /usr/lib/win32)
det hade ju jag gjort ??