Results 1 to 2 of 2

Thread: .avi files in JAVA applets

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513

    Question .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?

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width