ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] MPlayer и кодеки
@ 2004-08-15  8:44 Немос
  2004-08-15 16:39 ` Немос
  0 siblings, 1 reply; 9+ messages in thread
From: Немос @ 2004-08-15  8:44 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

Вот что выдает mplayer:
[nemos@localhost Sisyphus]$ mplayer -vo xv -fs `dir *l.mov`
........
==========================================================================
Opening audio decoder: [qtaudio] QuickTime Audio Decoder
Win32 LoadLibrary failed to load: qtmlClient.dll, /usr/lib/w32codec/qtmlClient.dll, 
/usr/lib/win32/qtmlClient.dll, /usr/local/lib/win32/qtmlClient.dll
failed loading dll
ADecoder preinit failed :(
ADecoder init failed :(
Cannot find codec for audio format 0x324D4451.
Read DOCS/HTML/en/codecs.html!
==========================================================================
.....

при этом
[nemos@localhost Sisyphus]$ dir /usr/lib/w32codec/qt*
/usr/lib/w32codec/qtmlClient.dll

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] MPlayer и кодеки
  2004-08-15  8:44 [sisyphus] MPlayer и кодеки Немос
@ 2004-08-15 16:39 ` Немос
  2004-08-15 17:32   ` Немос
  0 siblings, 1 reply; 9+ messages in thread
From: Немос @ 2004-08-15 16:39 UTC (permalink / raw)
  To: nemos, ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

Немос пишет:
> Вот что выдает mplayer:
> [nemos@localhost Sisyphus]$ mplayer -vo xv -fs `dir *l.mov`
> ........
> ==========================================================================
> Opening audio decoder: [qtaudio] QuickTime Audio Decoder
> Win32 LoadLibrary failed to load: qtmlClient.dll, 
> /usr/lib/w32codec/qtmlClient.dll, /usr/lib/win32/qtmlClient.dll, 
> /usr/local/lib/win32/qtmlClient.dll
> failed loading dll
> ADecoder preinit failed :(
> ADecoder init failed :(
> Cannot find codec for audio format 0x324D4451.
> Read DOCS/HTML/en/codecs.html!
> ==========================================================================
> .....
> 
> при этом
> [nemos@localhost Sisyphus]$ dir /usr/lib/w32codec/qt*
> /usr/lib/w32codec/qtmlClient.dll

разобрался были нарушены права на доступ

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] MPlayer и кодеки
  2004-08-15 16:39 ` Немос
@ 2004-08-15 17:32   ` Немос
  2004-08-31 15:26     ` Alexey Morozov
  0 siblings, 1 reply; 9+ messages in thread
From: Немос @ 2004-08-15 17:32 UTC (permalink / raw)
  To: nemos, ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 1232 bytes --]

