Page 4 of 50 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 495

Thread: [Howto] MPlayer with CoreAVC

  1. #31
    Join Date
    Sep 2006
    Beans
    3,165
    Distro
    Ubuntu Karmic Koala (testing)

    Re: [Howto] MPlayer with CoreAVC

    OK i got everything installed this time (on another PC) , when i open a mkv file, it says NO VIDEO

  2. #32
    Join Date
    Jan 2009
    Location
    Coutances, France
    Beans
    8
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: [Howto] MPlayer with CoreAVC

    Hi,

    the comma at after "-vc coreserve,"

  3. #33
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: [Howto] MPlayer with CoreAVC

    Quote Originally Posted by blablu View Post
    Anybody got it to work with smplayer?

    for some reason it doesn't like me puttin rc=coreserve inside .mplayer/config. Though mplayer alone is fine.

    thanks again for your time!
    It works fine with smplayer here. What you need to add to your config file is:

    Code:
    vc=coreserve,
    「明後日の夕方には帰ってるからね。」


  4. #34
    Join Date
    Apr 2007
    Beans
    35

    Re: [Howto] MPlayer with CoreAVC

    Thanks for the how to, but please add that you have to install yasm 0.7.2 and x264 from this guide: http://ubuntuforums.org/showthread.php?t=558538

    Now to my problem:

    I can't get mplayer to use coreavc after adding this line:

    Code:
    vc=coreserve,
    To ~/.mplayer/codecs.conf

    It only works if i use this command mplayer -vc coreserve.

    Also is their a how to somewhere about 5.1 sound in mplayer?

  5. #35
    Join Date
    Dec 2006
    Beans
    7,349

    Re: [Howto] MPlayer with CoreAVC

    Hi SpoZen,

    Quote Originally Posted by SpoZen View Post
    Thanks for the how to, but please add that you have to install yasm 0.7.2 and x264 from this guide: http://ubuntuforums.org/showthread.php?t=558538
    h264 decoding comes with FFmpeg's libavcodec, as I believe HymnToLife mentions in this guide, but if you definitely want encoding there is a better method for installing x264 in this thread.

    Playback can be seen:

    Code:
    andrew@skamandros~$ mplayer -vc help | grep -i 264
    ffh264      ffmpeg    working   FFmpeg H.264  [h264]
    ffh264vdpau ffmpeg    working   FFmpeg H.264 (VDPAU)  [h264_vdpau]
    vssh264     dshow     working   VSS H.264 New  [vsshdsd.dll]
    vssh264old  vfw       working   VSS H.264 Old  [vssh264.dll]
    while encoding capability can be seen:

    Code:
    andrew@skamandros~$ mencoder -ovc help | grep -i 264
       x264     - H.264 encoding
    Andrew
    Last edited by andrew.46; February 28th, 2009 at 11:02 PM.
    You think that's air you're breathing now?

  6. #36
    Join Date
    Apr 2007
    Beans
    35

    Re: [Howto] MPlayer with CoreAVC

    I'm not really sure what you getting at. How does this help me? The outputs doesn't tell me anything useful?


    Code:
    spozen@Luke:~$ mplayer -vc help | grep -i 264
    parse error at line 4075
    ffh264      ffmpeg    working   FFmpeg H.264  [h264]
    ffh264vdpau ffmpeg    working   FFmpeg H.264 (VDPAU)  [h264_vdpau]
    
    vssh264     dshow     working   VSS H.264 New  [vsshdsd.dll]
    vssh264old  vfw       working   VSS H.264 Old  [vssh264.dll]

    The guide told me to disable mencoder so i can't give you any output from that.

    I mentioned x264 because when i tried to compile without it, it just throw out a bunch of errors at me.

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

    Re: [Howto] MPlayer with CoreAVC

    Hi SpoZen,

    Quote Originally Posted by SpoZen View Post
    I mentioned x264 because when i tried to compile without it, it just throw out a bunch of errors at me.
    My apologies I did not fully understand your question and I will admit my motivation in busting in on this thread was simply to guide you to a better installation method for x264 . And to mention in passing the different approaches in MPlayer to decoding and encoding h264 / x264.

    Perhaps if you post the actual errors HymnToLife can guide you better? (x264 errors usually relate to an x264 build less than 59 = old Ubuntu problem.)

    All the best,

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

  8. #38
    Join Date
    Apr 2007
    Beans
    35

    Re: [Howto] MPlayer with CoreAVC

    Well, there are not really any errors, i just can't get it to use CoreAVC by default. To use CoreAVC i now have to type this everytime:

    Code:
    mplayer -vc coreserve clip.mkv

    In the guide it's stated you have to add this line to ~/.mplayer/codecs.conf:

    Code:
    vc=coreserve,
    But this doesn't work at all, mplayer doesn't use coreAVC.
    And i can't use the mplayer -vc command anymoore i only get sound.
    Last edited by SpoZen; March 1st, 2009 at 05:06 PM.

  9. #39
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: [Howto] MPlayer with CoreAVC

    Quote Originally Posted by SpoZen View Post
    In the guide it's stated you have to add this line to ~/.mplayer/codecs.conf
    Nope, you must add it to ~/.mplayer/config.

    I must admit, though, that my guide doesn't make this very clear. I'm going to add a more thorough section about the different methods that can be used to actually enable CoreAVC.
    「明後日の夕方には帰ってるからね。」


  10. #40
    Join Date
    Apr 2007
    Beans
    35

    Re: [Howto] MPlayer with CoreAVC

    This is my ~/.mplayer/config:


    Code:
    # Write your default config options here!
    vc=coreserve,
    I still can't get it to use CoreAVC, i am totally out of luck.

Page 4 of 50 FirstFirst ... 2345614 ... 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
  •