Giter Site home page Giter Site logo

Awesome Library about mobile-ffmpeg HOT 9 CLOSED

tanersener avatar tanersener commented on August 27, 2024
Awesome Library

from mobile-ffmpeg.

Comments (9)

ohenepee avatar ohenepee commented on August 27, 2024 1

Well... thanks a lot for looking at it... still glad for making this lib.. Have a nice day!

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

Well, thanks.
I'd like to add xvc but I'm not sure if I can do it. mobile-ffmpeg does not generate ffmpeg binary. Only shared libraries libavcodec, libavdevice, libavfilter, ... are generated. Is it possible to integrate xvc without ffmpeg binary.

from mobile-ffmpeg.

ohenepee avatar ohenepee commented on August 27, 2024

Honestly I'm not familiar with building C/C++ projects so I wouldn't know... sorry

Does this help?

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

Well, I saw those commands but you need ffmpeg binary to run them. In this library I don't generate it.
So I'm not sure what can I do.

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

Thanks my friend

from mobile-ffmpeg.

ohenepee avatar ohenepee commented on August 27, 2024

I think there's a mistake somewhere... these don't require ffmpeg... ffmpeg only comes in when you wish to pipe

For generating xvc bitstreams the following command shows typical usage:
xvcenc -input-file input.yuv -input-width 1920 -input-height 1080 -framerate 30 -output-file mybitstream.xvc -qp 32

For decoding an xvc bitstream use the xvcdec application:
xvcdec -bitstream-file mybitstream.xvc -output-file decoded.yuv

xvcenc and xvcdec doesn't require ffmpeg

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

You are right.
But then how is xvc related to this project? This library aims to provide ffmpeg functionality for mobile platforms.

from mobile-ffmpeg.

ohenepee avatar ohenepee commented on August 27, 2024

Oops!! With that "question" I guess I now understand the purpose/objective of your project/library. Please feel free to close when you see the need to.

I'd like to have a private chat with you. Please hit me [email protected]

from mobile-ffmpeg.

tanersener avatar tanersener commented on August 27, 2024

I sent you an email.

from mobile-ffmpeg.

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.