Giter Site home page Giter Site logo

Comments (4)

rolinh avatar rolinh commented on August 20, 2024 1

Hi @stoyanovgeorge,
To be honest, I would not have expected VQMT to work at all with a non raw video. Does VQMT work with other mp4 videos?

from vqmt.

stoyanovgeorge avatar stoyanovgeorge commented on August 20, 2024

Hi @rolinh , you are right, it appears that it works only on raw files. It would be really cool if you can make it work on compressed video files. I am looking for a free tool which could calculate those values. Do you know if such program exists? I am also playing a bit with VMAF (Netflix).

from vqmt.

rolinh avatar rolinh commented on August 20, 2024

Actually this has already been raised in #2 and my answer was that this is going beyond the scope of VQMT.
Now, I believe that you can compute these values with ffmpeg using the video filters and, in particular, the SSIM and PSNR filters.

from vqmt.

afzal avatar afzal commented on August 20, 2024

I have the same problem with yuv. :(
I made yuv by following:
ffmpeg -i video_MISSY.mp4 -c:v rawvideo -pix_fmt yuv420p -r 25 -s 1920x1080 -y video_MISSY.yuv
then I am trying vqmt:
./vqmt video_original.yuv video_MISSY.yuv 1080 1920 15000 420 1 results PSNR SSI
And i get
readOneFrame: cannot read 1920 bytes from input file, unexpected EOF.
Could u please guide me?

from vqmt.

Related Issues (17)

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.