Giter Club home page Giter Club logo

Comments (2)

WyvernZhao avatar WyvernZhao commented on September 23, 2024

Thank you for your feed back on our MEC :) Sorry for the inconvenience that encoding is not working on your machine.
It's weird that ffmpeg api 'avio_open' returns -2 on the encoding procedure. After I checked the code of ffmpeg, I see that -2 means #define ENOENT 2 /* No such file or directory */. So what is the export path you were using? Is there any inexisting intermediate directories in your export path? We're not checking and creating these inexisting directories for now, so you need to make sure that the parent directory of the export path must be existed. And another thing you should confirm is that you have the permission to create and write files in the path you choose.

And Could you tell us what the version of the ffmpeg libraries you are using?

from mediaeditor.

AlphaNERD- avatar AlphaNERD- commented on September 23, 2024

I wanted to export the video onto my desktop. But that is less important. What is important is that Media Editor keeps appending a .mep directory to the path when i choose a path using the directory picker.

Media Editor appended the .mep directory but didn‘t create it automatically which led to the error i got. Once i created the .mep directory manually, encoding worked fine.

from mediaeditor.

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.