Рано начал радоваться вот что выдал теперь mplayer:
==========================================================================
Opening audio decoder: [qtaudio] QuickTime Audio Decoder
External func OLEPRO32.DLL:254
External func COMCTL32.dll:17
External func COMCTL32.dll:16
External func OLEAUT32.dll:8
External func OLEAUT32.dll:10
External func OLEAUT32.dll:4
External func OLEAUT32.dll:2
External func OLEAUT32.dll:149
External func OLEAUT32.dll:7
External func WS2_32.dll:9
External func WS2_32.dll:21
External func WS2_32.dll:17
External func WS2_32.dll:20
External func WS2_32.dll:115
External func WS2_32.dll:116
External func WS2_32.dll:10
External func WS2_32.dll:23
External func WS2_32.dll:6
External func WS2_32.dll:2
External func WS2_32.dll:1
External func WS2_32.dll:151
External func WS2_32.dll:18
External func WS2_32.dll:16
External func WS2_32.dll:19
External func WS2_32.dll:5
External func WS2_32.dll:7
External func WS2_32.dll:8
External func WS2_32.dll:4
External func WS2_32.dll:3
External func WS2_32.dll:13
Unsupported QuickTime version (0x6697c5c0)
ADecoder preinit failed :(

Ему версия не нравится или он эти dll требует?
Попытка скопировать из Windows dll-ки в каталог с кодеками результатов не дала.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] MPlayer и кодеки
  2004-08-15 17:32   ` Немос
@ 2004-08-31 15:26     ` Alexey Morozov
  2004-09-02  9:00       ` Немос
  0 siblings, 1 reply; 9+ messages in thread
From: Alexey Morozov @ 2004-08-31 15:26 UTC (permalink / raw)
  To: nemos, ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 435 bytes --]

On Sun, Aug 15, 2004 at 09:32:55PM +0400, Немос wrote:
> Ему версия не нравится или он эти dll требует?
> Попытка скопировать из Windows dll-ки в каталог с кодеками результатов не 
> дала.
Не надо копировать кодеки из виндоус. СОВСЕМ НЕ НАДО.
Кодеки берутся, например, здесь:

http://idisys.iae.nsk.su/~alex/Repository/SRPMS.local/MPlayer-codecs-2.0-alt1.src.rpm

и пересобираются. Впрочем, в сизифе должен быть свой билд.


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] MPlayer и кодеки
  2004-08-31 15:26     ` Alexey Morozov
@ 2004-09-02  9:00       ` Немос
  2004-09-02  9:24         ` Alexey Morozov
  0 siblings, 1 reply; 9+ messages in thread
From: Немос @ 2004-09-02  9:00 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 1146 bytes --]

Alexey Morozov пишет:
> On Sun, Aug 15, 2004 at 09:32:55PM +0400, Немос wrote:
> 
>>Ему версия не нравится или он эти dll требует?
>>Попытка скопировать из Windows dll-ки в каталог с кодеками результатов не 
>>дала.
> 
> Не надо копировать кодеки из виндоус. СОВСЕМ НЕ НАДО.
> Кодеки берутся, например, здесь:
> 
> http://idisys.iae.nsk.su/~alex/Repository/SRPMS.local/MPlayer-codecs-2.0-alt1.src.rpm
> 
> и пересобираются. Впрочем, в сизифе должен быть свой билд.
После сборки пара кодеков затребовала еще пакеты так как мне не захотелось с этим возится я просто
скопировал нужные кодеки в папку с кодеками из пакета codecs-win32.
Заработало, но не mplayer, а xine. Mplayer орет на звуковой кодек:
.....
Opening audio decoder: [qtaudio] QuickTime Audio Decoder
External func COMCTL32.dll:17
External func COMCTL32.dll:16
QuickTime6 DLLs found
QuickTime.qts patched!!! old entry=0x6693b330
theQuickTimeDispatcher catched -> 0x6693b330
WARNING! Invalid Ptr handle!
ADecoder preinit failed :(
ADecoder init failed :(
Cannot find codec for audio format 0x324D4451.
Read DOCS/HTML/en/codecs.html!
......
Xine нормально воспроизводит и видео и звук.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] MPlayer и кодеки
  2004-09-02  9:00       ` Немос
@ 2004-09-02  9:24         ` Alexey Morozov
  2004-09-05 10:53           ` Немос
  0 siblings, 1 reply; 9+ messages in thread
From: Alexey Morozov @ 2004-09-02  9:24 UTC (permalink / raw)
  To: nemos-linux, ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

On Thu, Sep 02, 2004 at 01:00:53PM +0400, Немос wrote:
> >http://idisys.iae.nsk.su/~alex/Repository/SRPMS.local/MPlayer-codecs-2.0-alt1.src.rpm
> >и пересобираются. Впрочем, в сизифе должен быть свой билд.
> После сборки пара кодеков затребовала еще пакеты так как мне не захотелось 
> с этим возится я просто
> скопировал нужные кодеки в папку с кодеками из пакета codecs-win32.
У MPlayer'а кодеки патченные.
Берут их либо с сайта MPlayer'а
(http://www1.mplayerhq.hu/homepage/design7/codecs.html) , либо, гхм,
из пакета. Возможно, мне стоит обновить сборку кодеков.

Какие кодеки использует xine я понятия не имею.


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] MPlayer и кодеки
  2004-09-02  9:24         ` Alexey Morozov
@ 2004-09-05 10:53           ` Немос
  2004-09-06  9:49             ` Alexey Morozov
  0 siblings, 1 reply; 9+ messages in thread
From: Немос @ 2004-09-05 10:53 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 809 bytes --]

