video-trimmer
video-trimmer copied to clipboard
when click on save, application crashed
when click on save, application crashed and shows java.io.FileNotFoundException: /external/video/media/33131: open failed: ENOENT (No such file or directory)
if file is not here then how its appearing in timeline view please look in this matter
Write exactly like this and implement the OnTrimVideoListener.
mVideoTrimmer.setOnTrimVideoListener(this);
mVideoTrimmer.setVideoURI(Uri.parse(videoPath));
//Passing Uri instead of video path actually Worked for me
@Aman-chatterjee I see this code already, and yet it crashes for me right when I choose any video file: https://github.com/deepandroid/video-trimmer/issues/5
Getting same error, I think it's trying to open the file before it's even created?
I'm getting the same issue.