Giter Site home page Giter Site logo

Comments (8)

takuya-takeuchi avatar takuya-takeuchi commented on June 17, 2024

@jzp-oos
Did you execute git submodule update --init --recursive to get rc\openh264?
And you can modify BuildWindows.ps1 to use VS 2022.
Thanks.

from openh264dotnet.

jzp-oos avatar jzp-oos commented on June 17, 2024

@jzp-oos 你执行了rc\openh264吗?您可以修改BuildWindows.ps1以使用VS 2022。 谢谢。git submodule update --init --recursive

解决了

from openh264dotnet.

jzp-oos avatar jzp-oos commented on June 17, 2024

@jzp-oos 你执行了rc\openh264吗?您可以修改BuildWindows.ps1以使用VS 2022。 谢谢。git submodule update --init --recursive

请问支持多线程解码吗 开多个线程解码cpu满了

from openh264dotnet.

takuya-takeuchi avatar takuya-takeuchi commented on June 17, 2024

@jzp-oos

请问支持多线程解码吗 开多个线程解码cpu满了
Does it support multi-threaded decoding? Open multiple threads to decode and the cpu is full

I don't know because it depends on implementation of openh264 libs.
But it could be 'no'.
Because openh264 repo says (https://github.com/cisco/openh264#encoder-features) that encoder support multi threads but decoder does not say anything.

from openh264dotnet.

jzp-oos avatar jzp-oos commented on June 17, 2024

@jzp-oos

请问支持多线程解码吗 开多个线程解码cpu满了
Does it support multi-threaded decoding? Open multiple threads to decode and the cpu is full

I don't know because it depends on implementation of openh264 libs. But it could be 'no'. Because openh264 repo says (https://github.com/cisco/openh264#encoder-features) that encoder support multi threads but decoder does not say anything.

DecodingParam里CpuLoad EcActiveIdc这2个参数有何作用

from openh264dotnet.

takuya-takeuchi avatar takuya-takeuchi commented on June 17, 2024

@jzp-oos

DecodingParam里CpuLoad EcActiveIdc这2个参数有何作用
What are the functions of the two parameters CpuLoad EcActiveIdc in DecodingParam

There is no useful document for openh264 so we have to read source code.

CpuLoad
DecodingParam.CpuLoad corresponds to https://github.com/cisco/openh264/blob/fac04ceb3e966f613ed17e98178e9d690280bba6/codec/api/svc/codec_app_def.h#L606
And unit test program uses this parameter in https://github.com/cisco/openh264/blob/6584567029f8899d5375333228a77517ba0c2b3b/test/decoder/DecUT_DecExt.cpp#L90

I guess we may be able to control usage of cpu by passing but I'm not sure that parameter meaning.

from openh264dotnet.

jzp-oos avatar jzp-oos commented on June 17, 2024

@jzp-oos

DecodingParam里CpuLoad EcActiveIdc这2个参数有何作用
What are the functions of the two parameters CpuLoad EcActiveIdc in DecodingParam

There is no useful document for openh264 so we have to read source code.

CpuLoad
DecodingParam.CpuLoad corresponds to https://github.com/cisco/openh264/blob/fac04ceb3e966f613ed17e98178e9d690280bba6/codec/api/svc/codec_app_def.h#L606
And unit test program uses this parameter in https://github.com/cisco/openh264/blob/6584567029f8899d5375333228a77517ba0c2b3b/test/decoder/DecUT_DecExt.cpp#L90

I guess we may be able to control usage of cpu by passing but I'm not sure that parameter meaning.

请问下我拿到的yuv3个分量 怎么合并成一个 我需要yuv的byte[] ToBitmap方法里面

from openh264dotnet.

jzp-oos avatar jzp-oos commented on June 17, 2024

@jzp-oos

DecodingParam里CpuLoad EcActiveIdc这2个参数有何作用
What are the functions of the two parameters CpuLoad EcActiveIdc in DecodingParam

There is no useful document for openh264 so we have to read source code.

CpuLoad
DecodingParam.CpuLoad corresponds to https://github.com/cisco/openh264/blob/fac04ceb3e966f613ed17e98178e9d690280bba6/codec/api/svc/codec_app_def.h#L606
And unit test program uses this parameter in https://github.com/cisco/openh264/blob/6584567029f8899d5375333228a77517ba0c2b3b/test/decoder/DecUT_DecExt.cpp#L90

I guess we may be able to control usage of cpu by passing but I'm not sure that parameter meaning.

请问下我拿到的yuv3个分量 怎么合并成一个 我需要yuv的byte[] ToBitmap方法里面

可以帮忙解决下么

from openh264dotnet.

Related Issues (3)

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.