Questions tagged [mplayer]

MPlayer is a free and open source media player.

The program is available for all major operating systems, including Linux and other Unix-like systems, Microsoft Windows and Mac OS X. Versions for OS/2, Syllable, AmigaOS, MorphOS and AROS Research Operating System are also available. A port for DOS using DJGPP is also available.

237 questions
0
votes
1 answer

mplayer under uvesafb frame buffer will show black screen before playing video

I'm try using mplayer to play video under frame buffer, and I'm using uvesafb as the frame buffer driver. The board is VIA EPIA-N800 The grub boot setting is: /boot/vmlinuz-2.6.32 root=UUID=7ece6c10-7255-4f21-8cd8-edb096233969 ro quiet console=tty2…
billy3321
  • 85
  • 1
  • 1
  • 6
0
votes
1 answer

Command line audio player similar to mplayer in slave mode

I'm looking for an audio player that can be controlled through the command line or STDIN. I've been using Mplayer in Slave mode, but there are some bugs in how it calculates the duration of audio files that makes it unusable. Any ideas? Ideally, I…
herbps10
  • 221
  • 2
  • 6
0
votes
1 answer

Add my own gstreamer plugins to totem player or mplayer

I want to add some of gstreamer plugins, which i have implemented, to totem player/mplayer so that it can use those plugins to play the given file. please tell me which player is having easy steps to add gstreamer plugins and please tell me how to…
user1008260
  • 33
  • 2
  • 6
0
votes
4 answers

Playing video files sequentially using mpylayer

Consider the following minimal working example using mpylayer: import mpylayer mp = mpylayer.MPlayerControl() files = ['/tmp/video1.mp4','/tmp/video2.mp4'] for i in range (0,2): mp.loadfile(files[i]) This should play all of the video1.mp4 …
student
  • 1,636
  • 3
  • 29
  • 53
-1
votes
1 answer

Record video in background with mencoder

I have an USB tv stick Sundtek MediaTV Pro III which has an analog input. with the following command, recording works perfectly. mencoder tv:// -tv…
SuiTheDoc
  • 179
  • 2
  • 9
-1
votes
1 answer

Using mencoder to record a video

I'm trying to use mencoder to record a video. The following command was taken from an online tutorial: mencoder tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0:forceaudio:adevice=/dev/dsp -ovc lavc -oac mp3lame -lameopts…
George
  • 6,927
  • 4
  • 34
  • 67
-1
votes
1 answer

PHP: how do I clean shell_exec('mplayer ./sound.mp3') unwanted output from console?

I have PHP CLI application. I play sounds via mplayer on errors: ob_start(); shell_exec('mplayer ./SadTrombone.mp3'); ob_end_Clean(); Sound is OK, but ob_end_clean() take no effect here - I get following output:
iVenGO
  • 384
  • 1
  • 4
  • 17
-1
votes
2 answers

MPlayer – changing ‘ao=’ codec order in mplayer.conf does not appear to work for per user config?

Quoting mplayer.conf: " Configuration files are read system-wide from /etc/mplayer/mplayer.conf and per user from ~/.mplayer/config, where per-user settings override system-wide settings, all of which are overrriden by the command line." However,…
Jim Cross
  • 1
  • 5
-2
votes
1 answer

svn can't connect to host 'svn.ffmpeg.org':no route to host

i am newbie to ubuntu i am trying to install ffmpeg flvtool2 mplayer in ubuntu for php while using this command svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg i am getting the error as svn can't connect to host 'svn.ffmpeg.org':no route to …
-2
votes
1 answer

Using mpv for video background on multiple monitors

How can one use mpv to play a video as background on i3wm separately on 3 different screens/ workspaces? I currently use 3 monitors on my i3 setup and wanted to use mpv to set up a live wallpaper. The problem I am facing right now is that it plays…
mayank
  • 176
  • 1
  • 12
-2
votes
1 answer

How to play first n seconds of a mp3 track with systemd?

Here's my try: [Unit] Description=play the a team song [Service] ExecStart=/usr/bin/mpg123 /home/pi/Music/the_a_team.mp3 RuntimeMaxSec=10 The song plays 21 seconds and then stops. I don't get it. I also didn't find another solution like telling…
Lukas Kitsche
  • 147
  • 1
  • 1
  • 5
-2
votes
1 answer

What mplayer.exe file to use for linux

I wrote a small program in mono to play a video using mplayer. To run the video i used the mplayer.exe for window, now i want to use this program in debian. Does someone know what i should us instead of the window mplayer.exe. thanx
user1885948
1 2 3
15
16