Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'mplayer'

2110498 - i5noc: mplayer live wms
  1. When reconnecting within a few minutes of a disconnect with no other connected players, our server sends an End of Stream signal. This is allowed in the spec and every player except Mplayer is handling it correctly.
  2.  
  3. Looking at the mplayer source code, they are not parsing the End of Stream packet properly:
  4. http://msdn.microsoft.com/en-us/library/cc251288%28v=prot.10%29.aspx
  5.  
  6. You can test that mplayer does not handle End of Stream + Stream Change (server side playlists) with this url: http://vmc001.sjo.edgecastcdn.net/serverside_playlist.wsx
  7.  
  8. When WMP plays this url it cycles through 4 on-demand files in progression. With mplayer, it plays the first item and reports a chunk error. This is the same scenario we are seeing with Live streams when reconnecting in a 5 minute window.
  9.  
2016647 - playback dvd with mplayer no vid: mplayer driver dvd playback xv
  1. mplayer: could not connect to socket
  2. mplayer: No such file or directory
  3. Failed to open LIRC support. You will not be able to use your remote control.
  4. libdvdread: Using libdvdcss version 1.2.10 for DVD access
  5. libdvdread: Attempting to retrieve all CSS keys
  6. libdvdread: This can take a _long_ time, please be patient
  7. libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000ef7
  8. libdvdread: Elapsed time 0
  9.  
2010832 - mplayer wrapper script for redsh: mplayer redshift
  1. #!/bin/bash
  2. killall redshift
  3. mplayer $@
  4. redshift &
1330728 - mplayer config: mplayer config configuration
  1. # streaming
  2. cache              = 8192
  3. cache-min          = 4
  4.  
  5.  
  6. # video
  7. vo                 = xv
  8. monitoraspect      = 16:10
  9.  
1246780 - mplayer config: mplayer
  1. # Write your default config options here!
  2.  
  3.  
  4. #============
  5. #General setup
  6. #============
  7. ao="alsa" #audio out
  8. mixer-channel="PCM"
  9.  
909682 - extract_audio.rb: mplayer ruby audio lame encode
  1. #!/usr/bin/env ruby
  2. #
  3. # Simple script to extract the audio part of a video
  4. # and encode it to mp3.
  5. # Depends on 'mplayer' and 'lame'
  6.  
  7. STDOUT.sync = true
  8.  
  9.  
856445 - Fabien Devaux: python mplayer from generator wrapper
  1. #!/usr/bin/env python2.5
  2. import os
  3. import select
  4. import subprocess
  5.  
  6. class_code = """# Access MPlayer from python
  7. import os
  8. import select
  9.  
856155 - extract_audio.rb: mplayer ruby audio lame encode
  1. #!/usr/bin/env ruby
  2.  
  3. STDOUT.sync = true
  4.  
  5. name = ARGV[0]
  6.  
  7. abort("usage: #{$0} filename") if name.nil?
  8. abort("a file name 'audiodump.wav' already exist") if File.exist? 'audiodump.wav'
  9.  
855238 - Fabien Devaux: python mplayer from
  1. from select import select
  2. import subprocess
  3.  
  4. mplayer = subprocess.Popen(['mplayer', '-input', 'cmdlist'], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  5.  
  6. class MPlayer(object):
  7.     def __init__(self):
  8.         self._mplayer = subprocess.Popen(['mplayer', '-slave', '-quiet', '-idle'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, bufsize=1)
  9.  
809611 - mplayer error: mplayer s509
  1. @localhost ~ $ mplayer --help
  2. MPlayer dev-SVN-rUNKNOWN-4.1.2 (C) 2000-2007 MPlayer Team
  3. CPU: Intel(R) Pentium(R) M processor 1.73GHz (Family: 6, Model: 13, Stepping: 8)
  4. CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
  5. Compiled with runtime CPU detection.
  6. The fontconfig option can't be used in a config file.
  7. Error parsing option fontconfig=1 at line 124
  8. Warning unknown option subfont-osd-scale at line 125
  9.  
736635 - Eriol's green screen: mplayer green
  1. [root@fedora ~]# mplayer -v -vo x11 -frames 1 /home/win_share/Downloads/Protege/Protege.2007.DVDRip.XviD-ESPiSE.CD1.avi
  2. MPlayer 1.0rc2-4.1.2 (C) 2000-2007 MPlayer Team
  3. CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz (Family: 15, Model: 2, Stepping: 7)
  4. CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
  5. Compiled with runtime CPU detection.
  6. get_path('codecs.conf') -> '/root/.mplayer/codecs.conf'
  7. Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': No such file or directory
  8. Reading /etc/mplayer/codecs.conf: Can't open '/etc/mplayer/codecs.conf': No such file or directory
  9.  
714094 - mplayer config: mplayer config
  1. vo=directx
  2. double=yes
  3. quiet=no
  4. subfont-autoscale=0
  5. subfont-text-scale=20
  6. sub-fuzziness=1
  7. subfont-encoding=iso8859-2  #normalis U" es O" miatt (Central Europe)
  8. vf=screenshot
  9.  
679256 - Jp: mplayer shizzle
  1. # Write your default config options here!
  2.  
  3.  
  4. monitoraspect=1920:1200
  5.  
  6. subfont-text-scale=2.0
  7. pp=6
  8. autoq=100
  9.  
597879 - mplayer error: mplayer s509
  1. @localhost ~ $ mplayer --help
  2. MPlayer dev-SVN-rUNKNOWN-4.1.2 (C) 2000-2007 MPlayer Team
  3. CPU: Intel(R) Pentium(R) M processor 1.73GHz (Family: 6, Model: 13, Stepping: 8)
  4. CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
  5. Compiled with runtime CPU detection.
  6. The fontconfig option can't be used in a config file.
  7. Error parsing option fontconfig=1 at line 124
  8. Warning unknown option subfont-osd-scale at line 125
  9.  
588853 - zphinx: mplayer
  1. MPlayer dev-SVN-rUNKNOWN-4.1.2 (C) 2000-2007 MPlayer Team
  2. CPU: AMD Athlon(tm) XP 2500+ (Family: 6, Model: 10, Stepping: 0)
  3. CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
  4. Compiled with runtime CPU detection.
  5. Available video output drivers:
  6.         xmga    Matrox G200/G4x0/G550 overlay in X11 window (using /dev/mga_vid)
  7.         mga     Matrox G200/G4x0/G550 overlay (/dev/mga_vid)
  8.         tdfxfb  3Dfx Banshee/Voodoo3/Voodoo5
  9.  
588654 - czekista - mplayer problem: mplayer
  1. stagger@debian:~$ mplayer -dumpstream "/home/stagger/wl-802-lec1-220k.rm" -dumpfile wyklad1.rm
  2. MPlayer 1.0rc1-4.1.2 (C) 2000-2006 MPlayer Team
  3. CPU: AMD Duron(tm) processor (Family: 6, Model: 3, Stepping: 1)
  4. CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
  5. Compiled with runtime CPU detection.
  6. Can't open joystick device /dev/input/js0: No such file or directory
  7. Can't init input joystick
  8. mplayer: could not connect to socket
  9.  
fantasy-obligation