-
Notifications
You must be signed in to change notification settings - Fork 42
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
Import videos from Android internal/sd memory #18
Comments
Hate to break the bad news but you're trying to use a method designed for
Desktop only use on Android. I'll see if I can figure out some way to make
it fail in such a way that you know what's going on! What i think is
happening is that it can't find a codec to open the file so it returns null.
It's been a few years since I've tried to process video on Android. There's
a way you can do it with FFMPEG but there might be better ways to do it now.
…On Thu, Apr 30, 2020 at 2:36 PM jackaru ***@***.***> wrote:
Hi, sorry for the question but I can't figure it out what I'm doing wrong,
It's 2 days that I'm looking for examples and trying to import a .mp4 video
from sd card path but each time the file can't be found. The path is
checked without errors, is it possible to import external videos or I made
a big mistake?
Here's the code, but as I said, openVideo returns null, so I can't get the
frame number
[image: image]
<https://user-images.githubusercontent.com/21238513/80761429-d704c700-8b3a-11ea-9ab8-b066e42fb2ab.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFUOVY2FRROF23NI4K4L7TRPHVN5ANCNFSM4MWVATDQ>
.
--
"Now, now my good man, this is no time for making enemies." — Voltaire
(1694-1778), on his deathbed in response to a priest asking that he
renounce Satan.
|
So I was just looking at the FFMPEG used in BoofCV. There's actually a chance you could do a special build and get it to work. You can specify which native architectures you wish to support using a command line argument. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, sorry for the question but I can't figure it out what I'm doing wrong, It's 2 days that I'm looking for examples and trying to import a .mp4 video from sd card path but each time the file can't be found. The path is checked without errors, is it possible to import external videos or I made a big mistake?
Here's the code, but as I said, openVideo returns null, so I can't get the frame number
The text was updated successfully, but these errors were encountered: