Page 8 of 50 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 495

Thread: [Howto] MPlayer with CoreAVC

  1. #71
    Join Date
    Jun 2006
    Location
    a polluted desert
    Beans
    101
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: [Howto] MPlayer with CoreAVC

    I'm getting the "Cannot find codec matching selected -vo and video format 0x31637661."

    I'm pretty sure that the video is H.264 and that I did everything else correctly. However, based on the parameters I see for the aforementioned dshowserver command, the options seems to be specifically for 720p videos.
    I believe the video in format 0x31637661 is 480p (NTSC dvd). How would I go about adding a dshowserver entry for that?

  2. #72
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: [Howto] MPlayer with CoreAVC

    Quote Originally Posted by Absurd View Post
    However, based on the parameters I see for the aforementioned dshowserver command, the options seems to be specifically for 720p videos.
    That comment is just here to test whether dshowserver and CoreAVC are working properly, it doesn't have anything to do with actual video playback. Once again, did the command output what it shuld when you ran it?
    「明後日の夕方には帰ってるからね。」


  3. #73
    Join Date
    Jun 2006
    Location
    a polluted desert
    Beans
    101
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: [Howto] MPlayer with CoreAVC

    yes, and I'll run it again too

    Code:
    {albert:~/.mplayer}$ dshowserver -c CoreAVCDecoder.ax -s 1280x720 -g 09571a4b-f1fe-4c60-9760de6d310c7c31 -b 12 -f 0x34363248 -o 0x30323449
    No id specified, assuming test mode
    Opening device
    Called unk_IsDebuggerPresent
    len: 992
    ProductVersion: 1.9.0
    Win32 LoadLibrary failed to load: nvcuvid.dll, /usr/lib/win32/nvcuvid.dll, /usr/local/lib/win32/nvcuvid.dll
    Decoder supports the following YUV formats: YUY2 UYVY YV12 I420 
    Decoder is capable of YUV output (flags 0x2b)
    Setting fmt
    Starting
    Initialization is complete
    {albert:~/.mplayer}$                                                 (05/08/09  8:13 AM)
    here's my mplayer output if you don't believe me

    Code:
    {albert:~/.mplayer}$ /usr/local/bin/mplayer -vc coreserve /media/Source/movies/The.Man.Who.Knew.Too.Much.1956.DVDRip.AC3.h264-TSDC/The.Man.Who.Knew.Too.Much-TSDC.mkv
    MPlayer SVN-r29274-4.3.3 (C) 2000-2009 MPlayer Team
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    
    Playing /media/Source/movies/The.Man.Who.Knew.Too.Much.1956.DVDRip.AC3.h264-TSDC/The.Man.Who.Knew.Too.Much-TSDC.mkv.
    [mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0
    [mkv] Track ID 2: audio (A_AC3), -aid 0, -alang eng
    [mkv] Will play video track 1.
    Matroska file format detected.
    VIDEO:  [avc1]  720x464  24bpp  23.976 fps    0.0 kbps ( 0.0 kbyte/s)
    ==========================================================================
    Forced video codec: coreserve
    Cannot find codec matching selected -vo and video format 0x31637661.
    ==========================================================================
    ==========================================================================
    Opening audio decoder: [liba52] AC3 decoding with liba52
    Using SSE optimized IMDCT transform
    Using MMX optimized resampler
    AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000)
    Selected audio codec: [a52] afm: liba52 (AC3-liba52)
    ==========================================================================
    AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
    Video: no video
    Starting playback...
    A:   3.4 (03.3) of 0.0 (00.0)  0.4% 
    
    MPlayer interrupted by signal 2 in module: play_audio
    A:   3.5 (03.4) of 0.0 (00.0)  0.4% 
    Exiting... (Quit)
    {albert:~/.mplayer}$                                                 (05/08/09  8:13 AM)
    [edit]ok, for some reason it all works. Like, out of the blue.

    suggestion to fellow nvidia users: if you use jaunty, you may want to install the nvidia-180-libvdpau-dev package before using the ./configure command before building mplayer. This will allow mplayer to compile with vdpau support; vdpau is the output plugin for CUDA decoding.
    Last edited by Absurd; May 8th, 2009 at 06:21 PM.

  4. #74
    Join Date
    May 2006
    Beans
    164

    Re: [Howto] MPlayer with CoreAVC

    Awesome! Thanks for that great guide, HymnToLife, got it all working on a fresh Jaunty installation without any problems:

    - CoreAVC 1.9.5 Build 6721
    - MPlayer SVN r29275
    - SMPlayer 0.6.7+SVN-r3014

    At first I was skeptical, because of the installation going to /usr/local and having to compile SMPlayer manually as well, but that was no trouble at all. SMPlayer is so much better then the gmplayer gui, just get it from SVN as well, because the latest source tarball from the SMplayer site (v0.6.7) is broken.

    Hopefully you keep that guide updated, development is going on so fast.

  5. #75
    Join Date
    Dec 2008
    Beans
    7

    Re: [Howto] MPlayer with CoreAVC

    any way to get alsa to work?
    dont have this option in my audio driver
    Thanks

  6. #76
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: [Howto] MPlayer with CoreAVC

    Quote Originally Posted by kingnebby View Post
    any way to get alsa to work?
    dont have this option in my audio driver
    Thanks
    You're probably missing some -dev package that is needed to compile with ALSA support. I can't help you with that, though, sorry.
    「明後日の夕方には帰ってるからね。」


  7. #77
    Join Date
    Dec 2008
    Beans
    7

    Re: [Howto] MPlayer with CoreAVC

    Quote Originally Posted by HymnToLife View Post
    You're probably missing some -dev package that is needed to compile with ALSA support. I can't help you with that, though, sorry.
    Thanks,
    figured it out
    during compiling
    Code:
    $sudo apt-get install build-essential subversion pkg-config xorg-dev libgtk2.0-dev libpulse-dev libasound2-dev
    Code:
    $cd ~/mplayer-with-coreavc/mplayer
    $./configure --enable-gui --enable-alsa --enable-pulse

  8. #78
    Join Date
    Apr 2009
    Beans
    8

    Re: [Howto] MPlayer with CoreAVC

    Hi.

    I had done this how to a month ago, and mplayer works very well. But I have formatted mi PC and I have followed this tutorial again, however mplayer works slowly now. I have done this guide several times and I can't solved the problem. Ideas?

    Thank very much

    Bye!

  9. #79
    Join Date
    Aug 2008
    Beans
    2

    Re: [Howto] MPlayer with CoreAVC

    tank you! it worked flawlessly

  10. #80
    Join Date
    Apr 2009
    Beans
    8

    Re: [Howto] MPlayer with CoreAVC

    Hi, I have problems again :S

    I have followed the guide again and when I compile, it appears this error:

    collect2: ld returned 1 exit status
    make: *** [mplayer] Error 1


    I have configured the program with:

    ./configure --enable-gui

    Ideas?

    Thank Very Much

    Bye!

Page 8 of 50 FirstFirst ... 67891018 ... 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
  •