Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
13 views

Having trouble reading a YUV video with mplayer/mencoder

I'm making some experiences with the YUV raw video format. This YUV video I created (with ppmtoy4m from mjpegtools, from a series of screenshots taken at 24 fps) plays OK with Totem, correct rate, ...
0
votes
0answers
21 views

SMPlayer should start caching for next track already at the end of the current track to allow seamless playback

I'm playing back a concept album on CD with SMPlayer (gui to MPlayer). It assumes that the transition between two tracks is seamless. However, when a track ends, SMPlayer takes some time to fill the ...
0
votes
3answers
47 views

Mplayer doesn't prevent screensaver in Ubuntu

I'm trying to watch a movie using mplayer, and despite putting stop-xscreensaver=yes in my /etc/mplayer/mplayer.conf file, and also starting mplayer using the -stop-xscreensaver, I still have to sit ...
1
vote
1answer
112 views

How to make mplayer or VLC start playing video at strict time?

I want mplayer and VLC start playing at exact time. Player should: Load video file, buffer it, prepare everything; Wait for UNIX time to be N seconds M milliseconds Start playing according to ...
0
votes
1answer
50 views

mplayer mute stdout and supress get focus on loop

I use this type mplayer mplayer is aliased to `mplayer -fs -noconsolecontrols -loop 0' to play files. I would like to mute the stdout stuff so I could keep bash to do other things by running ...
0
votes
1answer
36 views

Totem and MPlayer not displaying video correctly in Mint 11

Whenever I try to play a video file in Totem or MPlayer (I've tested OGV, MP4, MPG), it displays in very odd ways (depending on program). Videos play fine in VLC, Banshee, Google Chrome etc. I think I ...
0
votes
0answers
32 views

MPlayer refuses to generate mono wav file

I want to downsample an existing audio file to 8KHz mono. This command line downsamples it to stereo: mplayer -quiet -vo null -vc dummy -af volume=0,resample=8000:0:1 -ao ...
1
vote
1answer
72 views

Delaying screenshot from webcam with mplayer

is there a way to delay screenshotting on mplayer? The parameter "-ss" doesnt work, because its not a seekable input. Currently im using: mplayer -nosound tv:// -tv driver=v4l2:device=/dev/video1 ...
1
vote
0answers
42 views

How to stop mplayer from moving mouse pointer?

I noticed that mplayer moves mouse cursor every 10 seconds: ltrace -e ...
1
vote
0answers
27 views

How to pause mplayer whenever I switch to another window?

I'm using mplayer-gui and would like to have it pause whenever I switch to another window and playback when I switch back. Any ideas? Thanks.
0
votes
0answers
206 views

How can I watch GoToMeeting videos on ArchLinux?

I have problem watching recorded meetings on ArchLinux. This is the output from mplayer: MPlayer SVN-r34426-4.6.2 (C) 2000-2011 MPlayer Team 181 audio & 384 video codecs mplayer: could not ...
1
vote
1answer
188 views

How can I overlay dynamic text on a video during playback?

I am using a spare linux (Ubuntu 10.04) box (os is non-negotiable) to playback videos while riding on a bike trainer. Additionally, I have a bluetooth heart monitor and I'd like to display my realtime ...
1
vote
3answers
551 views

How to play 1080p on an old computer (AMD Sempron)?

I'm using an old computer - Sempron 2600+ (1600 MHz) and 1250 MB of RAM to play a 1080p avi video. Is there a way to play it smoothly? What player should I use? How about Mplayer and playing the file ...
1
vote
0answers
547 views

Dump/load metadata with FFmpeg (WMA to MP3)

I need to convert WMA metadata into MP3 ID3 tags. FFmpeg should be able to dump them into a file and load them back to another using implemented mappers. I cannot find syntax of usage though: ...
1
vote
1answer
37 views

Reassess media file size in mplayer

I have two computers on the same wireless network (same subnet). Lets call them computer-A and computer-B. All my media files are on computer-B. I want to be able to play the file on computer-A using ...
2
votes
2answers
126 views

Subtitles appearing as squares

I was trying a new player called MPlayerX on OSX. It is showing subtitles as squares as shown below. It seems to be a problem with the settings. I tried different fonts, but it doesn't solve the ...
0
votes
1answer
230 views

mplayer/mencoder subtitle rendering thick, crude, unreadable

I installed the Slackware 13.37 package MPlayer-1.0rc4-i686-3sl.txz along with all of the available codecs, etc. I also have freetype-2.4.4-i486-1.txz installed for font rendering. For my first dvd ...
1
vote
0answers
124 views

How to get around nop_streaming_read error : Resource temporarily unavailable in mplayer?

I am trying to capture a stream using mplayer using the -dumpstream option: mplayer -dumpstream mms://<url> -dumpfile out.wmv But I'm always getting this error after several tens of ...
1
vote
0answers
66 views

Transcoding from DVD to MP4 and intentionally skip frames in the middle

I have a DVD that I'd like to transcode from a DVD format to MP4 so I can play it on my iPad. Normally this is trivially easy as I could use Handbrake. But this has an interesting twist. Around ...
1
vote
0answers
56 views

Improve priority of mplayer-pulseaudio-Xorg combination

I'm often having mplayer running on the side (e.g. watching television). However, this occasionally doesn't run too smoothly (granted, the CPU and GPU are also a bit weak). I've already running ...
0
votes
0answers
116 views

Stream piped audio to iOS device over HTTP

I'm trying to stream SiriusXM to my iPhone the "back way" because the official app doesn't work. There is a python script called pyxis that pipes data into mplayer and plays it locally. Is it possible ...
1
vote
1answer
252 views

gnome-mplayer on Ubuntu 11.10 (Oneiric) subtitles are on top. Why?

When I upgraded to Ubuntu 11.10 (Oneiric) gnome-mplayer started to show subtitles at the top of the screen, "toptitles" rather then subtitles. Anyone know how to configure gnome-mplayer to show the ...
3
votes
1answer
118 views

Run mplayer from bash in background without extra bash

I would like to watch a movie with mplayer from bash in the background, like I do with all programs and there has never been any problems: mplayer Kick* & if you'd like to see Kickboxer, for ...
2
votes
1answer
182 views

How to get length of video file from console?

Suppose we have video file some_video. How to get length of it from a shell script (with mplayer/transcode/gstreamer/vlc/ffmpeg/whatever)? VIDEO_LENGTH_IN_SECONDS=`ffmpeg .... -i some_video ... | ...
1
vote
1answer
121 views