Alexey Morozov пишет:
> On Thu, Sep 02, 2004 at 01:00:53PM +0400, Немос wrote:
> 
>>>http://idisys.iae.nsk.su/~alex/Repository/SRPMS.local/MPlayer-codecs-2.0-alt1.src.rpm
>>>и пересобираются. Впрочем, в сизифе должен быть свой билд.
>>
>>После сборки пара кодеков затребовала еще пакеты так как мне не захотелось 
>>с этим возится я просто
>>скопировал нужные кодеки в папку с кодеками из пакета codecs-win32.
> 
> У MPlayer'а кодеки патченные.
> Берут их либо с сайта MPlayer'а
> (http://www1.mplayerhq.hu/homepage/design7/codecs.html) , либо, гхм,
> из пакета. Возможно, мне стоит обновить сборку кодеков.
> 
> Какие кодеки использует xine я понятия не имею.
кажись теже, но ищет он их в /usr/lib/win32, и чтобы кодеки были 
доступны и в MPlayer и в Xine я сделал ссылку, наверное ошибка где то в 
MPlayer.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] MPlayer и кодеки
  2004-09-05 10:53           ` Немос
@ 2004-09-06  9:49             ` Alexey Morozov
  2004-09-06 13:50               ` Немос
  0 siblings, 1 reply; 9+ messages in thread
From: Alexey Morozov @ 2004-09-06  9:49 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

On Sun, Sep 05, 2004 at 02:53:23PM +0400, Немос wrote:
> >Какие кодеки использует xine я понятия не имею.
> кажись теже,
Я в этом совершенно не уверен.

> но ищет он их в /usr/lib/win32, и чтобы кодеки были 
> доступны и в MPlayer и в Xine я сделал ссылку, наверное ошибка где то в 
> MPlayer.
Смотреть надо. Поскольку у меня не на чем проверять, работают ли внешние
кодеки, или нет, я сильно их не тестировал.


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [sisyphus] MPlayer и кодеки
  2004-09-06  9:49             ` Alexey Morozov
@ 2004-09-06 13:50               ` Немос
  0 siblings, 0 replies; 9+ messages in thread
From: Немос @ 2004-09-06 13:50 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

Alexey Morozov пишет:
> On Sun, Sep 05, 2004 at 02:53:23PM +0400, Немос wrote:
> 
>>>Какие кодеки использует xine я понятия не имею.
>>
>>кажись теже,
> Я в этом совершенно не уверен.
> 
>>но ищет он их в /usr/lib/win32, и чтобы кодеки были 
>>доступны и в MPlayer и в Xine я сделал ссылку, наверное ошибка где то в 
>>MPlayer.
> 
> Смотреть надо. Поскольку у меня не на чем проверять, работают ли внешние
> кодеки, или нет, я сильно их не тестировал.

Ладно пока буду пользоваться Xine.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-09-06 13:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-15  8:44 [sisyphus] MPlayer и кодеки Немос
2004-08-15 16:39 ` Немос
2004-08-15 17:32   ` Немос
2004-08-31 15:26     ` Alexey Morozov
2004-09-02  9:00       ` Немос
2004-09-02  9:24         ` Alexey Morozov
2004-09-05 10:53           ` Немос
2004-09-06  9:49             ` Alexey Morozov
2004-09-06 13:50               ` Немос

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git