I'm working on an app that uses FFmpeg to encode camera data, and I
have successfully compiled and run FFmpeg on my android phone, In fact
I start FFmpeg as a process inside my activity and feed it over
stdin.

However, I can't find a way to allow FFmpeg to write to any place on
the file system. Are there any unrestricted folders for native
applications? Can I somehow give the process write privileges
somewhere on the filesystem? Even if it's a temp location that would
be fine, as I could read the file in my activity and re-write it
wherever it needs to go.

Thank you for any help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to