mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@900 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f14249d127
commit
8dbeccf18c
@ -225,3 +225,6 @@ Q: Az MPlayer "MPlayer interrupted by signal 4 in module: decode_video"
|
||||
üzenettel leáll.
|
||||
A: Azon a gépen futtasd az MPlayer-t, amin lefordítottad! Vagy fordítsd újra!
|
||||
Semmiképp se használd másik processzoron, mint amin lefordítottad!
|
||||
|
||||
Q: Gondjaim vannak az icewm-el es a teljeskepernyos xv moddal..
|
||||
A: Tudjuk, az icewm szar.
|
||||
|
@ -217,3 +217,6 @@ A: Maybe. But you better look for already existant MPEG players on that
|
||||
Q: MPlayer dies with "MPlayer interrupted by signal 4 in module: decode_video".
|
||||
A: Try running MPlayer on the machine you compiled on. Or recompile. Don't
|
||||
use MPlayer on different CPU than it was compiled on.
|
||||
|
||||
Q: I have problems with icewm and fullscreen xv mode..
|
||||
A: Known problem, icewm sucks.
|
||||
|
@ -12,6 +12,7 @@ Medium Priority:
|
||||
- show current frame number [Gabucino]
|
||||
- seek_to_frame and seek_to_index options
|
||||
- audio copy/encoding capability
|
||||
- support SSA subtitles : http://www.eswat.demon.co.uk
|
||||
|
||||
Low Priority:
|
||||
- fix X4.0.x/DRI OpenGL - DONE? mga works with 4.0.3
|
||||
|
@ -294,8 +294,14 @@ Fonts are searched in $HOME/.mplayer/font. There must be a font.desc
|
||||
file, and files with .RAW extension.
|
||||
.TP
|
||||
.I SUBTITLE FILES
|
||||
Sub files are searched in $HOME/.mplayer/sub, and in the directory
|
||||
of the movie. (TODO)
|
||||
MPlayer currently supports 6 subtitle formats : MicroDVD, SubRip, unnamed,
|
||||
SAMI (smi), vplayer, RealMedia RT.
|
||||
Sub files are searched in this priority : (for example /mnt/cdrom/movie.avi)
|
||||
/mnt/cdrom/movie.sub
|
||||
(SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT)
|
||||
$HOME/.mplayer/sub/movie.sub
|
||||
(SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT)
|
||||
$HOME/.mplayer/default.sub
|
||||
.IP
|
||||
.SH "EXAMPLES"
|
||||
Just launch it! :)
|
||||
@ -305,7 +311,7 @@ Probably. Check DOCS.
|
||||
|
||||
Bugreports should be addressed to the MPlayer-users mailing list
|
||||
(mplayer-users@lists.sourceforge.net) ! If you want to submit a bugreport
|
||||
(which we love to receive!), please double-check the README, and
|
||||
(which we love to receive!), please double-check the DOCS/BUGREPORTS, and
|
||||
tell us all that we need to know to identify your problem.
|
||||
|
||||
.LP
|
||||
|
Loading…
Reference in New Issue
Block a user