Ubuntu :: Assign MPlayer To Its Rightful Place "Sound And Video"?
Apr 4, 2011
I somehow lost my "documents" file. I had written a letter on OpenOffice and then went to file it in my documents file. I clicked on "places" then on "documents" and what came up was my recently installed MPlayer unit! This is crazy! So how do I recover my "documents" folder and how can I assign MPlayer to its rightful place "Sound and Video"?
View 1 Replies
ADVERTISEMENT
Apr 29, 2011
I just made a minimal installation of F14 and I have been installing more package to it. However I think I have missed something because VLC crashes after open and Mplayer and Totem have sound but not video.
View 5 Replies
View Related
May 26, 2010
I made a recent update to my Squeeze system and got this weird problem. mplayer, VLC and firefox (.....) all have sound. But when I try to run Amarok I get nothing. I looked into the Multimedia panel on the KDE4 system settings, and its not showing any devices at all. Previously it used to show HDA Intel etc., etc. Now the entries are completely blank. How do I get KDE to recognize my hardware? Shouldnt it pick things up automatically?
View 3 Replies
View Related
Jan 27, 2011
What is the best place to get an updated nVidia video driver for CentOS 5.5? Is there a CentOS package available that will update it? Or is it best to download it directly from nVidia?
Also, I do not have an internet connection on the machine, so it will have to be a manual download and installation.
View 6 Replies
View Related
Jul 15, 2011
I have an idea to install a video-camera to record 24/7 the place in the yard where the car will be kept. Can not say that I'll configure such a system for sure, but I have an interest to it. On the other hand I've never worked with such systems and I don't know what cameras are better, should they be IP-based or the USB-webcam will be OK, I also do not know much about the software. I've found that gphoto is a good software for such a purppose, and some photo-cameras can be managed remotely through console, I mean that we can take pictures/?video?
Remotely, if the camera is connected to the Linix-box via USB. Another soft, which I googled, which (as I understood) is de-facto and which is powerful, is ZoneMinder. Today a friend of mine told me that many IP-cameras have everything inside them (a webserver, many tools for capturing video/photo and so on), so I just need to create some directory on the PC, where it will store all photos/videos. So, as you see, I know practically nothing about all this. That's why I decided to listen to you, what software and photo/video cameras would you recommend me.
View 6 Replies
View Related
Apr 19, 2010
how do I skip to a particular second/frame *while* watching a video in mplayer?
View 3 Replies
View Related
Feb 10, 2011
I am running Ubuntu Studio 9.10 and have been using wineasio to connect Reaper to JACK successfully for a while now. However, I am now experimenting with using multiple soundcards in JACK (via alsa_in). My main card is an M-audio delta 44 (4 inputs) and I want to route the inputs from my onboard soundcard into Reaper using JACK. No problem so far.. This all works with alsa_in. But the problem is I can't get reaper to start with more than 4 in/out.
With wineasio, there is an environment variable "ASIO_INPUTS=" and "ASIO_OUTPUTS=" which allows you to set the number of in/out... Which I already used to bump it up to 4 when the default was 2. But when I try to set the inputs to 8, for example, Reaper still only recognizes that there are 4 inputs in its configuration.
The problem here is I need more than 4 separate input tracks going into Reaper simultaneously. It would also be nice to just have some "virtual" in/out ports to route things around in more ways. Another option I have considered is the "Rearoute" drivers in Reaper, however I'm not sure if that will play well with JACK. I'll have to test it tonight and see. I guess if it doesn't connect to JACK, it may be theoretically possible to run JACK simultaneously with the Rearoute driver with Reaper, and then actually use alsa_in on the same card to bridge it to JACK (in addition to using alsa_in for the onboard soundcard inputs as well)... But if this even works, I'm not sure if the latency will be worse ...
Does anybody have any insights on this? Am I doing something wrong or overlooking something? Is this just a limitation of wine or wineasio that it cannot assign more inputs than the primary sound card physically has? Would "virtual ports" help me at all in this endeavor?
View 1 Replies
View Related
Dec 21, 2010
Got this weird problem. I just installed 10.10 to my Thinkpad W510. I am trying to install the proper codecs required to play .avi and other files. I can hear sound, but no vide
View 7 Replies
View Related
Jun 5, 2011
-The Mkv video file cannot be opened by the Mplayer due to something that I don't know. I try to open it via the gnome-terminal and end up with something like this:
The, I try to play it with VLC media player. Everthing seems fine but after few minutes, I can see the lagging of the video and distractions on the screen.
Then, I've open my Windows 7 and play the mkv files with the KMplayer, everything is fine. No lagging, no distractions.
I've already updated the ubuntu-restricted-extras. I've already installed the libxine1-ffmpeg and nothings good appeared.
I've already installed the mkvtoolnix-gui (which is i don't know what is it) but similar prob appear.
how did play mkv files? With no lags or disctractions?
View 1 Replies
View Related
Oct 22, 2010
when I try to play any video in mplayer, i only hear the audio .how can I fix it?vlc and totem works
View 14 Replies
View Related
Feb 10, 2010
My partner is a teacher and has downloaded some videos from a teacher's resource site but can't seem to play them in Ubuntu. They play fine in Windows XP using Windows Media Player but they only play a few seconds in VLC or Totem and then freeze. The files in question seem to be normal MPG (MPEG-1) video files but somehow VLC and Totem choke on them. I have installed all restricted video formats including w32codecs but still no joy. My partner is threatening to go back to Windows!
View 2 Replies
View Related
Feb 19, 2010
I am trying to get a listing of video information using ffmpeg or mplayer. I have found a way BUT it is only returning 1 piece of info..
Here is what I'm doing in PHP:
print exec("/usr/local/bin/mplayer -identify file.flv -ao null -vo null -frames 0 2>/dev/null | grep ^ID_");
But this will not provide an entire listing, it will only print out 1 thing such as:
ID_AUDIO_CODEC=mp3
I can specify what exactly I want to know something like:
print exec("/usr/local/bin/mplayer -identify file.flv -ao null -vo null -frames 0 2>/dev/null | grep ^ID_VIDEO_WIDTH");
but I want to just have all the info available at once instead of having to loop through like 20 times..
View 3 Replies
View Related
Mar 9, 2010
I would like to save a broadcast video with mplayer but I want do it while they are seeing, I mean, I want see them in real time, but also recording them and see them when I want I've actually got with audio files with:
Code:
mplayer http://whatever/audio -ao pcm:file=/home/user/audio.mp3 It works perfectly, I listen to the audio file from the radio I connected and save the file. But I can't with video, I tried: Code: mplayer http://whatever/video -vo x11 -ao pcm:file=/home/user/video.mp4
View 4 Replies
View Related
Oct 13, 2010
I've just upgraded Kubuntu from Lucid to Maverick and, as i've added the backports repo, I also upgraded KDE from 4.5.1 to 4.5.2It mostly went fine, but there's one little annoyance i've noticed. I used to be able to drag an mplayer video around the screen by clicking anywhere on it, but since the upgrade that doesn't work any more and I now have to drag the title bar specifically
View 2 Replies
View Related
Jul 27, 2010
I'm using Ubuntu 9.10 and trying to use mplayer for reproducing a simple video playlist.
Typing on the terminal the code:
mplayer -playlist <playlistname>
I've the problem that every time that the player begins reproducing a new video, it close itself and reopen in another window. Is there no way to keep the first window open and reproduce all the video files in the same window?
View 1 Replies
View Related
Nov 22, 2010
So I'm running Ubuntu 10.10 64-bit on an HP Mini 210-1190NR. Everything runs fine except mplayer. I installed mplayer from the repos but when I try to play a video I get no sound. I can't figure out why.
Here's the output:
Code:
mplayer star.wars.the.clone.wars.s03e10.720p.hdtv.x264-ctu.mkv
MPlayer SVN-r32636-4.4.5 (C) 2000-2010 MPlayer Team
160 audio & 350 video codecs
Playing star.wars.the.clone.wars.s03e10.720p.hdtv.x264-ctu.mkv.
Cache fill: 3.12% (262144 bytes)
[Code]...
View 4 Replies
View Related
May 3, 2010
I'm just curious if anybody knows how to change the default settings in gnome-mplayer from it using video0 as the video input (which is my built-in webcam), to say video1 (which is my external usb tv tuner). There is no gui option for this.
My issue is not being able to use it for analog video, though it's not a huge deal because I figured out the same very thing for tvtime (video0 to video1). It'd just be another option.
View 1 Replies
View Related
Feb 7, 2011
When playing some HD files Mplayer video is slow compare to sound. Totem plays the same videos with perfect synchronization of voice and video. I have tried all video drivers in Mplayer none seems to work.My version of mplayer is : MPlayer SVN-r31918 (C) 2000-2010 MPlayer TeamRunning Squeeze.
View 1 Replies
View Related
Dec 20, 2009
I just install mplayer-1.0-0.111.20091029svn.fc12.i686 and I can only hear the sound of the wmv file, but not the video [URL].
View 2 Replies
View Related
Sep 25, 2010
I downloaded the codecs from slakbuilds and installed but mplayer still complains about missing codec for mwv format
View 10 Replies
View Related
May 14, 2010
There is a fix to enable the sound to be heard when realplayer plays rm files Is there a fix to enable sound in gnome-mplayer?
View 1 Replies
View Related
May 16, 2010
When I try to open a video-file in mplayer, there are no sound. (have tried flv and mp4 files) But it plays mp3-files fine.Other media programs like vlc have no problem playing the same videoes with sound.I have checked if mute was on and if the volume was turnd up high, but that wasn't the problem.
View 4 Replies
View Related
Jan 10, 2010
Fullscreen video playback doesn't work in MPlayer. I don't know if or where this should be reported.
mplayer 2:1.0~rc3+svn2
Ubuntu 9.10 on i386
Code:
mplayer -vo gl filename
[URL]
View 2 Replies
View Related
Sep 1, 2009
When I am playig videos with mplayer (I am using smplayer frontend), sometimes video freezes and i had to push space button twice before it starts to play again. I am using Fedora 11 x86_64. How it can be fixed?
View 3 Replies
View Related
Nov 20, 2009
When I try mplayer with different distros, I get different results. Right now I have Kubuntu Karmic on the hard drive, but most of the time I'm running Kiara, which is a rebuild of Slax, from a live CD. With Slax, and (I believe) also with Slackware, Mplayer doesn't seem to support playing flv (flash video), or, strange to say, ogg. Now, with Karmic, I can't get full-screen video, though I can get that with most Debian-based distros, including the earlier kubuntu jaunty. Any way of closing up these gaps?
View 9 Replies
View Related
Feb 28, 2010
No video from mplayer/xine/vlc with HDMI connection I just plugged in my new monitor using a HDMI cable. Display is perfect everywhere except in video players. Flash video worksfine. I guess there's some overlay setting that needs to be changed?
VLC plays some bizarre 'ASCII art' thing instead of video files. Other players give me audio but no picture.
TVTime is the same - sound but no image
Also, there is no sound via HDMI from the screen but that's a secondary issue.
View 3 Replies
View Related
Jul 27, 2010
Is there a way to run a short mplayer ascii video clip after the boot messages?I've got some video of a shark that I can play with the mplayer ascii feature (mplayer -vo aa -monitorpixelaspect 0.5 file.avi)
View 3 Replies
View Related
Mar 31, 2011
What Ive Done:
1: [url]
To get the necessary things for mplayer
2: [url]
To enable DMA
3: added these lines to /etc/X11/xorg.conf under Section "Device"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
This has not worked so far.
View 3 Replies
View Related
Aug 7, 2011
Im trying to get sound to work in mplayer for my myth tv box. My hardware setup is a nvidia motherboard with hdmi (not used) and a geforce 210 with hdmi (that is used). The hdmi is connect to an external amplifier that should handle most things. Sound works fine in mythtv - the audio output device used is:
ALSA:hdmi:Card=Nvidia_1,DEV=1
When I try using the command line speaker-test utility it all works:
speaker-test -Dplughw:2,7 -c6
However, aplay and mplayer both dont give any sound - with neither outputting any error messages.
[code]...
View 1 Replies
View Related
Dec 9, 2010
I am on Squeeze. In the past I have successfully extracted audio from video files. Recently when I try it I get an unplayable file, just some brief noise nothing more. Mplayer on the other hand plays every video and audio file out there. Is there something wrong with mplayer? I installed mplayer from the repo. I haven't compile mplayer since before Lenny.
View 14 Replies
View Related