Résolu le 10-02-19 [Résolu]Impossible lire video avec Mplayer

Installation, configuration et utilisation des logiciels que vous souhaitez installer.
Répondre
Avatar du membre
GreenViking
Messages : 65
Enregistré le : jeu. 3 août 2017 13:15
Localisation : LinuxCity

[Résolu]Impossible lire video avec Mplayer

Message par GreenViking »

Hey,

Impossible lire une video avec Mplayer par contre aucun problème pour lire une vidéo avec vlc ou xplayer

Image
Modifié en dernier par arghlub le dim. 5 août 2018 08:53, modifié 3 fois.
Raison : ajout de l'icône "bouclier" au [résolu]
Version Linux Mint 20.1 Ulyssa 64-bit - MATE 1.24.0 - Intel® Core™ i5

Avatar du membre
f.x0
Messages : 789
Enregistré le : mar. 28 mars 2017 18:32

Re: Impossible lire video avec Mplayer

Message par f.x0 »

Bonjour GreenViking,

tu dois avoir un problème avec la config de l'apparence de mplayer.

Essaies ceci :
ouvres un terminal
tapes

Code : Tout sélectionner

sudo mv -vf /usr/share/mplayer/skins /usr/share/mplayer/skins.sos
puis essaies de lire ta vidéo
SOPI

Avatar du membre
GreenViking
Messages : 65
Enregistré le : jeu. 3 août 2017 13:15
Localisation : LinuxCity

Re: Impossible lire video avec Mplayer

Message par GreenViking »

Slt f.x0 ,

Non toujours ma mème chose impossible ouvrir mplayer ou lire une vidéo

Code : Tout sélectionner

skin default not found
Version Linux Mint 20.1 Ulyssa 64-bit - MATE 1.24.0 - Intel® Core™ i5

Avatar du membre
f.x0
Messages : 789
Enregistré le : mar. 28 mars 2017 18:32

Re: Impossible lire video avec Mplayer

Message par f.x0 »

postes le retour de

Code : Tout sélectionner

cat /etc/mplayer/mplayer.conf
puis de

Code : Tout sélectionner

cat ~/.mplayer/config
SOPI

Avatar du membre
GreenViking
Messages : 65
Enregistré le : jeu. 3 août 2017 13:15
Localisation : LinuxCity

Re: Impossible lire video avec Mplayer

Message par GreenViking »

Code : Tout sélectionner

# MPlayer configuration file
#
# Configuration files are read system-wide from /etc/mplayer/mplayer.conf
# and per user from ~/.mplayer/config, where per-user settings override
# system-wide settings, all of which are overrriden by the command line.
#
# The configuration file settings are the same as the command line
# options without the preceding '-'.
#
# See the CONFIGURATION FILES section in the man page
# for a detailed description of the syntax.


##################
# video settings #
##################

# Specify default video driver (see -vo help for a list).
# vo=xv,x11

# FBdev driver:
#
# mode to use (read from fb.modes)
#fbmode = 640x480-120
#
# location of the fb.modes file
#fbmodeconfig = /etc/fb.modes

# Specify your monitor timings for the vesa and fbdev video output drivers.
# See /etc/X11/XF86Config for timings. Be careful; if you specify settings
# that exceed the capabilities of your monitor, you may damage it.
#
# horizontal frequency range (k stands for 1000)
#monitor-hfreq = 31.5k-50k,70k
#
# vertical frequency range
#monitor-vfreq = 50-90
#
# dotclock (or pixelclock) range (m stands for 1000000)
#monitor-dotclock = 30M-300M

# Start in fullscreen mode by default.
#fs=yes

# Change to a different videomode when going fullscreen.
#vm=yes

# Override the autodetected color depth, may need 'vm=yes' as well.
#bpp=0

# Enable software scaling (powerful CPU needed) for video output
# drivers that do not support hardware scaling.
#zoom=yes

# standard monitor size, with square pixels
#monitoraspect=4:3

# Use this for a widescreen monitor, non-square pixels.
#monitoraspect=16:9

# Keep the player window on top of all other windows.
#ontop=yes


##################
# audio settings #
##################

# Use pulse, then alsa, then SDL video with the aalib subdriver by default.
ao=pulse,alsa,sdl:aalib

# Use SDL audio driver with the esd subdriver by default.
#ao = sdl:esd

# Specify the mixer device.
#mixer = /dev/mixer

# Resample the sound to 44100Hz with the lavcresample audio filter.
#af=lavcresample=44100


