From 9d6a411ce24f6808962364370d9583490cf271d6 Mon Sep 17 00:00:00 2001 From: gabucino Date: Fri, 14 Sep 2001 16:13:28 +0000 Subject: jo sok ilyen ize. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1893 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/Hungarian/documentation.html | 81 +++++++++++++--------- DOCS/Hungarian/faq.html | 16 ++++- DOCS/Hungarian/sound.html | 127 +++++++++++++++++++++------------- DOCS/documentation.html | 81 +++++++++++++--------- DOCS/faq.html | 14 +++- DOCS/sound.html | 140 +++++++++++++++++++++++--------------- 6 files changed, 287 insertions(+), 172 deletions(-) diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html index d63009f349..0626bfe53c 100644 --- a/DOCS/Hungarian/documentation.html +++ b/DOCS/Hungarian/documentation.html @@ -32,7 +32,6 @@ -
  • 2.2 Video és audio kimeneti eszközök +
  • 2.2.2 Hangkártyák, audio kimenetek -
  • - +
  • 3. Használat -
  • 2.2.3.2 DGA +
  • 2.2.1.3 DGA
  • +
  • 2.2.2 Soundcards, audio output devices -
  • - +
  • 3. Usage
    • 3.1 Control from keyboard
    • 3.2 Control from LIRC (Linux Infrared Remote Control) @@ -325,23 +324,41 @@ Now you have to see a timer at the upper left corner of the movie

      3.1. Control from keyboard

      - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
        <- or ->  seek backward/forward 10 seconds
      up or downseek backward/forward 1 minute
      pgup/pgdownseek backward/forward 10 minutes
      p or SPACEpause movie (press any key)
      q or ESCstop playing and quit program
      + or -adjust audio delay by +/- 0.1 second
      / or *decrease/increase volume
      otoggle OSD: none / seek / seek+timer
      mtoggle using master/pcm volume
      z or xadjust subtitle delay by +/- 0.1 second

      (the following keys are valid only when using DirectShow DivX codec)

      1 or 2adjust contrast
      3 or 4adjust brightness
      5 or 6adjust hue
      7 or 8adjust saturation
        <- or ->  seek backward/forward 10 seconds
      up or downseek backward/forward 1 minute
      pgup/pgdownseek backward/forward 10 minutes
      p or SPACEpause movie (press any key)
      q or ESCstop playing and quit program
      + or -adjust audio delay by +/- 0.1 second
      / or *decrease/increase volume
      otoggle OSD: none / seek / seek+timer
      mtoggle using master/pcm volume
      z or xadjust subtitle delay by +/- 0.1 second

      (the following keys are valid only when using DirectShow DivX codec)

      1 or 2adjust contrast
      3 or 4adjust brightness
      5 or 6adjust hue
      7 or 8adjust saturation

      + +

      GUI keyboard control

      + +

      + + + + + + + + + + + + +
      , and .previous / next stream
      gray - or +decrease / increase volume
      enterstart playing
      spacepause
      sstop
      aabout
      lload file
      bskin browser
      etoggle equalizer
      ptoggle playlist
      ftoggle fullscreen
      mtoggle mute

      3.2. Control from LIRC

      @@ -362,16 +379,16 @@ anything about LIRC there's no support compiled in. That's it :-)

      It understands the following commands:

      - - - - - - - - - - + + + + + + + + + +
        PAUSE  pause playing. Any other keystroke will continue replay.
      QUITexit MPlayer
      RWND10 secs back
      FRWND60 secs back
      FWDskip 10 secs
      FFWDskip 60 secs
      INCVOLincrease volume one percent
      DECVOLdecrease volume one percent
      MASTERuse master mixer channel
      PCMuse pcm mixer channel
        PAUSE  pause playing. Any other keystroke will continue replay.
      QUITexit MPlayer
      RWND10 secs back
      FRWND60 secs back
      FWDskip 10 secs
      FFWDskip 60 secs
      INCVOLincrease volume one percent
      DECVOLdecrease volume one percent
      MASTERuse master mixer channel
      PCMuse pcm mixer channel

      Don't forget to enable the repeat flag for RWND/FWD in .lircrc. Here's an diff --git a/DOCS/faq.html b/DOCS/faq.html index c7475cd290..6039afaa06 100644 --- a/DOCS/faq.html +++ b/DOCS/faq.html @@ -242,7 +242,7 @@ use -double option. Q: What exactly is this libavcodec? A: -It's from Gerard Lantau's ffmpeg package (http://ffmpeg.sourceforge.net). +It's from Gerard Lantau's ffmpeg package (http://ffmpeg.sourceforge.net). It has C language DivX ;-) and OpenDivX alpha 47 codec. Some benchmarks showed that its DivX seems to be even faster than DirectShow codec without preprocessing, and only a few percent slower than ProjectMayo's DivX4 @@ -363,6 +363,18 @@ I have an AVI that plays with grey screen with -vc odivx, and green with -vc div It's not a DivX file, but an M$ MPEG4v3 . Update your codecs.conf.   +Q: +There this movie is, and when I play it I get video-audio desync and/or MPlayer crashes with the following:
      +DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer! +
      A: +This can have multiple reasons.
      +

    • your CPU and/or video card and/or bus is too SLOW. MPlayer + displays a message if this is the case. (and the dropped frames counter is going up fast)
    • +
    • if it is an AVI, maybe it has shit interleaving. Try the -ni option.
    • +
    • your sound driver is shit, or you use ALSA 0.5 with -ao oss. See the soundcards section.
    • +
    • the AVI has shit header, try with the -nobps option, and/or -mc 0 .
    • +  + 5.4. Video/audio driver problems (vo/ao)   diff --git a/DOCS/sound.html b/DOCS/sound.html index 19329a0baf..5122359e90 100644 --- a/DOCS/sound.html +++ b/DOCS/sound.html @@ -5,81 +5,109 @@

      2.2.2. Audio output devices

      +

      MPlayer's audio interface is called libao2. It currently +contains these drivers :

      +

      • OSS (ioctl) driver -
      • SDL driver (supports up/downsampling, esd, arts etc) +
      • SDL driver (supports up/downsampling, ESD, ARTS etc)
      • native ALSA 0.5 driver -
      • native ALSA 0.9 driver (buggy, use OSS emulation!) +
      • native ALSA 0.9 driver (buggy, use OSS emulation instead!)
      • ESD (through SDL)
      • ARTS (through SDL)
      • SUN audio driver (/dev/audio) for BSD and Solaris8 users

      +

      The fact is, Linux soundcard drivers are usually shit, and always as +incompatible as they can be. It MAY take a while to find your optimal settings.

      +

        +
      • if you have OSS as driver, first try with -ao oss (this is the default). +If you experience glitches, halts or anything out of the ordinary, have a +look at -ao sdl (NOTE: of course you'll have to have a new SDL library and its +devel pair installed). It helps in a lot of cases (it also supports ESD, ARTS, and +up/downsampling. /esd is GNOME's, arts is KDE's sound daemon/).
      • +
      • if you have ALSA version 0.5, then you ALMOST always have to use -ao alsa5 , +since 0.5 has buggy OSS emulation code, and will crash MPlayer with +a message like this:
        +
          + DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!
        +
      • +
      • if you have ALSA version 0.9, use -ao oss or -ao sdl as you +wish.
      • +

      + +

      On Solaris/FreeBSD systems, use the SUN audio driver with the +-ao sun option, otherwise you'll have no video, nor audio playing.

      +

      2.2.2.1. Soundcard experiences, recommendations

      - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Aureal Vortex 2
          OSS/Free:no driver
      OSS:OK
      ALSA:no driver
      Max kHz:48
      Driver:aureal.sourceforge.net
      Driver2: from here
      +
      Aureal Vortex 2
          OSS:no driver
      OSS/Pro:OK
      ALSA:no driver
      Max kHz:48
      Driver:aureal.sourceforge.net
      Driver2: from here
      (buffer size increased to 64k)
      GUS PnP
      OSS/Free:no driver
      OSS:OK
      ALSA:OK
      Max kHz:48
      SB Live!
      OSS:OK
      ALSA:(?)
      Max kHz:48
      SB AWE 64
      OSS:max 44kHz
      ALSA:48kHz sounds shit
      Max kHz:48
      Gravis UltraSound ACE
      OSS:max 44Khz. Also has problems with the -new sound code.
      ALSA:OK
      Max kHz:48
      Gravis UltraSound MAX
      OSS:OK
      ALSA:OK (?)
      Max kHz:48
      ESS 688
      OSS:OK
      ALSA:OK (?)
      Max kHz:48
      C-Media cards (which ones?)
      OSS:not OK (hissing) (?)
      ALSA:OK (?)
      Max kHz:?
      PC Speaker or DAC
      OSS:OK (use the SDL driver : -ao sdl)
      ALSA:no driver
      Max kHz:the driver emulates 44.1 maybe more
      Driver:ftp://ftp.infradead.org/pub/pcsp
      GUS PnP
      OSS:no driver
      OSS/Pro:OK
      ALSA:OK
      Max kHz:48
      SB Live!
      OSS:OK
      ALSA:(?)
      Max kHz:48
      SB AWE 64
      OSS:max 44kHz
      ALSA:48kHz sounds shit
      Max kHz:48
      Gravis UltraSound ACE
      OSS:max 44Khz. not OK
      ALSA:OK
      Max kHz:48
      Gravis UltraSound MAX
      OSS:OK
      ALSA:OK (?)
      Max kHz:48
      ESS 688
      OSS:OK
      ALSA:OK (?)
      Max kHz:48
      C-Media cards (which ones?)
      OSS:not OK (hissing) (?)
      ALSA:OK (?)
      Max kHz:?
      Tecra 8100 (?) (ymf-pci)
      OSS:not OK (?)
      ALSA:OK only with ALSA 0.5 with OSS emulation AND -ao sdl (!) (?)
      Max kHz:?
      PC Speaker or DAC
      OSS:OK (use the SDL driver : -ao sdl)
      ALSA:no driver
      Max kHz:the driver emulates 44.1 maybe more
      Driver:ftp://ftp.infradead.org/pub/pcsp

        -
      • use at least 2.4 if possible, 2.2 isn't tested -
      • if sound clicks when playing from CD-ROM, turn on IRQ unmasking ! +
      • on Linux, use at least kernel 2.4 if possible, 2.2 isn't tested +
      • if sound clicks when playing from CD-ROM, turn on IRQ unmasking ! for example "hdparm -u1 /dev/cdrom" (see "man hdparm" !!!) This is recommended anyways... (for XMMS, etc...) Read section 4.1. -
      • don't use your soundcard by other application ( for ex. XMMS ) ! - if you use ESD, start MPlayer with the '-vo sdl:esd' option ! -
      • Please tell us how MPlayer and your soundcard(s) worked together! +
      • don't use your soundcard by other application ( for ex. XMMS ) ! + if you use ESD, start MPlayer with the '-vo adl:esd' option ! +
      • Please tell us how MPlayer and your soundcard(s) worked together!

      -- cgit v1.2.3