Giter Club home page Giter Club logo

Comments (8)

barrbrain avatar barrbrain commented on August 11, 2024

The following seems inconsistent with video encoding:

        still_picture: true,

from rav1e.

barrbrain avatar barrbrain commented on August 11, 2024

I made the following adjustments so that this example demonstrates rav1e's current minimum frame delay:

-        still_picture: true,
+        still_picture: false,
-    for i in 0..3 {
+    for i in 0..5 {

This resulted in the following log:

send 0: ok
recv: NeedMoreData
send 1: ok
recv: NeedMoreData
send 2: ok
recv: NeedMoreData
send 3: ok
recv: NeedMoreData
send 4: ok
recv 0 ok

from rav1e.

21pages avatar 21pages commented on August 11, 2024

Thanks for your reply, after the code change the data can be received after sending 5 frames, but can it be zero frame delay? BTW, it's still too slow for live stream.
1683459568237

from rav1e.

barrbrain avatar barrbrain commented on August 11, 2024

I poked around the code and it seems additional frame delay is due to rate control integration, even when it is inactive.

from rav1e.

k-wasniowski avatar k-wasniowski commented on August 11, 2024

Hey, @21pages did you manage to be able to encode in real time? I am trying to encode to use with WebRTC but it looks way to slow for that purpose

from rav1e.

21pages avatar 21pages commented on August 11, 2024

Didn't succeed at that time

from rav1e.

k-wasniowski avatar k-wasniowski commented on August 11, 2024

Did you try any other AV1 implementation of encoder in rust?

from rav1e.

21pages avatar 21pages commented on August 11, 2024

No

from rav1e.

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.