Git Product home page Git Product logo

Comments (5)

richardpl avatar richardpl commented on September 22, 2024

This is duplicate, there even was GSoC to do just this.

from ffv1.

dwbuiten avatar dwbuiten commented on September 22, 2024

Where can I find an open issue for this? A GSoC wiki page for a project that never came to fruition isn't the same thing.

from ffv1.

Artoria2e5 avatar Artoria2e5 commented on September 22, 2024

@pjotrek-b's http://download.das-werkstatt.com/pb/mthk/ffv1_stats/latest/ seems to give some intuition on how the current "pseudo-inter" prediction is working:

  1. it works better the smaller the slices you feed it are. 30 slices work better than 4, SD divided into 30 works better than HD divided in 30
  2. twopass often but not always abolishes the size benefit

I guess that just shows the current thing isn't enough for bigger frames. Which we kind of know already, oops.

(My understanding of the two tables is that GOP size set compares GOP=1 vs 300, raw size set compares raw vs GOP=1. I hope I am reading them right.)

(Also there's no raw vs GOP=300 comparison and I am too lazy to do calculations. So I also don't know whether GOP usefully compensates for the compression loss from more slices.)

from ffv1.

pjotrek-b avatar pjotrek-b commented on September 22, 2024

@Artoria2e5: Indeed, there are 2 different comparison tables listed:

  • GOP difference = Filesize difference between GOP=1 and GOP=300.
  • Size difference = Filesize difference between raw (=uncompressed) and GOP=1.

Each with different encoding parameters.

As far as I remember, the 2-pass encoding for abolishes the size benefit in favor of GOP=1, in my tests.
So doing a "2-pass GOP=1" encoding results in similar (smaller) sizes, comparable to GOP=300.

However, the samples used in those tables are very short - and I remember the last time I've tested 2-pass with FFV1, it definitely had issues with regular/longer samples. The 2-pass logfile also became very big very fast.
Therefore, I've actually dropped 2-pass encodings from my consideration radar.

It would actually also be interesting, if these numbers are still valid.
The tests were made in December 2012 - for development of FFV1.3.

from ffv1.

Artoria2e5 avatar Artoria2e5 commented on September 22, 2024

So on the GSoC front, I dug these links up:

from ffv1.

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.