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
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.
Hello
I just installed Ubuntu 13.04 and am using the gnome 3 desktop.
when I try to open it on vlc player I get a dialog box
No suitable decoder module:
VLC does not support the audio or video format "h264".
I'm trying to play a HD video file, the command to play the video is:
mplayer -vo vdpau -vc ffh264vdpau
And the error I get is:
[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.
Detected file format: Matroska
VIDEO: [avc1] 1280x720 24bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
Load subtitles in .
SUB: Could no
When I play a video (H264 MPEG4 AVC 320x180) online (in Firefox or Chrome) it uses to consume up to 100% CPU, but if I download it (exactly the file played) and use VLC - it takes just 5% (6% at maximum). Why does this happen and what can I do to make on-line players more efficient?
PS: The video card is Intel GMA X4500HD.
I have a web-cam which I want to use to stream h264 video. Now I'm streaming mjpg video with mjpg-streamer. And now I'd like to stream h264. I've found that it could be done with gstreamer, but I'm totally new to it. Also after reading some blogs/articles/etc it seems to me that there were some issues with h264 and gstreamer.
I'm try to run HD video, the command to run the video is:
mplayer -vo vdpau -vc ffh264vdpau
And the error I get is:
[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.
Detected file format: Matroska
VIDEO: [avc1] 1280x720 24bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
Load subtitles in .
SUB: Could not determine
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... ?