Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
3186 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs

  mplayer et instructions SSE MMX 3DNOW...

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

mplayer et instructions SSE MMX 3DNOW...

n°92386
paranoid a​ndroid
NC-17
Posté le 28-04-2002 à 19:21:57  profilanswer
 

Citation :


CPU vendor name: AuthenticAMD  max cpuid level: 1
CPU: Advanced Micro Devices Athlon 4 PM Palomino/Athlon MP Multiprocessor/Athlon XP eXtreme Performance (Type: 6, Stepping: 2)
extended cpuid-level: 8
Testing OS support for SSE... yes.
Testing OS support for SSE unmasked exceptions... yes.
Tests of OS support for SSE passed.
MMX2 supported but disabled
SSE supported but disabled
3DNowExt supported but disabled


 
Pkoi donc le disabled la ?  
(debian, paquet mplayer-k6 marillat)  :heink:

mood
Publicité
Posté le 28-04-2002 à 19:21:57  profilanswer
 

n°92397
Babouchka
You're no fun anymore
Posté le 28-04-2002 à 19:35:20  profilanswer
 

le package a pas été compilé avec ces options.
 
A+

n°92404
paranoid a​ndroid
NC-17
Posté le 28-04-2002 à 19:37:22  profilanswer
 

Un package special k6 k pas compiler avec les options 3dNow ?  :heink:

n°92407
Babouchka
You're no fun anymore
Posté le 28-04-2002 à 19:39:24  profilanswer
 

ben le gars qui a fait le package doit être un blarf
 
A+

n°92408
FlamM
comme tarte flambée bien sûr !
Posté le 28-04-2002 à 19:40:34  profilanswer
 

pourquoi tu veux pas le compiler toi-même ?  
Comme ça ça sera optimisé pour ton système . En plus il y a tout ce qu'il faut pour créer un package débian si tu veux pas faire une install sauvage.

n°92409
BMOTheKill​er
Posté le 28-04-2002 à 19:41:00  profilanswer
 

essaye plutot les sources sur le site de MPlayer, ça vaudra mieux
 
 :hello:

n°92410
paranoid a​ndroid
NC-17
Posté le 28-04-2002 à 19:41:48  profilanswer
 

FlamM a écrit a écrit :

pourquoi tu veux pas le compiler toi-même ?  
Comme ça ça sera optimisé pour ton système . En plus il y a tout ce qu'il faut pour créer un package débian si tu veux pas faire une install sauvage.  




 
Je telecharge a l'instant, j'ai vu que y'avais les rules c nickel ;)

n°92411
Babouchka
You're no fun anymore
Posté le 28-04-2002 à 19:41:50  profilanswer
 

ouaip, la cvs + ffmpeg, ça déchire tout !
 
A+

n°92413
paranoid a​ndroid
NC-17
Posté le 28-04-2002 à 19:42:31  profilanswer
 

Babouchka a écrit a écrit :

ben le gars qui a fait le package doit être un blarf
 
A+  




 
C probable :D

n°92416
911GT3
en roue libre
Posté le 28-04-2002 à 19:46:09  profilanswer
 

:non:
 
le 3dnow! est apparu avec les K6-2 :o

mood
Publicité
Posté le 28-04-2002 à 19:46:09  profilanswer
 

n°92418
Babouchka
You're no fun anymore
Posté le 28-04-2002 à 19:47:59  profilanswer
 

d'ailleurs aidez moi, je cherche des packages optimisés cyrix :D
 
A+

n°92424
paranoid a​ndroid
NC-17
Posté le 28-04-2002 à 19:58:48  profilanswer
 

Babouchka a écrit a écrit :

d'ailleurs aidez moi, je cherche des packages optimisés cyrix :D
 
A+  




 
avec ou sans compatibilité mmx1 ?  :D

n°92455
Martinez
Posté le 28-04-2002 à 20:40:21  profilanswer
 

Babouchka a écrit a écrit :

ouaip, la cvs + ffmpeg, ça déchire tout !
 
A+  




comment tu fais pour te servir de la ffmpeg ?
l'installer , etc....

n°92466
rem5
Posté le 28-04-2002 à 20:44:22  profilanswer
 

ffmpeg est intégré dans la 0.90 pre1 donc je suppose maintenant dans la cvs sinon tu y a les sources d'1 autre prog (voir la doc.)a telecharger (prendre la CVS obligatoirement) puis decompresser et copier le rep libavcodec dans le rep des source de mplayer et recompiler mplayer..

n°92467
911GT3
en roue libre
Posté le 28-04-2002 à 20:44:45  profilanswer
 
n°92468
Babouchka
You're no fun anymore
Posté le 28-04-2002 à 20:45:50  profilanswer
 

ben ça fait qq temps déjà, mais si je me souviens bien, j'ai suivi la doc sans avoir eu de pb notable
 

