Tagged Questions
The mplayer tag has no wiki summary.
6
votes
5answers
792 views
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 ...
5
votes
2answers
192 views
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 ...
2
votes
1answer
70 views
mpylayer, PyQt4 and lineEdit
Consider the minimal example below. It works perfectly until I uncomment the following lines:
# self.mainwi = QtGui.QWidget(self)
# self.lineEdit1 = QtGui.QLineEdit(self.mainwi)
# ...
2
votes
1answer
98 views
Unicode problems with Emacs EMMS and mp3info/mplayer
I have a problem with my Emacs-emms configuration. It seems that the Unicode special characters in the songs ID3tags appear with their unicode not rendered. For example, Trentemøller (music band) ...
2
votes
3answers
532 views
How do I get a MP3 file's details (like the author, title, album, year, etc.) with not too complicated coding?
I just want a simple piece of code that can give me the author, album, year, title and genre from a mp3 file. If one can, in the form of variables so that I can work with that. All I want to do is let ...
1
vote
2answers
116 views
How To playback to memory with mplayer
I need to embed a video player into my program (C++) but I cannot use XEmbed, because I must do some postprocessing.
Is it possible to write the output as a raw RGB to a buffer of memory like you can ...
1
vote
1answer
116 views
python-mplayer closes immediatly
Consider the following example:
import sys
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from mplayer import *
class mplayerStarter(QMainWindow):
def __init__(self, parent=None):
...
1
vote
1answer
398 views
fixing linux mplayer library problem [closed]
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. ...
1
vote
3answers
180 views
How can I run this command in a shell script
This is my shell script but it gives errors:
#!/bin/sh
while getopts "i:o:" flag
do
case $flag in
i) file_input=$OPTARG
;;
o) file_output=$OPTARG
;;
esac
done
mplayer -nosound ...
1
vote
2answers
322 views
How to take pictures of the video through mplayer or ffmpeg to php?
How to take pictures of the video through mplayer or ffmpeg to php?
1
vote
4answers
453 views
What is the best way to play “*.mp3” files in java?
Is there an interface to VLC or MPlayer wich i can use?
I simply want an interface (Servlet -> Java) wich is able to play songs on a linux machine.
Best regards,
1
vote
1answer
579 views
Python: Parse stream title with mplayer
I'm writing a simple frontend in Python to play and record internet radio channels (e.g. from shoutcast) using mplayer (in a subprocess). When a user clicks a station the following code is run:
url ...
1
vote
1answer
424 views
mplayer slave mode - can't delete files after watching
I'm using mplayer in my C# app running in .NET on Windows and Mono on Linux. I start mplayer using Process.Start and run it in -slave -idle.
To play a video, I write to stdin like this:
loadfile ...
0
votes
0answers
10 views
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 ...
0
votes
1answer
39 views
Perl system call mplayer, transition between videos varies
I'm only few weeks into perl, and I am trying to run the codes below:
sub runVideo {
system('mplayer -fs video1.mpeg2 video2.mpeg2');
return;
}
runVideo();
system('some other processes in ...
0
votes
1answer
92 views
How to convert an mkv (with subtitles) to something Nexus One friendly?
I have this ffmpeg one-liner that's been good for generating video files for my Nexus One:
ffmpeg -i infile.mkv -acodec aac -s 572x238 -vcodec libx264 -vpre ipod640 -ab 128k -b 512k -f mp4 -strict ...
0
votes
0answers
54 views
Mplayer - how to keep aspect ratio while resizing window
I need to keep original aspect ration of my video, which I watch with MPlayer. I used parameter -noaspect on command line. But when I started to resize MPlayer, video didn't keep its orginal aspect ...
0
votes
0answers
75 views
Playing Apple HTTP Live Stream on Windows seamlessly [closed]
I am trying to play Apple Live Streams on Windows. I have used VLC and mPlayer to do this, with varying success. The furthest I got was with mPlayer, using the command:
C:\Program ...
0
votes
0answers
66 views
Mplayer can't play *.wmv file [closed]
I have a problem when I use the mplayer to play *.wmv file on my ubuntu11.10.
There are some error messages here. Could anyone can help me solve this problem. I use some keyword to search in Gooele, ...
0
votes
0answers
37 views
Can mplayer fade in audio? [closed]
I would like mplayer to fade in audio starting from silence so that it is not so jarring to start listening to a song when the volume is high.
$ mplayer foobar.mp3 # Should start at volume 0 and work ...
0
votes
2answers
61 views
How do I play multiple files simultaneously with mplayer? [closed]
I have three .mp3 files that I want to play simultaneously using mplayer. Could you please show me how to do this with a script or with mplayer itself?
0
votes
1answer
103 views
Play video file – Random order, random start point, random end point [closed]
I'm working on a little art installation in school that revolves around randomness.
The thing is I have video clips of various length that I would like to play in a random order. And also the file ...
0
votes
0answers
51 views
Playing Remote Video File via WCF & MPlayer
We have a server on our local network with tons of video files (in various formats: mkv, avi, mov, etc...)
I need to write a client-server WCF application that allows me to play remove video files ...
0
votes
0answers
35 views
Changing mplayer volume affects festival
I'm working on an alarm clock, but am having this problem running mplayer (radio) and festival (text-to-speech) simultaneously.
If I..
Run mplayer in -slave mode
Change the volume with volume 30 1 ...
0
votes
1answer
108 views
Make MPlayer show all playback state change message in output
I'm currently using MPlayer in slave mode for a video player im making.
As of currently, the media player shows ==== PAUSED ==== when it's paused and I can read the output for this status to know ...
0
votes
2answers
112 views
How to write Remote-Control program for mplayer?
I need to create a NPAPI-Browser plugin to control mplayer, I found one way to control mplayer is its slave mode [link], Is there any other better way?
0
votes
0answers
323 views
mplayer error: The selected video_out device is incompatible with this codec
I'm trying to get thumbnails from a video MPEG, but when I run the command:
mplayer video.mpg -sstep 35 -frames 5 -nosound -vo jpeg:outdir=/mydir/
I got this output:
MPlayer ...
0
votes
0answers
10 views
Error compiling mplayer
libavcodec/libavcodec.a(ituh263enc.o): In function h263_encode_init':
ituh263enc.c:(.text+0x45b5): undefined reference tomvtab'
ituh263enc.c:(.text+0x45c4): undefined reference to mvtab'
...
0
votes
0answers
92 views
mplayer forward/rewind when playing .flv [closed]
When I'm watching a .flv file in mplayer, if I forward or rewind the video will start from the begin.
Has anyone a solution?
0
votes
0answers
167 views
MPlayer dropped frames statistics and benchmark details
I would like to know how and where I can find details about: number of frames dropped, and total number of frames develivered after MPlayer finishes decoding a video.
I am using the -benchmark ...
0
votes
1answer
245 views
Launch MPlayer in fullscreen mode
I'm trying to open a video in MPlayer in fullscreen mode from a Java application. I'm using the ProcessBuilder class to send the commands to MPlayer. The problem is, when I invoke MPlayer to play the ...
0
votes
1answer
106 views
Is any command to stop and pause the mplayer using the PId
hello friends i am playing mplayer from my qt application using the play button....i have two more buttons called pause and stop....in play button i used system ("mplayer "+s.toAscii()+"&"); where ...
0
votes
1answer
70 views
Error on opening files in MPlayer because of whitespaces
I'm trying to open videos files using MPlayer, but I've found out a problem when passing the command line to it from a Java application.
I'm using the Runtime class to pass the command, but I ...
0
votes
1answer
117 views
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 ...
0
votes
2answers
373 views
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 ...
0
votes
1answer
250 views
I have written a simple daemon, pls suggest improvements (bash/python-Ubuntu)
I have a bash script that basically starts an audio stream using mplayer:
#!/bin/bash
# startmusic.sh
/usr/bin/mplayer http://www.audiostream.com
what I want to make sure is that if mplayer ...
0
votes
1answer
106 views
Mplayer forward/rewind speed
Is it possible to configure how far mplayer will skip when i use the cursor-keys?
0
votes
1answer
110 views
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 ...
0
votes
0answers
77 views
Video Uploads stopped working on my AVS site(PHP,FMPEG,MPLAYER)
I run an Adult Video Script site(Im not posting the address here for obvious reasons ;)), and as of a few weeks ago the user video upload functionality has stopped working. Im not exactly sure where ...
0
votes
1answer
240 views
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.
0
votes
0answers
256 views
Mplayer crash when playing RTSP and disconnect
I'm using mplayer for playing RTSP streams (Axis IP Camera), and I
would like to know how I can prevent mplayer from crashing when the IP
cameras are unreachable (network problem, camera is shutdown, ...
0
votes
2answers
444 views
JAVA IPC on Windows
I want to open a named pipe using Java and extract the content of that archive (rar / zip /etc..) to a named pipe, then run Mplayer with the location of that pipe and play the movie.
I tried to open ...
0
votes
1answer
650 views
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 ...
0
votes
2answers
539 views
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 ...
0
votes
4answers
468 views
How hard would it to create a media player (gui fronteend for mplayer), need guiddance for getting started
I am pretty dissatisfied with all the available media players, and I was also looking for a major project to really get into programming. so I am thinking of writing my own media player . Or to be ...
0
votes
1answer
429 views
Controlling Festival Output
I am working on improving Festival on Emacs. I need better control of Festival when it reads a sentence. Basically, I need two things:
Show what word is being read.
Change the speed (and maybe ...
0
votes
1answer
135 views
Mplayer Fedora No video
I have installed MPlayer. I have vaio with ATI graphics card. When I try to play movie file such as .avi, MPlayer GUI opens, but there is no video (just white GUI) I can see all the control buttons, ...
0
votes
1answer
432 views
mplayer -ao pcm:file=C:\x.wav [closed]
Not sure where this should be posted...
Anyway, if i run the following command in a windows XP console it gives me a weird error and i have no ideea why.
mplayer "1.mp3" -vc "null" -vo "null" -ao ...