mpalyer with xvid and x264 support

Here you can post links to your contributed packages.
Post Reply
User avatar
Fred
Posts: 32
Joined: 27. Aug 2009, 17:23
Location: Ath (Belgium)

mpalyer with xvid and x264 support

Post 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
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: mpalyer with xvid and x264 support

Post 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.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
Fred
Posts: 32
Joined: 27. Aug 2009, 17:23
Location: Ath (Belgium)

Re: mpalyer with xvid and x264 support

Post by Fred »

Yes indeed :)
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: mpalyer with xvid and x264 support

Post by thenktor »

OK :) Does this version already support the VDPAU output for NVidia cards?
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
Fred
Posts: 32
Joined: 27. Aug 2009, 17:23
Location: Ath (Belgium)

Re: mpalyer with xvid and x264 support

Post by Fred »

Don't know.
You can test and tell me :)
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: mpalyer with xvid and x264 support

Post 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.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: mpalyer with xvid and x264 support

Post 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
Post Reply