I just installed smplayer and it's not working! I don't seem to recognise the reason, but it might be something in the lines of 'unrecognised mplayer version' or something. Although, mplayer works. from terminal i'm able to run mplayer and watch movies.
Tweet
Mplayer is a marvellous media player. Not just the fact that it can play almost all audio/video formats, it even provides you with a powerful command line. You can handle every feature of Mplayer through the terminal.
MPlayer is a very common tool in the Linux world, it is usually used for watching videos or running audios. However, MPlayer has many more features and options.
Okay, so I've got a Blu-Ray disc. I've set up mplayer and the mount points and everything so when I type
mplayer -fs br:////mnt/blu/
it'll play the Blu-Ray back in Mplayer in fullscreen just fine, no stuttering or anything, selectable subtitles, etc. The only problem is it'll only play the first title on the Blu-Ray. This is a major problem.
You can make MPlayer play h264-encoded video files a lot faster on multicore machines if you graft some libraries from the ffmpeg-mt project into the resulting mplayer binary. We need to recompile for this. First, use Subversion to download the code for MPlayer:
svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer
I have the struggle when trying to play avi file .
I left-click the avi file (MPlayer is run as default); and I have the fatal error report:
FATAL: Could not initialize video filters (-vf) or video output (-vo)
It seems MPlayer is the default player in my env Fedora11 KDE.
When I do the same with others formats (mp3, mpeg, etc) , MPayer works well.
I ran across this post: How can I retain the console input in mplayer when reading from stdin?
But the answer there doesn't work for me. (and I can't comment due to not enough rep)
I'm running the following command:
ls -l | grep -e mp3 -e wav | awk '{i=index($0,$9); $0=substr($0,i); printf "./"$0"\n"}' | grep " " | mplayer -playlist -
and this works fine.
graysky wrote:Does vlc auto detect vdpau or is there a setting in the GUI to use it? Try it with mplayer making sure your ~/.mplayer/config contains:vo=vdpau
vc=ffh264vdpau,ffodivxvdpau,ffmpeg12vdpau,with mplayer package, the video plays and lags;with mplayer-vaapi package, the video doesn't play.
dvw10984
https://bbs.archlinux.org/profile.php?id=68414
2013-05-11T12:04:32Z
I have video files in .wmv Microsoft ASF format. mplayer (console version which shows a video window without any controls) will play these but VLC won't (only audio plays). Installed mplayer-gui, but it won't launch and complains about some LIBAV-something environment variable... ?