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

unexpected result: grep from a changing line

I wrote a bash command to test grep from a changing line: for i in $(seq 0 9); do echo -e -n "\r"$i; sleep 0.1; done | grep 5 The result shows: 9 Update The real problem is as follows: mplayer shows and refreshes a single-line playing progress…
0
votes
1 answer

Making a blu-ray video-album from 30fps video-recordings?

I wish to make a blu-ray video-album with all the family video-recordings I've done with various recording devices through-up the years. Most of the recordings are 720p 30fps, recorded with my cellphone. As many others before me I have now learned,…
mr_lou
  • 1,910
  • 2
  • 14
  • 26
0
votes
2 answers

What is wrong with this video produced with libx264?

I've been trying to get a c++ wrapper around libx264 (version 142) to work. I am able to produce a video with x264 with no errors during encoding. Most standard video players (QuickTime, VLC...) are NOT able to read it but don't display any errors.…
Natal
  • 13
  • 1
0
votes
1 answer

Bash Script as ScreenSaver

I am trying to create a script to use a movie as ScreenSaver, but once the movie is opened, the system freezes and reboots. I have been pulling hairs off of my head because I cannot figure out why this happens. I tried the same script in another…
0
votes
2 answers

How to extract frames from a YUV file?

I have a YUV file and I want to obtain each frame in the form of a BMP file, how to go by doing this ? I have FFMPEG and MPlayer at my disposal.
pradeep
  • 3,005
  • 12
  • 42
  • 65
0
votes
1 answer

node.js mplayer fifo control

I am trying to create an webscket control wrapper for mplayer on beaglebone with node.js. A glimpse of my websocket server looks lke this: io.sockets.on('connection', function (socket) { SaveToLog('Client ' + clientAddress + ' connected.'); …
0
votes
1 answer

How to install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder, LAME MP3 encoder for Winxp. php version 5.3.0

I am newbie in php.Can any body tell me how i install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder in Windows XP and php version should be 5.3.0 or Wamp server release July 11 2009/Xamp Server release 2009/12/23. I make search on google and i find tutorial…
user295239
  • 369
  • 1
  • 3
  • 4
0
votes
2 answers

Dynamic resize with MPlayer and PyGTK

I've wrote a piece of code in python and pygtk for an embeded mplayer in a gui. I assume I use GtkSocket and the slave mode of mplayer with the -wid option. But I've got an issue, when the size of my GTK window is smaller than my stream, the stream…
alex
  • 1
  • 1
0
votes
1 answer

Any way of using mplayer as a library to obtain frames from a rtsp stream

I'm working on a application to show a rtsp stream video. I have used opencv and livbav avplay. The problem is lag or low latency. With this solutions I obtain a latency of 500 ms. But I need about 300 ms in order to have a properly control of the…
isra60
  • 512
  • 1
  • 6
  • 18
0
votes
1 answer

Install yamdi, ffmpeg, mplayer, mencoder and mediainfo

Regards, For one a script I need the following support to have on the my server. Mencoder 1.0rc1 Mplayer 1.0rc1 FFmpeg (from SVN) flvtool2 or yamdi MediaInfo (http://mediainfo.sourceforge.net/en) How do I check what I got from this on server?…
NetSector
  • 106
  • 2
  • 11
0
votes
1 answer

mplayer - custom fps

I need to set custom output fps in mplayer but I can't use -fps option because it just changes video duration time. I need to change fps with keeping video duration time (i.e skip or add some frames). Is there such option in mplayer?
0
votes
2 answers

Video playback issues in fedora 20

last night I have installed fedora release 20. but I am not able to playback any videos. If I play a video file in, say VLC. the audio is alright. only the video is not being played. No picture only sound. I have tried installing, vlc smplayer all…
vanangamudi
  • 673
  • 1
  • 8
  • 21
0
votes
1 answer

Trying to pause whilst running mplayer from webserver

Hi i am creating my own user interface using python. In this i currently run mplayer from a click with nohup (so as not to mess up the server running), what i would like to do is add a pause button. Is this possible when running nohup or is there a…
bighead85
  • 71
  • 1
  • 4
  • 10
0
votes
1 answer

Movie streaming with mplayer

How can I see a movie from one of several streaming sites? I would like use mplayer, given a certain url. For instance: mplayer -url http://address
user1897949
0
votes
1 answer

raspberry pi easycap dc 60 capture problems

I am trying to capture video over EasyCap DC60 stk1160 (yellow cable) but on my raspbian 3.10.25 (raspberry pi) in mplayer video looks like this (green and messed video, artefacts): http://www.youtube.com/watch?v=27YLQKNKZtw&feature=youtu.be And…
peter
  • 4,289
  • 12
  • 44
  • 67