Giter VIP home page Giter VIP logo

yatta's People

Contributors

hatt avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

m0qui

yatta's Issues

YMC Zoom Out

Add a feature to allow for zooming out in YMC dialogs, this would be especially useful for cutter.

Ignore Pulldown handling

D2V files run with ignore pulldown (Field_Operations=1 set in the d2v header) will not soft-telecine repeat field flagged progressive content. This let's YMC to ignore IVTC matches on these frames and force set them to c matches and nodecimate, allowing YATTA to leave them alone. This is not actually VFR as the content is still 24000/1001fps; the same as telecined content will be after IVTC.

The detection process here is first to check the Field_Operations flag for ignore pulldown, then to parse the d2v flags for each I-frame group and check for the progressive flag, not RFF. The RFF flag does not seem to hit every progressive frame, for reasons I assume are related to how d2v files expect frame pairs to be handled I expect. Rather than run binary math here, the easiest thing I believe is to compile a TStringList of hex pairs that have the progressive bit set and just compare against them.

This relies on TIVTC/Decomb not breaking on progressive content but I see no reason why they should. Additionally, YATTA needs to be aware that these sections are not 30000/1001fps so that it doesn't mess up timecodes when saving. This is more complicated and I'm not too sure how to do it, especially on content which DOES have actual VFR in it alongside the soft telecined progressive.

Decoder flag in YAP file

Add a general decoder flag in the project file and remove Mpeg2Decoder. This should allow for simplified adding of source options. Additionally, parse the first line of d2v and dgi files to determine which decoder they use and auto-decide on it. Mpeg2Dec3 for example uses DVD2AVIProjectFile in the header string while DGDecode uses DGIndexProjectFile. This can get rid of useless space on the YMC dialog box, and make it easier to get going with random decoders.

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.