Page 4 of 4 FirstFirst ... 234
Results 31 to 37 of 37

Thread: VDPAU info tool

  1. #31
    Join Date
    Oct 2007
    Location
    Roanoke, VA
    Posts
    228

    Default

    Results on a 9500GT on Ubuntu Jaunty running 180.37:
    Code:
    display: :0.0   screen: 0
    API version: 0
    Information string: Unknown
    
    Video surface:
    
    name   width height types
    -------------------------------------------
    420     4096  4096  NV12 YV12 
    422     4096  4096  UYVY YUYV 
    
    Decoder capabilities:
    
    name          level macbs width height
    ------------------------------------
    MPEG1             0  8192  2048  2048
    MPEG2_SIMPLE      3  8192  2048  2048
    MPEG2_MAIN        3  8192  2048  2048
    H264_MAIN        41  8192  2048  2048
    H264_HIGH        41  8192  2048  2048
    VC1_SIMPLE        1  8190  2048  2048
    VC1_MAIN          2  8190  2048  2048
    VC1_ADVANCED      4  8190  2048  2048
    
    Output surface:
    
    name              width height nat types
    ----------------------------------------------------
    B8G8R8A8          8192  8192    y  Y8U8V8A8 V8U8Y8A8 
    R10G10B10A2       8192  8192    y  Y8U8V8A8 V8U8Y8A8 
    
    Bitmap surface:
    
    name              width height
    ------------------------------
    B8G8R8A8          8192  8192
    R8G8B8A8          8192  8192
    R10G10B10A2       8192  8192
    B10G10R10A2       8192  8192
    A8                8192  8192
    
    Video mixer:
    
    feature name                    sup
    ------------------------------------
    DEINTERLACE_TEMPORAL             y
    DEINTERLACE_TEMPORAL_SPATIAL     y
    INVERSE_TELECINE                 y
    NOISE_REDUCTION                  y
    SHARPNESS                        y
    LUMA_KEY                         y
    
    parameter name                  sup      min      max
    -----------------------------------------------------
    VIDEO_SURFACE_WIDTH              y         1     4096
    VIDEO_SURFACE_HEIGHT             y         1     4096
    CHROMA_TYPE                      y  
    LAYERS                           y         0        4
    
    attribute name                  sup      min      max
    -----------------------------------------------------
    BACKGROUND_COLOR                 y  
    CSC_MATRIX                       y  
    NOISE_REDUCTION_LEVEL            y      0.00     1.00
    SHARPNESS_LEVEL                  y     -1.00     1.00
    LUMA_KEY_MIN_LUMA                y  
    LUMA_KEY_MAX_LUMA                y
    lspci reports card as nVidia Corporation GeForce 9500 GT (rev a1)

  2. #32
    Join Date
    Aug 2008
    Posts
    16

    Default

    I can't compile vdpinfo

    /usr/src/vdpinfo# make
    g++ -O3 -g -c -o vdpinfo.o vdpinfo.cpp
    g++ -o vdpinfo vdpinfo.o -lvdpau -lX11
    /usr/bin/ld: cannot find -lvdpau
    collect2: ld returned 1 exit status
    make: *** [vdpinfo] Ошибка 1
    any ideas ?

  3. #33
    Join Date
    May 2007
    Location
    Third Rock from the Sun
    Posts
    6,333

    Default

    Quote Originally Posted by Goga777 View Post
    I can't compile vdpinfo



    any ideas ?
    What video card and drivers do you have installed?

  4. #34
    Join Date
    Aug 2008
    Posts
    16

    Default

    I use PCI Geforce 8400 card from Sparkle with original beta drivers from Nvidia 185.19 installed from nvidia site

  5. #35
    Join Date
    May 2007
    Location
    Third Rock from the Sun
    Posts
    6,333

    Default

    Quote Originally Posted by Goga777 View Post
    I use PCI Geforce 8400 card from Sparkle with original beta drivers from Nvidia 185.19 installed from nvidia site
    It's not finding your vdpau headers did you install the nvidia drivers from a package or using the nvidia installer?

  6. #36
    Join Date
    Aug 2008
    Posts
    16

    Default

    I used nvidia installer
    but xine-lib and mplayer compiled with vdpau support without any problem

  7. #37
    Join Date
    Oct 2007
    Location
    Roanoke, VA
    Posts
    228

    Default

    Quote Originally Posted by Goga777 View Post
    I can't compile vdpinfo

    any ideas ?
    If you're using Ubuntu, you need the libvdpau-dev package installed in order to have the headers to compile. Once you have the dev package installed, simply run make in the extracted folder and then run using ./vdpinfo

Posting Permissions

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