Page 1 of 40 12311 ... LastLast
Results 1 to 10 of 400

Thread: Howto: Build the svn MPlayer under the latest release version of Ubuntu

  1. #1
    Join Date
    Dec 2006
    Beans
    7,349

    Howto: Build the svn MPlayer under the latest release version of Ubuntu

    April 29th 2012

    Due to the upcoming changes to this guide's old home on these Forums I have, with much regret, moved this guide to my own personal website:

    Howto: Build the svn MPlayer under the latest release version of Ubuntu
    http://www.andrews-corner.org/mplayer.html

    where I have just now released an updated version for Ubuntu 12.04, Precise Pangolin.

    I attach a complete copy of the older guide as mplayer_guide.gz in case anybody wishes to make a wiki, blog, web page etc of this guide as it was for Oneiric Ocelot.

    Andrew
    Attached Files Attached Files
    Last edited by andrew.46; April 29th, 2012 at 12:00 AM.
    You think that's air you're breathing now?

  2. #2
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Howto: Build the svn MPlayer under the latest release version of Ubuntu

    the svn MPlayer requires Version 190.32 (or later) of the NVidia drivers to enable vdpau output. You will need to have these drivers and appropriate vdpau libraries
    If your card supports then just install libvdpau-dev to enable vdpau . If unsure go ahead and build with vdpau support and try - no harm done if not supported.
    YMMV depending on source material and video adapter, you don't have to use it.

  3. #3
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Howto: Build the svn MPlayer under the latest release version of Ubuntu

    Hi mc4man,

    Quote Originally Posted by mc4man View Post
    If your card supports then just install libvdpau-dev to enable vdpau . If unsure go ahead and build with vdpau support and try - no harm done if not supported.
    Thanks for the clarification, I am currently compiling against libvdpau-dev on a system without an appropriate card and if there are no error messages in general usage (that is without using -vo vdpau -vc ....) I may very well just add this into the dependencies for the moment. Now to look for a way around the forum's annoying habit of censoring subtitle ./configure options dealing with libass, or more particularly for the options such as '--disable-a s s -internal'...

    Any thoughts on the 'single command' approach? From a purist point of view I am not keen on it and there are some dangers with broken commands, but from a point of view of an Ubuntu user not particularly familiar with compiling I think it provides a way into the often arcane world of building from source.

    Andrew
    You think that's air you're breathing now?

  4. #4
    Join Date
    Dec 2009
    Beans
    Hidden!
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Howto: Build the svn MPlayer under the latest release version of Ubuntu

    Bravo, have been compiling mplayer via your older thread and with additions by mac4man, this one makes it more covenient, thank you andrew.
    The finding of unity in variety is really what we call knowledge..... Vivekananda.

  5. #5
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Howto: Build the svn MPlayer under the latest release version of Ubuntu

    Any thoughts on the 'single command' approach?
    overall seems ok - I'd break myself after the mplayer config to allow review if desired

    Now to look for a way around the forum's annoying habit of censoring...--disable-*ss-internal
    Remember some posts about - no recollection of any way around when in a command ( possibly a mod can edit after the fact? - though seems pretty automatic
    Last edited by mc4man; August 1st, 2010 at 02:53 AM.

  6. #6
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Howto: Build the svn MPlayer under the latest release version of Ubuntu

    Hi Linuxforall,

    Quote Originally Posted by Linuxforall View Post
    Bravo, have been compiling mplayer via your older thread and with additions by mac4man, this one makes it more covenient, thank you andrew.
    Still a few small changes to make but the guide itself looks fairly robust and certainly produces a very usable MPlayer on my own system. I considered adding blueray material but I might wait until support for encrypted disks is added. Glad the guide has been useful for you .

    All the best,

    Andrew
    You think that's air you're breathing now?

  7. #7
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Howto: Build the svn MPlayer under the latest release version of Ubuntu

    edit - never mind - A bit confused here - the option is ( --enable-*ss-internal -(autodetect)
    That's as seen in ./configure --help, the configure script shows both options, the autodetect is ?
    Last edited by mc4man; August 1st, 2010 at 04:42 AM.

  8. #8
    Join Date
    Jun 2009
    Location
    South Coast UK
    Beans
    606
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Howto: Build the svn MPlayer under the latest release version of Ubuntu

    Oops, I think I compiled it twice...will that matter?
    HP EliteBook 745 G2 AMD A10 Pro-7350B/Radon R6 Graphics/15Gb RAM - Desktop Conversion

  9. #9
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Howto: Build the svn MPlayer under the latest release version of Ubuntu

    Hi typos,

    Quote Originally Posted by typos1 View Post
    Oops, I think I compiled it twice...will that matter?
    I suspect not . Remember though that wma lossless still depends on external codecs and this particular codec is not available to 64 bit installations, so playback is problematic on such systems until such time as a native decoder arrives. Under a 32 bit system it is handled as follows:

    Code:
    andrew@skamandros~/samples$ mplayer luckynight.wma 
    MPlayer SVN-r31847-4.4.4 (C) 2000-2010 MPlayer Team
    
    Playing luckynight.wma.
    ASF file format detected.
    [asfheader] Audio stream found, -aid 1
    Clip info:
     title: Lucky Night
     author: Jody Marie Gnant
     copyright: 1995 Sirius Publishing
     comments: 1-minute song sample demonstrating Windows Media lossless audio compression
    ==========================================================================
    Opening audio decoder: [dmo] Win32/DMO decoders
    AUDIO: 44100 Hz, 2 ch, s16le, 868.7 kbit/61.55% (ratio: 108583->176400)
    Selected audio codec: [wma9dmo] afm: dmo (Windows Media Audio 9 DMO)
    ==========================================================================
    AO: [oss] 44100Hz 2ch s16le (2 bytes per sample)
    Video: no video
    Starting playback...
    A:  63.1 (01:03.0) of 60.5 (01:00.4)  4.3% 
    
    
    Exiting... (End of file)
    This sample file here. But you should have no trouble with Real Audio / Real Media and SMPlayer makes it all easy .

    Andrew
    You think that's air you're breathing now?

  10. #10
    Join Date
    Jun 2009
    Location
    South Coast UK
    Beans
    606
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Howto: Build the svn MPlayer under the latest release version of Ubuntu

    It wont play .ra s-I ve tried updating it-its doing it now...

    (I thought you could run 32bit apps on 64bit systems-I did for a while to get iplayer and flash movies working when there was no 64 bit support

    Edit-updated and still wont play .ra s

    Smplayer wont play the audio opn WM9 videos either-this is something else other people apparently can get ubuntu to do but I ve never been able to get anything to.
    Last edited by typos1; August 2nd, 2010 at 01:18 PM.
    HP EliteBook 745 G2 AMD A10 Pro-7350B/Radon R6 Graphics/15Gb RAM - Desktop Conversion

Page 1 of 40 12311 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •