Page 1 of 1

mpalyer with xvid and x264 support

Posted: 15. Dec 2009, 20:02
by Fred
Hi,

I built the same package like slackware but with xvid and x264 enabled. :)
It could be used with ogmrip.

http://people.salixos.org/fredb/xap/mpl ... 86-1fb.txz
http://people.salixos.org/fredb/xap/mpl ... 86-1fb.dep

Fred

Re: mpalyer with xvid and x264 support

Posted: 15. Dec 2009, 20:42
by thenktor
Do I understand right that the difference here is only for mencoder to encode with xvid and x264? Because MPlayer already plays xvid and h264 videos with ffmpeg decoders.

Re: mpalyer with xvid and x264 support

Posted: 16. Dec 2009, 17:14
by Fred
Yes indeed :)

Re: mpalyer with xvid and x264 support

Posted: 16. Dec 2009, 18:33
by thenktor
OK :) Does this version already support the VDPAU output for NVidia cards?

Re: mpalyer with xvid and x264 support

Posted: 16. Dec 2009, 18:51
by Fred
Don't know.
You can test and tell me :)

Re: mpalyer with xvid and x264 support

Posted: 16. Dec 2009, 20:20
by thenktor
Just run "mplayer -vo help". I don't have a graphics card to test it. It has to be at least a Geforce 8xxx.

Re: mpalyer with xvid and x264 support

Posted: 29. Dec 2009, 14:09
by djemos
Fred wrote:Hi,

I built the same package like slackware but with xvid and x264 enabled. :)
It could be used with ogmrip.

http://people.salixos.org/fredb/xap/mpl ... 86-1fb.txz
http://people.salixos.org/fredb/xap/mpl ... 86-1fb.dep

Fred
I have also tried to compile the slackware Mplayer.SlackBuild with USE_PANTENTS=YES
b/c i wanted to put subtitles in an xvid moovie with mencoder. The compilation was always failed. So i patched the slackware slackbuild and i can compile the mplayer svn source code successfully.

/////////////////////////////////////////////////////
Config files successfully generated by ./configure --prefix=/usr --mandir=/usr/man --confdir=/etc/mplayer --enable-gui --enable-menu --enable-largefiles --disable-arts --codecsdir=/usr/lib/codecs --win32codecsdir=/usr/lib/codecs --realcodecsdir=/usr/lib/codecs --language=en nl fr de es --enable-runtime-cpudetection !

Install prefix: /usr
Data directory: /usr/share/mplayer
Config direct.: /etc/mplayer

Byte order: little-endian
Optimizing for: Runtime CPU-Detection enabled

Languages:
Messages/GUI: en
Manual pages: en fr de es
Documentation: en fr de es

Enabled optional drivers:
Input: dvdnav(internal) ftp pvr tv-v4l2 tv-v4l tv cddb cdda libdvdcss(internal) dvdread(internal) vcd dvb smb network
Codecs: libschroedinger libdirac xvid libdv libavcodec(internal) qtx real xanim win32 faad2(internal) faac musepack libdca libmpeg2(internal) liba52(internal) mp3lib(internal) libtheora speex tremor(internal) twolame libmad liblzo gif
Audio output: alsa openal esd oss v4l2 sdl mpegpes(dvb)
Video output: v4l2 sdl gif89a pnm jpeg png opengl mpegpes(dvb) fbdev svga caca aa xvidix cvidix dga xv x11 xover dfbmga directfb yuv4mpeg md5sum tga

Disabled optional drivers:
Input: vstream radio tv-dshow live555 nemesi
Codecs: x264 libopencore_amrwb libopencore_amrnb toolame
Audio output: sun jack pulse nas arts ivtv dxr2
Video output: zr zr2 ivtv dxr3 dxr2 vesa ggi xmga mga winvidix 3dfx vdpau xvmc bl xvr100 tdfx_vid wii s3fb tdfxfb
///////////////////////////////////////////////////////////
# The original script can't compile the svn mplayer code with the option USE_PATENTS="YES"
If no downloadable tarball exists this script download mplayer sources from SVN/CVS
and creates a tarball of them.

Take a look in the README file in http://www.slackel.gr/djemos/salix-new- ... s/MPlayer/

From MPlayer folder run
./MPlayer_use_patents.SlackBuild
to patch the MPlayer.SlackBuild and build MPlayer with patents

===================================
You can use the patched MPlayer.SlackBuild
to rebuild the MPlayer .txz as follows

USE_PATENTS=NO ./MPlayer.SlackBuild # build the MPlayer without PATENTS
USE_PATENTS=YES ./MPlayer.SlackBuild # build the MPlayer with PATENTS



Also i have made some other packages for salix here http://www.slackel.gr/djemos/salix-new-packages/

they are 1) deluge bittorrent and its dependencies Mako, chardet, libtorrent-rasterbar, python-twisted, zope.interface
2) Flush bittorrent
3) MPlayer-codecs
4) and Mplayer-codecs-salix



Dimitris Jemos