Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when click on save, application crashed #2

Open
asadd00 opened this issue Oct 4, 2018 · 4 comments
Open

when click on save, application crashed #2

asadd00 opened this issue Oct 4, 2018 · 4 comments

Comments

@asadd00
Copy link

asadd00 commented Oct 4, 2018

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

@Aman-chatterjee
Copy link

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

@AndroidDeveloperLB
Copy link

@Aman-chatterjee I see this code already, and yet it crashes for me right when I choose any video file:
#5

@Marc-Ferrer-Castillo
Copy link

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

@DarshitAnjaria
Copy link

I'm getting the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants