开发者

Java: how to playback uncompressed frames

开发者 https://www.devze.com 2022-12-18 04:05 出处:网络
Given a uncompressed input file with predefined frame format, need to build a simple video player. Could anyone advise where to start? like search keywords, what library to use or examples. Thanks!

Given a uncompressed input file with predefined frame format, need to build a simple video player. Could anyone advise where to start? like search keywords, what library to use or examples. Thanks!

For now, I just read all frames and store in linked list which 开发者_StackOverflow社区seems not a good idea. Since it should be able to read/playback at same time.


I'm partial to Xuggler. See the MediaTool part of Xuggler that makes it really easy to write programs using media files.


You probably looking for the Java Media Framework

Samples you find here:

and here

0

精彩评论

暂无评论...
验证码 换一张
取 消