Giter VIP home page Giter VIP logo

Comments (5)

uartie avatar uartie commented on August 25, 2024

Same question as in #14 (comment)

from vaapi-fits.

wangzj0601 avatar wangzj0601 commented on August 25, 2024

for gstreamer decoding, the input stream is mul-resolution, the output should be mul-resolution too, so to calculate the output ssim, we should support multi-resolution stream SSIM value calculation.
for example:
gst-launch-1.0 -vf filesrc location=./input_mul_res.mpeg2 ! mpegvideoparse ! vaapimpeg2dec ! videoconvert ! vaapisink

we can set case as below, I will implement it later.
mul_res = [(width1, height1, frame1), (width2, height2, frame2),...]

function:

for i in mul_res:
  for j in range(i[2]):
    ...
    ...

from vaapi-fits.

wangzj0601 avatar wangzj0601 commented on August 25, 2024

for psnr, the encoded file is specified as NxM resolution in general, so we can ignore multi-resolution psnr calculation at now.

from vaapi-fits.

wangzj0601 avatar wangzj0601 commented on August 25, 2024

@uartie can you help have a review about #24

from vaapi-fits.

wangzj0601 avatar wangzj0601 commented on August 25, 2024

now gstreamer add parse "videoscale" to make the output as single resolution, so no need multi-res ssim support, close it

from vaapi-fits.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.