# HG changeset patch # User gabucino # Date 1000484008 0 # Node ID 70dbd25c128c7ee28cf92c0a8f362b6231450cd1 # Parent ec11652458ea16d9d368ac31b8938c4ca2a7b3b3 jo sok ilyen ize. diff -r ec11652458ea -r 70dbd25c128c DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Thu Sep 13 19:50:06 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Fri Sep 14 16:13:28 2001 +0000 @@ -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 @@

      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
        <- 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)

      (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

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

      + + + + + + + + + + + + +
      , 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 @@ 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 -r ec11652458ea -r 70dbd25c128c DOCS/faq.html --- a/DOCS/faq.html Thu Sep 13 19:50:06 2001 +0000 +++ b/DOCS/faq.html Fri Sep 14 16:13:28 2001 +0000 @@ -242,7 +242,7 @@ 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 @@ 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 -r ec11652458ea -r 70dbd25c128c DOCS/sound.html --- a/DOCS/sound.html Thu Sep 13 19:50:06 2001 +0000 +++ b/DOCS/sound.html Fri Sep 14 16:13:28 2001 +0000 @@ -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
      GUS PnP
      OSS:no driver
      OSS/Pro:OK
      ALSA:OK
      Max kHz:48
      SB Live!
      OSS:OK
      ALSA:(?)
      Max kHz:48
      SB Live!
      OSS:OK
      ALSA:(?)
      Max kHz:48
      SB AWE 64
      OSS:max 44kHz
      ALSA:48kHz sounds shit
      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 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
      Gravis UltraSound MAX
      OSS:OK
      ALSA:OK (?)
      Max kHz:48
      ESS 688
      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:?
      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
      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!