mplayer seek times seem fixed. Can they be customized?

Does mplayer actually allow custom seek times?  ie. change the default 10s to 4s. I'm running mplayer natively in the terminal. ie. not via a gui wrapper such as smplayer. Nothing changes when I ...
2
votes
2answers
309 views

How do I stop KDE from dimming the screen while mplayer is fullscreen?

Whenever KDE (I think) detects no mouse or keyboard activity for a while, it dims my laptop screen, then turns it off. I don't want that when I'm watching a movie. Is there a setting somewhere to ...
1
vote
3answers
162 views

Keep mplayer open after video playback

Is it possible to make mplayer freeze in the last frame of the video instead of closing? I am using CLI version of mplayer in linux.
3
votes
1answer
157 views

How to save mplayer's output when watching in ASCII mode (with aalib)

I was helping out a friend working on a presentation where he wants to show some videos he has taken but converted to ASCII art. I can do that quite easily with mplayer on a Linux box using aalib (-vo ...
0
votes
0answers
91 views

How to add watermark to mplayer?

I'm trying to add a watermark for mplayer for a IP TV project. I don't want to encode the source movies, but just want that mplayer displays an image on top of the movie, without changing the movie. ...
0
votes
0answers
50 views

How can I play different audio streams simultaneously?

I'd like to achieve the following using a 7.1 soundcard on a Debian system: play a video (including audio) and then, independently (not synchronized) play an audio file on another channel. I could ...
1
vote
0answers
86 views

mplayer can't read from streamripper relay

To use the same bandwidth for ripping and playing a stream I start a relay when ripping with streamripper : $ streamripper -r link2stream And to play it : $ vlc http://localhost:8000 With vlc ...
0
votes
0answers
76 views

Are there any good mplayer tutorials?

Are there any good mplayer tutorials aimed at newbies? I know about man mplayer, but it's too complex to start from there. Please don't suggest using any mplayer front ends!
1
vote
0answers
108 views

mplayer over 2 screens

I recently found an mplayer command line example that plays a video over 2 screens (nvidia twinview) but I lost it somehow. So does anyone know how to play a video with mplayer and have it stretch ...
0
votes
1answer
222 views

How to improve performance of mplayer with libcaca?

I'm using mplayer and libcaca on Gentoo. My framebuffer (uvesafb) is running at 1920x1200 (I don't know how many characters that is) and mplayer has problems filling up the screen, so video and audio ...
3
votes
6answers
1k views

