Giter Site home page Giter Site logo

Comments (2)

Sibras avatar Sibras commented on May 24, 2024

This shouldn't have happened (and is a really crappy bug to encounter). I found the source of the error and it was an incorrect boolean flag that wasn't being set properly. You just happened to be the unlucky one who stumbled across it as it only occurs when there is a configure error causing the program to exit before a valid project directory had been set. The program tries to cleanup up any partially created project files in the project directory if it detects an error part way through creating them, just in this case it went a bit over board.

I have corrected the bug and also improved the detection of which files are generated by FFVS and which are not which should prevent this in the future.

from ffvs-project-generator.

Sibras avatar Sibras commented on May 24, 2024

Also as a point of note: FFVS uses the same command line syntax as the normal ffmpeg configure script. So if you want a list of cli options you need to pass --help. Otherwise it will just attempt a configure using default arguments.

The actual options passed back from --help will depend on the version of the ffmpeg code you are trying to compile as many are dynamically pulled from the ffmpeg source code repo being used.

from ffvs-project-generator.

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.