I managed to play some video and release a videoplayer that kinda seeks (you need to encode your videos in a special way to achieve it)...
http://freshmeat.net/projects/nokia-vid-player/
Type: Posts; User: koala; Keyword(s):
I managed to play some video and release a videoplayer that kinda seeks (you need to encode your videos in a special way to achieve it)...
http://freshmeat.net/projects/nokia-vid-player/
Don't worry :)
Look in the mencoder man page, there should be a way to encode audio in a format that ffmpeg will understand, probably with -oac lavc (which, in fact, uses ffmpeg to do the audio...
Isn't there an earlier error? Sounds like mencoder is not generating tmp.avi and thus ffmpeg fails.
Do you have mencoder installed (it probably is in an mplayer package)?
Hi,
Thanks for trying it out. I use a program called extract to calculate the length of the supplied video file. You need to have it installed to execute the script correctly. You can find the...
Hi,
Thanks for trying it out.
Yes, from the documentation:
Check out the README and see if you have followed the instructions to preparing the video, particularly, the folder structure. Encoding the videos correctly is a little bit tricky right now, too.
Well, the application needs to read your MicroSD card, and to do that you have to give it permissions (although you shouldn't trust random jad/jars you get over the internet).
Check the...
Well, unfortunately I don't have a 6280 to test. I have a feeling that the hardware is very similar, so it *might* work- but probably it doesn't.
I suppose that someone with some J2ME skills could...
http://discussion.forum.nokia.com/forum/showthread.php?t=100154
I have released a J2ME video player for Nokia 6233/6234 which basically offers some kind of workaround for the video player (i.e. no seeking).
Note to mods: if this is not the proper place for...
A progress update...
I have managed to play video fullscreen, smoothly, with audio.
Caveat: I have to rotate the file on the PC, so it's 240x320.
But now I believe Player.setMediaTime() is...
Hi all,
I'm dabbling in J2ME in order to learn a bit about the platform and, at the same time, scratch an itch.
I'd like to write a MIDlet that plays back MPEG4 video at full screen and allows...