Giter VIP home page Giter VIP logo

Comments (8)

a914-gowtham avatar a914-gowtham commented on May 25, 2024 1

Don't put media.getPath just use media
TrimVideo.activity(media) .setAccurateCut(true) .setTrimType(TrimType.MIN_MAX_DURATION) .setMinToMax(1, 15) .start(this);

from android-video-trimmer.

a914-gowtham avatar a914-gowtham commented on May 25, 2024

Make sure you have to give video uri as String and try Logging your videoUri before call the below code
TrimVideo.activity(String.valueOf(videoUri)) .start(this);

from android-video-trimmer.

a914-gowtham avatar a914-gowtham commented on May 25, 2024

Refer this

from android-video-trimmer.

MohamedFattah95 avatar MohamedFattah95 commented on May 25, 2024

This is my video path as String
/storage/emulated/0/WhatsApp/Media/WhatsApp Video/VID-20200507-WA0074.mp4
However it still not loading the video.
@a914-gowtham

from android-video-trimmer.

a914-gowtham avatar a914-gowtham commented on May 25, 2024

Can u show me your builder code for opening the TrimmerActivity and OnActivityResult method

from android-video-trimmer.

MohamedFattah95 avatar MohamedFattah95 commented on May 25, 2024

TrimVideo.activity(media.getPath()) .setAccurateCut(true) .setTrimType(TrimType.MIN_MAX_DURATION) .setMinToMax(1, 15) .start(this);

OnActivityResult:
if (requestCode == TrimVideo.VIDEO_TRIMMER_REQ_CODE && resultCode == RESULT_OK && data != null) { Uri uri = Uri.parse(TrimVideo.getTrimmedVideoPath(data)); Log.d("Trim", "Trimmed path:: " + uri); }

from android-video-trimmer.

MohamedFattah95 avatar MohamedFattah95 commented on May 25, 2024

"media" is an object of an video picker, not a String.
media.getPath() returns /storage/emulated/0/WhatsApp/Media/WhatsApp Video/VID-20200507-WA0074.mp4 as a String.

from android-video-trimmer.

a914-gowtham avatar a914-gowtham commented on May 25, 2024

Please refer this https://github.com/a914-gowtham/Android-video-trimmer/blob/master/app/src/main/java/com/gowtham/videotrimmer/MainActivity.java

from android-video-trimmer.

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.