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
0 answers

ffmpeg live webcam colorkey subtraction and dispaly feed on desktop (with subtracted color transparent/desktop see through visible))

Purpose: I want to create instructional video lectures using laptop webcam and presentation slides. Here I should be visible in bottom right corner of desktop in small screen or full screen explaining slides. (like TV weather report). What I seek:…
Vij
  • 1
  • 2
0
votes
1 answer

proxy server for playing media (mplayer), how does it work?

I do not have access to a network environment with a proxy server for reaching internet to test with. Therefor, I would like to ask you this newbie question: -is it enough to set the proxy server settings in the network settings for the machine, or…
Julio
  • 145
  • 1
  • 2
  • 8
0
votes
3 answers

OpenCV video not getting saved

I am trying to save a video in OpenCV but i keep getting the error "could not demultiplex stream". I then checked size and found out that it was in kB. I primarily want to save grayscale videos how do i make it possible? Is there any specific codec…
Nithin
  • 1,387
  • 4
  • 19
  • 48
0
votes
1 answer

Argument doesn't recognized if passed with QProcess

I have difficult to pass the -vo argument to mplayer using QProcess, Here a minimal example: MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); QString program; program =…
Mark
  • 4,338
  • 7
  • 58
  • 120
0
votes
1 answer

fixing linux mplayer library problem

While trying to use mplayer or mencoder i get a library error on libsmbclient.so.0 the file seems to be available if you check below but somehow its not pointed to the right place. This is centos5. Does anyone know what i can do to point…
Joan Silverstone
  • 385
  • 1
  • 3
  • 15
0
votes
1 answer

Cant get the length of a music in wxpython

i am trying to build a music player using wxpython, mPlayerCtrl. But i am having a issue n getting the length of the added music. I have tried: self.mplayer.Length() when I am using .Length() its giving error AttributeError: 'MplayerCtrl' object…
0
votes
0 answers

mplayer subprocess not returning

I'm working on a raspberry pi script that plays a random sound clip folder and pauses the script while it is playing. I am having two issues with the following code The last second or two of the sound clip is sometimes cut off It never reaches the…
0
votes
1 answer

change user agent in mplayer windows cmd?

I am viewing a video from rtsp://r5---sn- link and i wish to change the current user agent that shows up as User-Agent: MPlayer (LIVE555 Streaming Media v2013.04.30)\r\n in wireshark. I also tried the command mplayer -user-agent "QuickTime"…
user8592692
0
votes
1 answer

mplayer/mencoder fails encoding on a RHEL5 machine

I'm using an application called ClipShare to post videos. However, encoding seems to fail. Here's what I get from the logs: /usr/local/bin/mencoder /clipshare/video/39.wmv -o /clipshare/flvideo/39x.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc…
ACal
  • 11
  • 5
0
votes
1 answer

MPlayer not playing HTTP video stream for a specific type of content from the same source

Implementation overview Before I dive into the question, I need to establish the context from the start. I am currently implementing a cloud gaming solution utilising the following: Nvidia Capture SDK Nvidia Video Codec SDK FFmpeg MPlayer The…
Joel
  • 11
  • 6
0
votes
1 answer

Popcorntime doesn't stream content to MPlayer

Both in Arch Linux and in Ubuntu, I installed popcorntime and mplayer from official sources, and even if the "Watch Now" button in Popcorn Time does display MPlayer as an option, when you click on it, it downloads the movie but fails to stream it to…
e18r
  • 7,578
  • 4
  • 45
  • 40
0
votes
1 answer

QRubberBand and MPlayer in QLabel

I have already tried many solution that are provided on stackoverflow to make it transparent. I want to make QRubberBand transparent and i am also facing problem regarding that green color which is due to mplayer. #include "physician.h" …
0
votes
1 answer

FIFO, Mplayer and php

How to user fifo files in php? I want to control mplayer, I know how to pause file [using system("echo pause > /tmp/mplayer.fifo)] but I don`t know how to send command and read output using pure php.
kiler129
  • 1,063
  • 2
  • 11
  • 21
0
votes
1 answer

Execute mplayer bash command using python 2.7

How do I execute the following linux command line command using Python mplayer -identify -frames 0 -vo null -nosound metallica.mp4 2>&1 | awk -F= '/LENGTH/{print $2}' I tried p1 =…
0
votes
1 answer

Stopping subprocess executing in a class

I'm trying to play a series of Audio files through MPlayer which is classed as a subprocess in Python. Then when the .stop() command is called. I want the subprocess to..... well.. stop executing. The important thing I want to keep occurring is the…
Keva161
  • 2,623
  • 9
  • 44
  • 68