Announcement

Collapse
No announcement yet.

VDPAU info tool

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    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)

    Comment


    • #32
      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 ?

      Comment


      • #33
        Originally posted by Goga777 View Post
        I can't compile vdpinfo



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

        Comment


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

          Comment


          • #35
            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?

            Comment


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

              Comment


              • #37
                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

                Comment

                Working...
                X