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
40
votes
3 answers

Re-sampling H264 video to reduce frame rate while maintaining high image quality

Here's the mplayer output for a video of interest: br@carina:/tmp$ mplayer foo.mov mplayer: Symbol `ff_codec_bmp_tags' has different size in shared object, consider re-linking MPlayer 1.0rc4-4.5.2 (C) 2000-2010 MPlayer Team mplayer: could not…
BrianTheLion
  • 2,618
  • 2
  • 29
  • 46
29
votes
2 answers

playing a specific interval of a video in mplayer using command line option

I am using mplayer to play videos... I wanted to know if there are command line options to play a specific interval of a video in mplayer? For example, if I want to play a video file from 56 secs for a duration of 3 secs, then what would the command…
assassin
  • 19,899
  • 10
  • 30
  • 43
24
votes
6 answers

rtsp stream capturing

I'm looking for some universal way to dump rtsp stream. I want to figure out, that some rtsp stream is working well and server is sending some watchable video. openRTSP At first, google recommends me openRTSP tool. openRTSP -4 ${stream_link} >…
19
votes
2 answers

how to stream live videos with no latency (ffplay, mplayer) and what kind of wrapper could be used with ffplay?

I have been testing playing multiple live streams using different players because I wanted to get the lowest latency value. I tried gstreamer player (gst-launch-0.01), mplayer, totem and ffmpeg player (ffplay). I used different configuration values…
user573014
  • 715
  • 3
  • 15
  • 30
9
votes
2 answers

Is it possible to control mplayer from another program easily?

I'm setting up a computer running OpenBSD that I wish to play all the music I will ever want. I want it to basically set in a corner and do it's thing. The problem with that is that I want to control it from wherever I am. I can do that (though not…
Earlz
  • 62,085
  • 98
  • 303
  • 499
8
votes
2 answers

How to extract frames using mencoder into specific directory?

I can't seem to extract images into a specific directory. The current command I am running is mplayer -vo jpeg CustomLogoAni.mp4 Is it also possible to set the prefix for the file? Similar to ffmpeg %d.jpg When combining the images I run the…
slik
  • 5,001
  • 6
  • 34
  • 40
7
votes
2 answers

osx - Playing youtube videos in terminal as text using mpv or mplayer with libcaca or aalib?

I installed via homebrew: brew install mplayer mpv libcaca aalib to try to play videos as text in my terminal. Using mplayer, I tried aa: youtube-dl https://www.youtube.com/watch?v=urxk4mveLCw -o - | mplayer -cache 64000 -vo aa - and also…
thepiercingarrow
  • 211
  • 4
  • 17
7
votes
2 answers

How do you open an audio file in mpv using the terminal without the album art opening along with it?

I have an arch linux based ditro and I'm trying to open up an audio file (mp3 and flac files) in the terminal using the following command: $ mpv song.flac If the audio file doesn't contain any album art, it opens up in the terminal and starts…
nichii1923
  • 71
  • 1
  • 3
7
votes
4 answers

How can i create a stable checksum of a media file?

how can i create a checksum of only the media data without the metadata to get a stable identification for a media file. preferably an cross platform approach with a library that has support for many formats. e.g. vlc, ffmpeg or mplayer. (media…
yawniek
  • 379
  • 2
  • 13
7
votes
1 answer

disable XQuartz and revert to mavericks's default x server

I have installed XQuartz 2.7.5 on Mavericks. After that videos I play with mplayer seems to load on a separate window, all white stuck with only the audio playing. I have disabled Xquartz by disabling…
Fixtree
  • 106
  • 3
  • 9
6
votes
1 answer

How can I create an MPlayer playlist with a shell script?

I am trying to create a shell script in Linux that when executed searches a directory for all media files then creates a playlist and plays it with MPlayer.
RoundRobin
  • 99
  • 1
  • 2
  • 9
5
votes
1 answer

Subprocess.Popen stops ( or malfunctions) after a few seconds

I am a complete beginner so apologies for any mistakes. This is my code in Python 3.5. It executes in Raspbian on a Raspberry Pi 3. import subprocess radio = subprocess.Popen(["mplayer",…
Rinogg
  • 186
  • 8
5
votes
4 answers

Is there a command to stop and pause mplayer using the PId?

I am playing mplayer from my qt application using the play button. I have two buttons called pause and stop. For play button I used system ("mplayer "+s.toAscii()+"&"); where s is the playlist. For the pause button I used system("p"); but it is not…
yamuna mathew
  • 71
  • 1
  • 4
5
votes
1 answer

Linux tee command with multiple fifo. fifo blocks tee

I am trying to develope one program to play and record some rtmp streames. The program is developed in Qt. i am using the rtmpdump and mplayer. since both are running in seperate process, i am using a fifo to pass the stream from rtmpdump to…
user937065
  • 51
  • 4
5
votes
1 answer

Pipe all keyboard commands automatically to an embedded mplayer instance when a modifier key is pressed in pyqt4

This is a follow up question to this answer: https://stackoverflow.com/a/11939294/406686: Consider the following code, which embeds mplayer in a QWidget. The problem is that it doesn't react to any mplayer keyboard shortcuts such as right arrow for…
student
  • 1,636
  • 3
  • 29
  • 53
1
2 3
15 16