На главную

Videomaniac - видеоплеер

Скачать JAD
Скачать JAR

Приложение для воспроизведения видео файлов 3gp, mp4.

Требования к JVM телефона:
-поддержка MIDP-2.0, CLDC-1.0, JSR-75, JSR-234, JSR-135
-открытая файловая система

Возможности:
-воспроизведение видео файлов 3gp, mp4
-поворот изображения
-увеличение на весь экран
-перемотка вперед/назад
-переход к заданной позиции времени
-снапшоты

Клавиши управления:
джой - воспроизведение/пауза
джой вниз - поворот
джой вверх - увеличение во весь экран
джой вправо/влево (держать) - перемотка
джой вправо/влево (короткое нажатие) - пред./след. файл в текущей папке
* - вкл./выкл. вывод информации

При повороте изображения клавиши джоя тожа "поворачиваются"
Кадр сохраняется в png формате в той же папке, где лежит ролик, с тем же именем+png

ВНИМАНИЕ!!! Полная функциональность (для SonyEricsson) гарантируется только на телефонах с JP-7 и старше:
On Java Platform JP-7 it is easy to create an overlay over a video clip shown in a MMAPI video player instance. All pixels drawn with Canvas.paint are overlayed over the video, canvas areas where nothing has been drawn remain transparent. Note that if a filled shape is drawn, for example a rectangle with a background color, the video will be completely hidden behind the shape. A VideoControl can be used to mirror and/or rotate the video on the display.

To make use of progressive download in a player application, the createPlayer method must be invoked with a file scheme locator string as parameter, for example: Manager.createPlayer(file:///c:/sounds/song.mp3); Note: This functionality is not implemented on Java platform JP-5, where the MMAPI implementation does not support the file scheme in the createPlayer method. In JP-5 phones, playing of media is invoked via createPlayer(InputStream stream, String type) which does not take advantage of progressive download. The consequence is that the whole media file must be loaded into memory before the player starts playing. This can in some cases take quite long time with large media files.

© 2007 Медведев О.В., г.Северодвинск