Well I found this and I have couple of questions for you.
http://ubuntuforums.org/showthread.php?p=11882327 and especially http://ubuntuforums.org/showthread.p...4#post11882074
I have clean fresh install and I havent been using Linux for 1-2 years now and I am little bit confused again..
Is it safe to add these extra PPA:s ? And that advice sucks anyways because first he tells to install some unstable version, then he reverts it back with these mysterious commands that are unfamiliar for me again..
This is so confusing. I dont want to use daily snapshots, I want stable version, but that advice is somehow very confusing..
I have installed mplayer2 and smplayer with "Muon package manager" and selected "vdpau" from smplayer preferences but CPU utilization goes higher and surely it is not working.. video output "xv" gives about 30% cpu utilization and with "vdpau" selected it goes over 50%
And if I try to launch it from the terminal with "mplayer -vc ffh264vdpau -fs FileName-720p.avi" it doesent work either. No picture at all.
VDPAU with smplayer used to work back in 2009 when I was using Gentoo Linux so I am quite disappointed about this..
I just dont want to spoil my clean fresh installation with tons of garbage from some extra PPA's
My friend told that I should use mplayer instead of mplayer2 perhaps I will give it a try...
http://ubuntuforums.org/showthread.php?p=11882327 and especially http://ubuntuforums.org/showthread.p...4#post11882074
I have clean fresh install and I havent been using Linux for 1-2 years now and I am little bit confused again..
Is it safe to add these extra PPA:s ? And that advice sucks anyways because first he tells to install some unstable version, then he reverts it back with these mysterious commands that are unfamiliar for me again..
Re: can i install a newer version of mplayer
You can install today's daily build of mplayer from this PPA. Run these commands
Code:
sudo add-apt-repository ppa:motumedia/mplayer-daily
sudo apt-get update
sudo apt-get install mplayer
to replace the version of mplayer on your machine with the one from that repository.
Since this build uses the daily snapshots of mplayer, there's a chance it will be unstable and not function properly. If you want to revert to the standard version, run these commands
Code:
sudo add-apt-repository -r ppa:motumedia/mplayer-daily
sudo apt-get update
sudo apt-get purge mplayer
sudo apt-get install mplayer
You can install today's daily build of mplayer from this PPA. Run these commands
Code:
sudo add-apt-repository ppa:motumedia/mplayer-daily
sudo apt-get update
sudo apt-get install mplayer
to replace the version of mplayer on your machine with the one from that repository.
Since this build uses the daily snapshots of mplayer, there's a chance it will be unstable and not function properly. If you want to revert to the standard version, run these commands
Code:
sudo add-apt-repository -r ppa:motumedia/mplayer-daily
sudo apt-get update
sudo apt-get purge mplayer
sudo apt-get install mplayer
I have installed mplayer2 and smplayer with "Muon package manager" and selected "vdpau" from smplayer preferences but CPU utilization goes higher and surely it is not working.. video output "xv" gives about 30% cpu utilization and with "vdpau" selected it goes over 50%
And if I try to launch it from the terminal with "mplayer -vc ffh264vdpau -fs FileName-720p.avi" it doesent work either. No picture at all.
VDPAU with smplayer used to work back in 2009 when I was using Gentoo Linux so I am quite disappointed about this..
I just dont want to spoil my clean fresh installation with tons of garbage from some extra PPA's
My friend told that I should use mplayer instead of mplayer2 perhaps I will give it a try...
Comment