Code :
  1. 2.2.1.2. FFmpeg DivX/libavcodec
  2. Beginning with version 0.4.2, FFmpeg contains an open source DivX codec, which is compatible with the traditional DivX. MPlayer supports this codec, making it possible to watch DivX/DivX4/DivX5 movies on non-x86 platforms. Furthermore it offers higher DivX/DivX4/DivX5 decoding speed than the Win32 codecs or the original DivX4 library!
  3. It also contains a lot of nice codecs, such as RealVideo 1.0, MJPEG, h263, h263+, etc.
  4. If you use an MPlayer release you have libavcodec right in the package, just build as usual. If you use MPlayer from CVS you have to extract libavcodec from the FFmpeg CVS tree as FFmpeg 0.4.5 does not work with MPlayer. In order to achieve this do:
  5.     # cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg login
  6.     # cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg
  7.     # Move the libavcodec directory from the FFmpeg sources to the root of the MPlayer CVS tree. It should look like this:
  8.           main/libavcodec
  9.       Symlinking is not enough, you have to copy/move it!!!
  10.     # Compile. Configure should detect problems before compilation.
  11. The codec also supports postprocessing!
  12. With FFmpeg and my Matrox G400, I can view even the highest resolution DivX movies without dropped frames on my K6/2 500.


 
A+

 

[jfdsdjhfuetppo]--Message édité par Babouchka le 28-04-2002 à 20:46:20--[/jfdsdjhfuetppo]

n°92469
Babouchka
You're no fun anymore
Posté le 28-04-2002 à 20:46:39  profilanswer
 

marchent plus les balises code ?
 
A+

n°92495
paranoid a​ndroid
NC-17
Posté le 28-04-2002 à 21:33:34  profilanswer
 

Comment on voit s'il prend en compte ffmpeg ?  :??:

n°92500
Babouchka
You're no fun anymore
Posté le 28-04-2002 à 21:39:01  profilanswer
 

Code :
  1. Config files successfully generated by ./configure !
  2.   Install prefix: /usr/local
  3.   Data directory: /usr/local/share/mplayer
  4.   Config direct.: /usr/local/share/mplayer
  5.   Enabled optional drivers:
  6.     Input: network tv-v4l tv dvdread vcd
  7.     Codecs: libavcodec directshow win32
  8.     Audio output: alsa9 oss sdl
  9.     Video output: xvidix dxr3 sdl vesa jpeg png mpegpes(file) fbdev svga xmga mga dga xv x11
  10.   Disabled optional drivers:
  11.     Input: tv-bsdbt848 dvdnav dvdcss
  12.     Codecs: opendivx xanim
  13.     Audio output: sgi sun nas
  14.     Video output: zr aa ggi opengl directfb tdfxfb 3dfx
  15. 'config.h' and 'config.mak' contain your configuration options.
  16. Note: if you alter theses files (for instance CFLAGS) MPlayer may no longer
  17.       compile *** DON'T BUGREPORT if you tweak these files ***
  18. 'make' will now compile MPlayer and 'make install' will install it.
  19. Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.
  20. Please check mtrr settings at /proc/mtrr (see DOCS/video.html#2.2.1.1)
  21. Check configure.log if you wonder why an autodetection failed (check whether the
  22. development headers/packages are installed).
  23. If you suspect a bug, please read DOCS/bugreports.html.


 
A+

n°92507
paranoid a​ndroid
NC-17
Posté le 28-04-2002 à 21:54:13  profilanswer
 

Enabled optional drivers:
    Input: network tv-v4l tv mpdvdkit vcd  
    Codecs: divx5linux directshow win32 libvorbis  
    Audio output: oss sdl  
    Video output: xvidix sdl vesa jpeg png mpegpes(file) fbdev opengl dga xv x11  
  Disabled optional drivers:
    Input: tv-bsdbt848 dvdnav dvdread dvdcss  
    Codecs: divx4linux libavcodec xanim libmad  
    Audio output: sgi sun alsa nas  
    Video output: zr dxr3 svga aa ggi xmga mga directfb tdfxfb 3dfx  
 
 :cry:

n°92557
rem5
Posté le 29-04-2002 à 00:36:20  profilanswer
 

dans ce cas fait comme indiqué pour l'inclure sinon prend MPlayer .90pre1 ........

mood
Publicité
Posté le   profilanswer
 


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  mplayer et instructions SSE MMX 3DNOW...

 

Sujets relatifs
[ Mplayer ] nouvelle release : 0.90pre1[MDK8.2] mplayer il aime pas le sdl
[Mplayer] Probleme d'image !peut-on faire confiance au indication de Mplayer ???
mplayer : lire des mov (quicktime)DVD --> Question Ogle, Mplayer
optimistaion de mplayer pour les divxdesynchro A/V Mplayer .6
Mplayer et son [debian]mplayer + gui probleme a la configuration -->APOLON34 (stp)
Plus de sujets relatifs à : mplayer et instructions SSE MMX 3DNOW...


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR