← Back to team overview

sslug-teknik team mailing list archive

afkode Apple-Quick-time

 

Kan man afkode Apple-Quick-time formaterede data på en linux ved
hjælp af Linux kode? Findes der en offentliggjort standard for
Quicktime datarepræsentation/recordstructure?


===================================================================

Der er et site, som råder til flg. fremgangsmåde:
http://www.fedoraforum.org/forum/archive/index.php/t-18551.html

===================================================================

[...]  use yum to get the packages like described
here: www.fedorafaq.org/#installsoftware

Install the mplayerplug-in package, it will pull all the
dependencies needed if you have configured yum right, and you have
right? (example configuration at:
www.fedorafaq.org/samples/yum.conf )

yum install mplayerplug-in


You're now able to watch most embeded video in mozilla browser or
mozilla-ish browsers like epiphany and galeon. You have to restart
your browser for changes to take effect.

You might need some extra plugins, go to www.mplayerhq.hu and
download the latest all in one codec package from there, untar the
package you download using the graphical file-roller or by this
command in the terminal:

tar -xvjf all-20040626.tar.bz2


Now become root:

su -


Create the /usr/lib/win32 directory, this is where we'll put the
codecs:

mkdir /usr/lib/win32


Now move the codecs there:

mv all-20040626/* /usr/lib/win32


Now you should be able to watch almost any embeded video file.

Remember, the file names if the all- codec package may differ, use
tab completetion to make sure you get the right filename. This
also applies to the directory in the move part.

===============================================================================

Den pakke, som der henvises til, har jeg faktisk fået fat i:

    all-20040626.tar.bz2

Den indeholder både .exe filer og Linux shared objects. 

QuickTime.qts:                  MS-DOS executable (EXE), OS/2 or MS Windows
QuickTimeEssentials.qtx:        MS-DOS executable (EXE), OS/2 or MS Windows
QuickTimeInternetExtras.qtx:    MS-DOS executable (EXE), OS/2 or MS Windows


Er der nogen på listen, som bruger disse executables?

strings * | grep Micro

Microsoft Visual C++ Runtime Library
SOFTWARE\Microsoft\MOS\MsnAudio\
MSACM.msnaudio:Microsoft Network Audio CODEC
VIDC.MRLE:Microsoft 32-bit RLE Compressor
@VIDC.MSVC:Microsoft Video 1 Compressor

 ... og meget, meget mere. En grep på Copyright giver bl.a.:

Entropy Coding Library version 1.1. Copyright (C) 2000 RealNetworks, Inc. All Rights Reserved.
Entropy Coding Library version 1.1. Copyright (C) 2000 RealNetworks, Inc. All Rights Reserved.
Copyright 
LegalCopyright
LegalCopyright
Copyright (C) 1998, Thomas G. Lane
Copyright (C) 1995-1997 Q-Team Dr. Knabe GmbH, Korschenbroich, Germany
NACopyrightDialog
Copyright (c) 1999-2001 3ivx.com. All Rights Reserved.
Copyright (c) 1999-2001 3ivx.com. All Rights Reserved.
Copyright (C) Radius Inc. 1995-1999. All rights reserved.
Copyright (C) Radius Inc. 1995-1999. All rights reserved.
Copyright (C) Creative Technology Ltd. 1994-1996.
Copyright (C) Creative Technology Ltd. 1994-1996.
Copyright (C) 1993-1995 Regents of the University of California.
Copyright (C) 1993-1995 Regents of the University of California.
Copyright (C) 1995, 1996  Telenor R&D, Norway
Copyright (C) 1995, 1996  Telenor R&D, Norway


-- 
donald_j_axel donax snabela get2net.dk -- http://d-axel.dk/


Follow ups