creating thumbnail of a video file

hi all,

i'm thinking about creating a thumbnail for a video file (my format is 3gp) -> i think it's gonna be like the first frame of the video to become an image file

how can i do that? any1 pls help...

btw, when i record a video in K610i...is it always like this: there's a "junk" display on the right(or bottom part if you use ur phone in normal way) part of the screen?

i once found out that by fixing this 'error' the only way is to upgrade the firmware of the K610i, my question is : is there any other ways to fix this 'error' ?

thanks in advance... hope to hear from you guys soon...

[637 byte] By [XenLa] at [2007-11-27 4:46:46]
# 1
do it on the server with ffmpeg
suparenoa at 2007-7-12 9:59:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
what server?ffmpeg? i dont understand..any other suggestions?
XenLa at 2007-7-12 9:59:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

i mean:

the web server (which has ffmpeg installed) do the job for you...

a servlet or anything else do a Runtime.getRuntime()exec("<ffmpeg_command>");

when a video arrives on the server, store the video in n formats and create a thumbnail

for the video. search on the web, you can easily find lots of stuff...

or do it yourself with ffmpeg if you have few videos...

Message was edited by:

supareno

suparenoa at 2007-7-12 9:59:21 > top of Java-index,Java Mobility Forums,Java ME Technologies...