Page 50 of 50 FirstFirst ... 40484950
Results 491 to 495 of 495

Thread: [Howto] MPlayer with CoreAVC

  1. #491
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: [Howto] MPlayer with CoreAVC

    Code:
    sudo apt-get install mplayer
    
    [...]
    
    The following packages have unmet dependencies:
     mplayer : Depends: mplayer2 but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    I think ripps has been packaging mplayer2 for some time now and some way along the road renamed the package to reflect this. Just install mplayer2 instead.

    This is a good example of where apt-get falls short while aptitude might have done the trick. When dependency errors show up aptitude will try to offer solutions (eg. "don't install mplayer, install mplayer2 instead"), often several such, whereas apt-get merely concludes it's an unresolvable dependency and exits with errors. On the other hand, apt-get seems to be better at keeping track of automatically installed packages and tags them for removal when they're no longer needed (when using autoremove).

    So when you get errors like this, you may want to try the same command but with aptitude. Add the argument -P to force it to always ask for confirmation before proceeding. Do note that apt-get autoremove won't work well on removing automatically installed packages it didn't install itself, so extensively mixing the use of the two is not a good idea over time.

    The aptitude in 12.04 is broken on multiarch platforms (like amd64) and basically only works when installing packages, else I normally recommend the use of aptitude for everything besides updating package lists. It still works fine in 11.10 though, so feel free.

    -----

    As always, huge thanks to you for packaging this, ripps181.
    ...

  2. #492
    Join Date
    Jan 2007
    Beans
    207
    Distro
    Ubuntu Development Release

    Re: [Howto] MPlayer with CoreAVC

    Any idea whether mplayer2 + CoreAVC 3.0.1 work together using the CoreAVC-for-Ubuntu method? It doesn't work for me. I've got the rvn PPA enabled for SMPlayer as well as the ripps818 one, so I'm not sure if there's a conflict.

    All installs fine, there just isn't any mention of CoreAVC in the SMPlayer logs.
    Think.

  3. #493
    Join Date
    Apr 2007
    Location
    Duluth, Minnesota
    Beans
    108
    Distro
    Ubuntu Development Release

    Re: [Howto] MPlayer with CoreAVC

    Quote Originally Posted by ShareBuntu View Post
    Any idea whether mplayer2 + CoreAVC 3.0.1 work together using the CoreAVC-for-Ubuntu method? It doesn't work for me. I've got the rvn PPA enabled for SMPlayer as well as the ripps818 one, so I'm not sure if there's a conflict.

    All installs fine, there just isn't any mention of CoreAVC in the SMPlayer logs.
    It'll probably never work. Dshowserver was made by the Coreavc-for-LInux project, and they're dead now. It would probably have to be rewritten to make it compatible, but I'm not a programmer, so unless you or someone you know wants to take up a challenge, don't expect it to ever get fixed.

  4. #494
    Join Date
    Jan 2007
    Beans
    207
    Distro
    Ubuntu Development Release

    Re: [Howto] MPlayer with CoreAVC

    Quote Originally Posted by ripps818 View Post
    It'll probably never work. Dshowserver was made by the Coreavc-for-LInux project, and they're dead now. It would probably have to be rewritten to make it compatible, but I'm not a programmer, so unless you or someone you know wants to take up a challenge, don't expect it to ever get fixed.
    Well that's interesting news. What's the current state of affairs for video playback on Linux? Should I just stick with mplayer2 from your repository? Is there a configuration optimization guide out there somewhere?
    Think.

  5. #495
    Join Date
    Apr 2007
    Location
    Duluth, Minnesota
    Beans
    108
    Distro
    Ubuntu Development Release

    Re: [Howto] MPlayer with CoreAVC

    Quote Originally Posted by ShareBuntu View Post
    Well that's interesting news. What's the current state of affairs for video playback on Linux? Should I just stick with mplayer2 from your repository? Is there a configuration optimization guide out there somewhere?
    mplayer2 with it's static libav (used to be ffmpeg) is pretty good these days, I've been wanting to try some unstable optimizations. It might grab another 1-2% improvement on video decoding, but it could also make it crash on some hardware.

    As for settings, always add "-lavdopts fast=1:skiploopfilter=all" for general speedup.
    Last edited by ripps818; March 25th, 2012 at 06:24 PM.

Page 50 of 50 FirstFirst ... 40484950

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
  •