|
-
Sep 19th, 2003, 08:45 PM
#1
Thread Starter
Fanatic Member
.avi files in JAVA applets
How can I display .avi files using JAVA? Is an avi the smallest size possible or should i convert it to something esle? How do I display avi files in java applets?
-
Sep 23rd, 2003, 01:45 AM
#2
avi (Video for Windows) is only a container file format. The old codecs (like Intel Indeo) are not very effective, MPEG2 (.mpg) is far better. However with the new MPEG4 standard, new codecs like DivX and XviD have appeared that are stored in .avi files and are better than MPEG2. Those avi files are nearly the smallest files you'll get.
I'm not sure if there is a properly optimized video interface in Java, but I guess there has to be something somewhere. You might try asking that question at JavaNet (www.javanet.com I believe).
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|