##################
# other settings #
##################

stop-xscreensaver=yes

# Joystick input is disabled because of issues on some laptops(thinkpad).
joystick=no

# Pretend to be Window Media Player.
# Fixes playback when playlist and media file use the same URL.
#user-agent=NSPlayer/4.1.0.3856

# Drop frames to preserve audio/video sync.
#framedrop = yes

# Specify your preferred skin here (skins are searched for in
# /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
#skin = Abyss

# Resample the font alphamap.
# 0     plain white fonts
# 0.75  very narrow black outline (default)
# 1     narrow black outline
# 10    bold black outline
#ffactor = 0.75

# cache settings
#
# Use 8MB input cache by default.
#cache = 8192
#
# Prefill 20% of the cache before starting playback.
#cache-min = 20.0
#
# Prefill 50% of the cache before restarting playback after the cache emptied.
#cache-seek-min = 50

# DVD: Display English subtitles if available.
#slang = en

# DVD: Play English audio tracks if available.
#alang = en

###################
# DVDNAV Settings #
###################
#vc=ffmpeg12,

# You can also include other configuration files.
#include = /path/to/the/file/you/want/to/include
*******************************

Code : Tout sélectionner

# Write your default config options here!
Version Linux Mint 20.1 Ulyssa 64-bit - MATE 1.24.0 - Intel® Core™ i5

Avatar du membre
f.x0
Messages : 789
Enregistré le : mar. 28 mars 2017 18:32

Re: Impossible lire video avec Mplayer

Message par f.x0 »

Tapes

Code : Tout sélectionner

mplayer -v | grep MPlayer
et installes un skin qui correspond à ta version affichée par la commande pour MPlayer
à télécharger ici : http://www.mplayerhq.hu/design7/dload.html
SOPI

Avatar du membre
GreenViking
Messages : 65
Enregistré le : jeu. 3 août 2017 13:15
Localisation : LinuxCity

Re: Impossible lire video avec Mplayer

Message par GreenViking »

Code : Tout sélectionner

MPlayer 1.3.0 (Debian), built with gcc-7 (C) 2000-2016 MPlayer Team
Comment installes tu le skin ?
Version Linux Mint 20.1 Ulyssa 64-bit - MATE 1.24.0 - Intel® Core™ i5

Avatar du membre
f.x0
Messages : 789
Enregistré le : mar. 28 mars 2017 18:32

Re: Impossible lire video avec Mplayer

Message par f.x0 »

STEP5: Installing a GUI skin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Unpack the archive and put the contents in /usr/local/share/mplayer/skins/ or
~/.mplayer/skins/. MPlayer will use the skin in the subdirectory named default
of /usr/local/share/mplayer/skins/ or ~/.mplayer/skins/ unless told otherwise
via the '-skin' switch. You should therefore rename your skin subdirectory or
make a suitable symbolic link.
traduit ça donne
ÉTAPE 5 : Installation d'un skin GUI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Décompressez l'archive et mettez le contenu dans /usr/share/mplayer/skins ou
~/.mplayer/skins/. MPlayer utilisera le skin dans le sous-répertoire nommé default.
de /usr/share/mplayer/skins ou ~/.mplayer/skins/ sauf indication contraire.
via l'interrupteur '-skin'. Vous devez donc renommer votre sous-répertoire skin ou bien
faire un lien symbolique approprié.
SOPI

Avatar du membre
GreenViking
Messages : 65
Enregistré le : jeu. 3 août 2017 13:15
Localisation : LinuxCity

Re: Impossible lire video avec Mplayer

Message par GreenViking »

En effet j'avais vu après

J'ai fais les 2 mais rien

via l'interrupteur '-skin' ?
Version Linux Mint 20.1 Ulyssa 64-bit - MATE 1.24.0 - Intel® Core™ i5

Avatar du membre
GreenViking
Messages : 65
Enregistré le : jeu. 3 août 2017 13:15
Localisation : LinuxCity

Re: [Résolu]Impossible lire video avec Mplayer

Message par GreenViking »

Merci f.x0

C'est résolu

Code : Tout sélectionner

Dans usr/share/mplayer/skins 
J'ai mis le contenu du skins téléchargé en gardant le dossier icons

Code : Tout sélectionner

usr/share/mplayer/skins/icons
Version Linux Mint 20.1 Ulyssa 64-bit - MATE 1.24.0 - Intel® Core™ i5

Répondre