Abhi wrote:
> I see the .mp4 video as having a frame rate of 30fps and resolution
> 640 x 480. Is that an issue?

I have no idea.

> Also, I don't see the mp4 when I call list of all videos from within
> my application by
> 
> Intent i = new Intent(Intent.ACTION_PICK);
> i.setType("video/*");
> startActivityForResult(i, PICK_VIDEO);
> 
> The only ones that show up are the .3gp video files located on my
> sdcard.

That means the MediaScanner has not picked up your video yet.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

-- 
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