It is normal when I play media of rmvb, tp, avi format, but when played mkv format media, I got the error:
Quote:
Playing Kissing you - 少女时代.mkv.
[mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0
[mkv] Track ID 2: audio (A_AC3), -aid 0, -alang und
[mkv] Will play video track 1.
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.
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.
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.
I bought a h264 security camera system last year and set it up to ftp video to my computer. I was able to get the video to play (even though it played a little fast) on Ubuntu 11.04 using mplayer.
A few months ago, I did a fresh install of 12.04 and I cannot seem to get the video to play with mplayer, smplayer or VLC.
I made an ugly one-liner to autocrop videos in mplayer:#!/bin/sh
mplayer `mplayer -ao null -ss $1 -frames 100 -vf cropdetect -vo null "$2" | awk -F '[()]' '{print $2}' | uniq | grep -Ev 'End of file' | tail -2` "$2"this is used like this: mplayer 60 blabla.aviThe 60 is the startsecond, where it should search for borders.***edit*** and now i realize
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've been using mplayer for a long time with several distros, and I like it.
Is there any chance I can load binary codecs on 64bit arch linux ? I have few .dat files that works great under 32bit windows xp, with smplayer (after downloading codecs), but on 64bit Linux, I got twisted image.
I downloaded all binary codecs for win32 here,
And essential elf64 libs here
Both archive was extracted to /usr/lib/codecs
From output of strace, seems /usr/lib/codecs wasn't loaded.