powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Java [игнор отключен] [закрыт для гостей] / Можно с помощью Java сделать иконку с видеоролика?
6 сообщений из 6, страница 1 из 1
Можно с помощью Java сделать иконку с видеоролика?
    #34492783
Alexey Turn
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Т.е. Получить первый кадр видеоролика, как JPEG.
...
Рейтинг: 0 / 0
Можно с помощью Java сделать иконку с видеоролика?
    #34492844
Alexey Turn
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
И еще вопрос в догонку, как конвертнуть video во flash на unix серваке?
Вряд ли java это сможет, но хочется надеяться.
...
Рейтинг: 0 / 0
Можно с помощью Java сделать иконку с видеоролика?
    #34493152
Leonidv
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Alexey TurnИ еще вопрос в догонку, как конвертнуть video во flash на unix серваке?
Вряд ли java это сможет, но хочется надеяться.
Данную задачу можно решить с помощью MPlayer (Java тут и правда не причем).
...
Рейтинг: 0 / 0
Можно с помощью Java сделать иконку с видеоролика?
    #34497278
DobPilot
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Alexey TurnТ.е. Получить первый кадр видеоролика, как JPEG.

У IBM есть бесплатная библиотека для работы с mpeg4, смотреть здесь
...
Рейтинг: 0 / 0
Можно с помощью Java сделать иконку с видеоролика?
    #34497411
Alexey Turn
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Значит ли это, что на серваке так сделать не получится?

авторOff-screen rendering
Originally posted: 2005 June 27 02:09 PM
Andreas Elsner Post new reply

I'm working on a collaborative workspace environment that is based on GEF/Eclipse.
The idea is to use the MPEG4 Toolkit to integrate multimedia content. Therefore I need an off-screen rendering feature to fetch a rgb array from an MPEG4 movie that is played in background and then render it to the draw2d GEF content. When I tried to fetch rgb data from PlayerScreenCapture without adding the renderer component to an AWT/Swing container, getScreenCapture() returns null.

Is there a possibility to get such an array without showing the movie on the screen?

авторRe: Off-screen rendering
Originally posted: 2005 July 07 02:26 PM
Steve Wood Post new reply

Andreas, the bottom line is that it's not possible to do what you want.

The playback part of the toolkit was designed to render to a visible window.
Though it uses double-buffering with an offscreen image it will not be updated
if the window the player is in is hidden. So for what you want to do even
trying something like initially creating it visible and hiding it wouldn't work
since the offscreen image will no longer be updated while it's not visible.
Steve

http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?forum=642&thread=89594&cat=28

Спрашиваю, потому что у меня

Код: plaintext
1.
player.PlayerControl pc = player.PlayerFactory.createLightweightMPEG4Player();
pc.getScreenCapture() 

возвращает null
...
Рейтинг: 0 / 0
Можно с помощью Java сделать иконку с видеоролика?
    #34497582
DobPilot
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Alexey TurnЗначит ли это, что на серваке так сделать не получится?

авторOff-screen rendering
Originally posted: 2005 June 27 02:09 PM
Andreas Elsner Post new reply

I'm working on a collaborative workspace environment that is based on GEF/Eclipse.
The idea is to use the MPEG4 Toolkit to integrate multimedia content. Therefore I need an off-screen rendering feature to fetch a rgb array from an MPEG4 movie that is played in background and then render it to the draw2d GEF content. When I tried to fetch rgb data from PlayerScreenCapture without adding the renderer component to an AWT/Swing container, getScreenCapture() returns null.

Is there a possibility to get such an array without showing the movie on the screen?

авторRe: Off-screen rendering
Originally posted: 2005 July 07 02:26 PM
Steve Wood Post new reply

Andreas, the bottom line is that it's not possible to do what you want.

The playback part of the toolkit was designed to render to a visible window.
Though it uses double-buffering with an offscreen image it will not be updated
if the window the player is in is hidden. So for what you want to do even
trying something like initially creating it visible and hiding it wouldn't work
since the offscreen image will no longer be updated while it's not visible.
Steve

http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?forum=642&thread=89594&cat=28

Спрашиваю, потому что у меня

Код: plaintext
1.
player.PlayerControl pc = player.PlayerFactory.createLightweightMPEG4Player();
pc.getScreenCapture() 

возвращает null

Вот эта штука должна тебе помочь клац
...
Рейтинг: 0 / 0
6 сообщений из 6, страница 1 из 1
Форумы / Java [игнор отключен] [закрыт для гостей] / Можно с помощью Java сделать иконку с видеоролика?
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]