linux: How to sync two video players on two computers?

Two GNU/Linux computers are playing the same video with mplayer (or vlc or whatever). How to sync the pause/seeking/FFw between them. Like when I press pause on master computer, the other one is also ...
3
votes
2answers
191 views

`mencoder` captures 10 minutes of audio in less than 10 minutes. How come?

I'm using mencoder to capture audio from a Encore ENLTV-FM3 video capture device. I have recently noticed that, since one week ago, when the machine was forcibly restarted due to a power outage, all ...
2
votes
0answers
148 views

How to have a soft-real-time process in presense of heavily swapping IO-intensive background load?

schedtool: PID 32301: PRIO 4, POLICY R: SCHED_RR , NICE -20, AFFINITY 0xf ionice: realtime: prio 4 But the music is stumbling anyway. Background load is low prio (SCHED_IDLEPRIO, idle ...
1
vote
3answers
398 views

How to adjust and combine multiple lower quality photos into one better using FOSS?

I have multiple noisy photos (caputed without tripod) that needs to be adjusted (moved/rotated) and averaged. How it's better to do it in Linux with FOSS console-based programs? Current way is ...
1
vote
2answers
268 views

How to add/remove codecs in linux

Friends, I'm new to Linux, I need to work on Linux. I have ported Linux to AT91SAM9261-EK board. Now i need to work on Codecs. I just know the definition of codec from wikipedia, Now i need add my ...
0
votes
1answer
303 views

why can I watch it with gnome-mplayer but not with mplayer?

This should be a very elementary question. I have a URL like http://SERVERNAME/file.wmv. When I enter it in "Open Location" in gnome-mpLayer it connects to the server and plays the stream. But when I ...
0
votes
0answers
110 views

decrypting a dvd and testing that it is decrypted and playing it locally with its menu?

I have a DVD , it may be decrypted. How do I get it to hard drive decrypt it and see if it is decrypted? I have got it to hard drive... I can get VOB files to play(does that mean it is not ...
1
vote
0answers
178 views

Problem playing multiple files in MPlayer OSX Extended

I have certain video files setup to be opened by MPlayer OSX Extended by default. If I click on one of these files, and the video finishes playing, then when I click on another file, it won't play. I ...
1
vote
3answers
352 views

How to get jubler to work with mplayer in OSX

I'm trying to use the preview in Jubler. In the external plugin wizard, when I browse to the directory where mplayer is and click on it, the program doesn't do anything. It just freezes. If I let the ...
0
votes
1answer
33 views
0
votes
0answers
160 views

mkv container increase quality. Which hardware needed for good quality?

I have pentium 4 3Ghz and 3Gb RAM, Riva TNT2 nvidia graphics adapter. Im playing video with linux console player mplayer. How can i determine an enough computer architecture for a good performance of ...
3
votes
3answers
402 views

Is there a better mplayer command line interface, or another good CLI music player?

I generally prefer to do things on the command line when I can. Mplayer is a great tool for playing all sorts of media, but the command line interface sucks. Some things I'd like to see in a CLI media ...
1
vote
0answers
573 views

Repairing a 3GP file

I was recording a video with my Droid when it froze. The resulting 3gp file was corrupted. I tried playing it in mplayer and VLC. My naive first attempt at repairing it was to try and rebuild a header ...
2
votes
4answers
2k views

Install mplayer on Mac OS X Snow Leopard

Have anyone experienced installing mplayer on Mac OS X Snow Leopard (10.6.3)? I have stuck for a whole day trying everything from install using source code, download the dmg and extract the binary ...
1
vote
2answers
321 views

Alternatives to y4mstabilizer; deshaking video

"Deshaking" means fixing the video captured from camera hold in hands. Is there open source video deshaker apart from y4mstabilizer from mjpegtools? Patch for mencoder is preferred. My current ...
1
vote
1answer
420 views

how to use time out in mplayer?

I am trying to save audio using mplayer from a live http stream. saving audio is successful. If there is no live stream playing it does not exit automatically. Is there any way to set timeout if ...

1 2