Git Product home page Git Product logo

react-native-video-processor's Issues

Boomerang returning blank

I am able to successfully use .reverseVideo as an example, however, every time I use the boomerang function the video returned is null.

Example code

const boomerang = async (videoPath) => {
    const boomerangVideo = await VideoManager.boomerang(videoPath);
    setBoomerangVideoPath(boomerangVideo);
  };

This works

const reverseVideo = async (videoPath) => {
    const reversedVideo = await VideoManager.reverseVideo(videoPath);
    setReverseVideoPath(reversedVideo);
  };

Any ideas?

No hasAudio on mergeVideos function

In the documentation is it mentions hasAudio but I'm not able to set that:

Would also be nice to pass an object in case I don't want to pass height and width.

This is the function declaration:
(method) VideoManager.mergeVideos(paths: string[], newVideoPath: string, height?: string | undefined, width?: string | undefined): Promise

Video Trimmer Component

Hey, does anyone know if there will be a trimmer component added? I am struggling to make one with the frames and multi slider.
Thanks! ☺️

Licensing Question

Hello,

This is more of a question than an issue. I'm not an expert on licensing and legal issues but since this library uses the full-gpl-lts version of ffmpeg-kit, doesn't that mean the the license for this library needs to be GPL as well to conform to the terms of GPL? Here's what I'm referring to for context: https://www.gnu.org/licenses/gpl-faq.html#IfLibraryIsGPL

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.