Giter Club home page Giter Club logo

Comments (6)

meongmeongasd avatar meongmeongasd commented on May 31, 2024 1

Both CMD output files lead to an error page saying "Not Found".

here fixed
mingw_gcc.txt
msvc_2019.txt

from vvenc.

davFaithid avatar davFaithid commented on May 31, 2024

Both CMD output files lead to an error page saying "Not Found".

from vvenc.

meongmeongasd avatar meongmeongasd commented on May 31, 2024

Video source : https://media.xiph.org/video/derf/ Ctrl+f mobcal and then cut it to the 1st 3 second

command

ffmpeg -i 720p50_mobcal_ter.y4m -t 3 -c:v rawvideo -pix_fmt yuv420p 720p50_mobcal_ter_3sec.yuv
vvencapp_mingw_gcc --preset faster -c yuv420 -i 720p50_mobcal_ter_3sec.yuv -s 1280x720 -o 720p50_mobcal_ter_3sec_mingw_gcc_faster.h266
vvencapp_mingw_gcc --preset fast -c yuv420 -i 720p50_mobcal_ter_3sec.yuv -s 1280x720 -o 720p50_mobcal_ter_3sec_mingw_gcc_fast.h266
vvencapp_mingw_gcc --preset medium -c yuv420 -i 720p50_mobcal_ter_3sec.yuv -s 1280x720 -o 720p50_mobcal_ter_3sec_mingw_gcc_medium.h266
vvencapp_mingw_gcc --preset slow -c yuv420 -i 720p50_mobcal_ter_3sec.yuv -s 1280x720 -o 720p50_mobcal_ter_3sec_mingw_gcc_slow.h266
vvencapp_mingw_gcc --preset slower -c yuv420 -i 720p50_mobcal_ter_3sec.yuv -s 1280x720 -o 720p50_mobcal_ter_3sec_mingw_gcc_slower.h266
reboot
vvencapp_msvc --preset faster -c yuv420 -i 720p50_mobcal_ter_3sec.yuv -s 1280x720 -o 720p50_mobcal_ter_3sec_msvc_faster.h266
vvencapp_msvc --preset fast -c yuv420 -i 720p50_mobcal_ter_3sec.yuv -s 1280x720 -o 720p50_mobcal_ter_3sec_msvc_fast.h266
vvencapp_msvc --preset medium -c yuv420 -i 720p50_mobcal_ter_3sec.yuv -s 1280x720 -o 720p50_mobcal_ter_3sec_msvc_medium.h266
vvencapp_msvc --preset slow -c yuv420 -i 720p50_mobcal_ter_3sec.yuv -s 1280x720 -o 720p50_mobcal_ter_3sec_msvc_slow.h266
vvencapp_msvc --preset slower -c yuv420 -i 720p50_mobcal_ter_3sec.yuv -s 1280x720 -o 720p50_mobcal_ter_3sec_msvc_slower.h266

yet another graph
hash graph
msvc all preset.txt
mingw-gcc all preset.txt

from vvenc.

f11894 avatar f11894 commented on May 31, 2024

Aren't both binaries built with MSVC?
The notation "VS 1928" is in both CMD outputs.

from vvenc.

adamjw24 avatar adamjw24 commented on May 31, 2024

Judging by the binary size, your MSVC binary is a Debug build. This would explain the runtime differences.

Also, about your build. If you are building the app to run, not to develop, you can uncheck the following build options:

  • VVENC_ENABLE_TRACING
  • VVENC_USE_ADDRESS_SANITIZER
  • VVCEncoderLib_ENABLE_ITT

from vvenc.

meongmeongasd avatar meongmeongasd commented on May 31, 2024

@adamjw2 Thanks for the feed back, sorry for the incovenience. That mistake not realizing debug build and release build is my part. I will close the issue.

from vvenc.

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.