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

Cant Trim Videos #454

Open
STICKnoLOGIC opened this issue Oct 1, 2022 · 0 comments
Open

Cant Trim Videos #454

STICKnoLOGIC opened this issue Oct 1, 2022 · 0 comments

Comments

@STICKnoLOGIC
Copy link

Hi!
want to share my experience and error that I encounter,
I migrate from version1.2.x to 1.9.x,
Screenshot_20221001_085650
as you can see, The error is in the MovieCreator.build, I checked first if the src file is null (but its not):
here is the code:
private static void generateVideo(@NonNull File src, @NonNull File dst, long startMs, long endMs, @NonNull OnVideoTrimListener callback) throws Exception { Movie movie = MovieCreator.build(src.getAbsolutePath()); //the error T_T /*other code to trim videos*/ }

Anyone can guide on why and how?

Thanks!

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

1 participant