video-trimmer icon indicating copy to clipboard operation
video-trimmer copied to clipboard

when click on save, application crashed

Open asadd00 opened this issue 7 years ago • 4 comments

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

asadd00 avatar Oct 04 '18 08:10 asadd00

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 avatar Dec 02 '18 20:12 Aman-chatterjee

@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

AndroidDeveloperLB avatar Jan 31 '19 12:01 AndroidDeveloperLB

Getting same error, I think it's trying to open the file before it's even created?

Marc-Ferrer-Castillo avatar Mar 19 '20 22:03 Marc-Ferrer-Castillo

I'm getting the same issue.

DarshitAnjaria avatar Apr 27 '20 09:04 DarshitAnjaria