由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - JMF and AVI
相关主题
JMF支持DIVX吗?[转载] how to manipulate video files by programming
Re: access host file in applethow to edit autoexec.bat
.wma 文件播放求教求救。java的格式化输出
webcam Java programminghelp! string format???
JMF Installatin ProblemAny good project documentation tools (free?)
LIGHTWEIGHT_RENDERER in all-java JMF.问个JSP和Bean的问题
请问能否用JAVA获取视频中某一帧的编号eclipse中怎样改变tab/indent大小?
MP4/RTP support in JMFhow to read formatted text file?
相关话题的讨论汇总
话题: jmf话题: avi话题: format话题: mpeg话题: codec
进入Java版参与讨论
1 (共1页)
M**********n
发帖数: 432
1
I want to play AVI format viedo files using JMF api. I found that the player
can play MPEG file happily, but complain the format of AVI files.
However, according to the documentation of JMF, AVI format is supported by
JMF. Does anyone know what the problem is?
g*****g
发帖数: 34805
2
avi may use different codec I think. Even windows media player can't play
all avi. I am not familiar with JMF api, but maybe there's a way to import
codec?

player

【在 M**********n 的大作中提到】
: I want to play AVI format viedo files using JMF api. I found that the player
: can play MPEG file happily, but complain the format of AVI files.
: However, according to the documentation of JMF, AVI format is supported by
: JMF. Does anyone know what the problem is?

d******e
发帖数: 143
3
are u using linux platform?
a while ago i tried JMF to playback mepg video. it works ok on windows. but
stopped working on linux (using same sample code and sample mpeg video).

player

【在 M**********n 的大作中提到】
: I want to play AVI format viedo files using JMF api. I found that the player
: can play MPEG file happily, but complain the format of AVI files.
: However, according to the documentation of JMF, AVI format is supported by
: JMF. Does anyone know what the problem is?

M**********n
发帖数: 432
4
Yes,
I was working in Linux (Ubuntu).

but

【在 d******e 的大作中提到】
: are u using linux platform?
: a while ago i tried JMF to playback mepg video. it works ok on windows. but
: stopped working on linux (using same sample code and sample mpeg video).
:
: player

d******e
发帖数: 143
5
have you solved the problem?
i think this is probably there's no proper codec in linux so java JMF didn't
package certain mpeg codec.

【在 M**********n 的大作中提到】
: Yes,
: I was working in Linux (Ubuntu).
:
: but

1 (共1页)
进入Java版参与讨论
相关主题
how to read formatted text file?JMF Installatin Problem
What xml editor plugin for eclipse?LIGHTWEIGHT_RENDERER in all-java JMF.
发现 java.net 比 sf.net 好请问能否用JAVA获取视频中某一帧的编号
大家都这么处理cross site scripting?MP4/RTP support in JMF
JMF支持DIVX吗?[转载] how to manipulate video files by programming
Re: access host file in applethow to edit autoexec.bat
.wma 文件播放求教求救。java的格式化输出
webcam Java programminghelp! string format???
相关话题的讨论汇总
话题: jmf话题: avi话题: format话题: mpeg话题: codec