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

压缩视频有问题 #60

Open
mingongzi opened this issue Feb 24, 2023 · 0 comments
Open

压缩视频有问题 #60

mingongzi opened this issue Feb 24, 2023 · 0 comments

Comments

@mingongzi
Copy link

java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$AsyncFutureTask.done(AsyncTask.java:445)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:308)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:933)
Caused by: java.lang.IllegalArgumentException: couldn't open /storage/emulated/0/Movies/VID_20230219091018813.mp4
at android.media.MediaMetadataRetriever.setDataSource(MediaMetadataRetriever.java:250)
at com.vincent.videocompressor.VideoController.convertVideo(VideoController.java:251)
at com.vincent.videocompressor.VideoCompress$VideoCompressTask.doInBackground(VideoCompress.java:51)
at com.vincent.videocompressor.VideoCompress$VideoCompressTask.doInBackground(VideoCompress.java:32)
at android.os.AsyncTask$3.call(AsyncTask.java:405)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 4 more
Back traces ends.

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