Coder Social home page Coder Social logo

Linux support about ffmpeg-cpp HOT 5 OPEN

raveler avatar raveler commented on June 23, 2024
Linux support

from ffmpeg-cpp.

Comments (5)

ebachard avatar ebachard commented on June 23, 2024

So far, Linux is not really / officialy supported there.

If you don"t care about the license, you should have a look at :
https://framagit.org/ericb/ffmpeg-cpp2

Or even https://github.com/ebachard/ffmpeg-cpp if you prefer github, but it's not up to date like the first repo.

HTH

from ffmpeg-cpp.

avilleret avatar avilleret commented on June 23, 2024

I know that linux is not officially supported here but since I read :

since the project itself is fully platform-independent.

in the readme.md I thought it was worth a try.

from ffmpeg-cpp.

ebachard avatar ebachard commented on June 23, 2024

I fully agree, I thought it was true like you. But is is not.

Back to the issue, and after a second read, your issue is caused by the exception handling : use strings instead, of char * everywhere + take care to some methods signatures, and it should help.

There are some other bad design issues IMHO (like serious visibility mess with some AV* structures, causing shadow issues, very difficult to track). If you prefer stick to this repository, I'd rather suggest you https://github.com/wvaarle/ffmpeg-cpp . This guy fixed a lot of issues and, IMHO, this is the better compromise.

Last but not least, if your time is precious, have a look at the framagit version I proposed you. FYI, once I'll have found a RPI 4/ 8GB, I'll improve (I mean I'll try to optimize) the Linux port on this machine.

from ffmpeg-cpp.

harshal-99 avatar harshal-99 commented on June 23, 2024

First of all, the windows only crtdbg.h is included from ffmpeg.h (and the later have a common name which could cause troubles on Linux).

Not just that it also includes windows.h

from ffmpeg-cpp.

ebachard avatar ebachard commented on June 23, 2024

@harshal-99

Are you serious ? :-)

The code, the tree, the recent changes (completely wrong) ... and a lot of "details" show there are probably Microsoft devs behind that. When will C# beiing added btw ?

from ffmpeg-cpp.

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.