annolinux / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

mkv files canät be played #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version: Gnome-mplayer 1123, mplayer 28347

Steps to reproduce: Opening an mkv file only shows a blank screen.

Output from "gnome-mplayer --reallyverbose file.mkv": 

GNOME MPlayer v0.9.4
vo = gl ao = alsa
Running with GIO support
Front,0 Range is 0 to 31 
Front,0 Current Volume 14, multiplier = 3.225806
Scaled Volume is 45.161289
Using volume of 45.16
opening file.mkv
is block 0
is character 0
is reg 1
is dir 0
playlist 0
embedded in window id 0
file.mkv is not a device name
file:///home/arch/Lagring/Uppackat/file.mkv is not a device name
Streaming media 'file:///home/arch/Lagring/Uppackat/file.mkv' = 0
opening playlist
playlist detection = 0
adding file:///home/arch/Lagring/Uppackat/file.mkv to playlist
file:///home/arch/Lagring/Uppackat/file.mkv is not a device name
file:///home/arch/Lagring/Uppackat/file.mkv is not a device name
Streaming media 'file:///home/arch/Lagring/Uppackat/file.mkv' = 0
file:///home/arch/Lagring/Uppackat/file.mkv is not a device name
getting file metadata for /home/arch/Lagring/Uppackat/file.mkv
playing - file:///home/arch/Lagring/Uppackat/file.mkv
is playlist 0
file:///home/arch/Lagring/Uppackat/file.mkv is not a device name
file:///home/arch/Lagring/Uppackat/file.mkv is not a device name
Streaming media 'file:///home/arch/Lagring/Uppackat/file.mkv' = 0
Front,0 Range is 0 to 31 
Front,0 Current Volume 14, multiplier = 3.225806
Scaled Volume is 45.161289
Using volume of 45.16
/home/arch/Lagring/Uppackat/file.mkv is not a device name
/home/arch/Lagring/Uppackat/file.mkv is not a device name
Streaming media '/home/arch/Lagring/Uppackat/file.mkv' = 0
file:///home/arch/Lagring/Uppackat/file.mkv is not a device name
Streaming media 'file:///home/arch/Lagring/Uppackat/file.mkv' = 0
mplayer -profile gnome-mplayer -slave -identify -mixer-channel Front,0
-noconsolecontrols -osdlevel 0 -nomouseinput -nocache -wid 0x2c0006f
-subfont-text-scale 5 -subfont Sans -vf-add screenshot
/home/arch/Lagring/Uppackat/file.mkv 
Spawn succeeded for filename /home/arch/Lagring/Uppackat/file.mkv
About to lock second time, next message about thread running, should be
unlocking
Using match: type='signal',interface='com.gnome.mplayer'
Using match: type='signal',interface='org.gnome.SettingsDaemon'
Proxy connections and Command connected
Changing window size to 1280 x 720 
send command = seek 0 0

thread reader: MPlayer dev-SVN-rUNKNOWN-4.3.2 (C) 2000-2009 MPlayer Team
thread reader error: Unknown option on the command line: -subfont-text-scale
thread reader: CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ (Family:
15, Model: 107, Stepping: 1)
thread reader error: Error parsing option on the command line:
-subfont-text-scale
thread reader: CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
thread reader: Compiled with runtime CPU detection.
thread reader: 137 audio & 292 video codecs
thread reader: ID_EXIT=NONE
Thread Error: state = QUIT, shutting down
Thread completing
thread running, in second lock
ERROR: thread running, before unlocking second time
thread running, unlocked second time
shutting down threadquery for /home/arch/Lagring/Uppackat/file.mkv since
threaddata->done is TRUE

Original issue reported on code.google.com by Cong...@gmail.com on 24 Jan 2009 at 9:05

GoogleCodeExporter commented 9 years ago
Please upgrade your mplayer and make sure it is compiled with font support.
gnome-mplayer plays mkv files fine assuming mplayer supports them.

Original comment by kdeko...@gmail.com on 24 Jan 2009 at 1:15

GoogleCodeExporter commented 9 years ago
I updated mplayer from 28347 to 28348. I compiled mplayer with --enable-ass, but
still the same problem. Perhaps there are some other configure options that 
I've missed?

Also, mplayer can play the file without any problem.

Original comment by Cong...@gmail.com on 24 Jan 2009 at 3:45

GoogleCodeExporter commented 9 years ago
I believe you need freetype to get that feature to work. When compiling mplayer 
make
sure these options are detected.

Checking for bitmap font support ... yes 
Checking for freetype >= 2.0.9 ... yes 
Checking for fontconfig ... no 
Checking for SSA/ASS support ... yes 

Original comment by kdeko...@gmail.com on 24 Jan 2009 at 4:15

GoogleCodeExporter commented 9 years ago
There was an error while compiling mplayer. Found a patch on AUR that fixed it, 
and
now everything works perfect =)

Thanks for the help.

Original comment by Cong...@gmail.com on 24 Jan 2009 at 9:04

GoogleCodeExporter commented 9 years ago

Original comment by kdeko...@gmail.com on 25 Jan 2009 at 12:37