Giter Site home page Giter Site logo

k4l-video-trimmer's Introduction

MIT licensed GitHub stars GitHub forks

VideoTrimmer

This project aims to provide an ultimate and flexible video trimmer experience.

VideoTrimmer Screenshot

Usage

For a working implementation, please have a look at the Sample Project - sample

  1. Include the library as local library project.

    compile 'life.knowledge4:k4l-video-trimmer:1.0'

  2. Add K4LVideoTrimmer component into your layout.

    <life.knowledge4.videotrimmer.K4LVideoTrimmer
        android:id="@+id/timeLine"
        android:layout_height="match_parent"
        android:layout_width="match_parent" />
    
  3. Set the K4LVideoTrimmer selected video Uri.

    K4LVideoTrimmer videoTrimmer = ((K4LVideoTrimmer) findViewById(R.id.timeLine));
    if (videoTrimmer != null) {
        videoTrimmer.setVideoURI(Uri.parse(path));
    }

Default destination folder

Environment.getExternalStorageDirectory()

Here is an example of a listener implementation.

  1. Implements OnTrimVideoListener methods

    @Override
    public void getResult(final Uri uri) {
        // handle K4LVideoTrimmer result.
    }
    
    @Override
    public void cancelAction() {
        // handle K4LVideoTrimmer cancel action
    }

Customization

  • Custom destination folder

    videoTrimmer.setDestinationPath("/storage/emulated/0/DCIM/CameraCustom/");
  • Set maximum video time interval

    videoTrimmer.setMaxDuration(10);

Incoming improvements

  • Customize K4LVideoTrimmer colors
  • Customize K4LVideoTrimmer drawables
  • Add support for setMinDuration
  • Add tests

Known issues and limitations

  • Thumbnails are only added to the timeline once all of them are created in a background thread
  • As for now there is no way of personalising the component
  • We only support MP4 files
  • Methods count: 5768 from Isoparser + 237 from K4l-video-trimmer

Compatibility

  • Library - Android ICS 4.1+ (API 16)
  • Sample - Android ICS 4.1+ (API 16)

Collaboration

There are many ways of improving and adding more features, so feel free to collaborate with ideas, issues and/or pull requests.

Let us know!

We’d be really happy if you sent us links to your projects where you use our component. Just create an issue and let us know if you have any questions or suggestion regarding the library.

k4l-video-trimmer's People

Contributors

wesjon avatar dogo avatar

Watchers

Michael jentsch avatar  avatar

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.