Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: how can i compress a video file for example an avi file in java?

  1. #1
    Member vigneshwaran's Avatar
    Join Date
    Nov 2012
    Location
    Chennai, TamilNadu
    Posts
    35
    My Mood
    Cheerful
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default how can i compress a video file for example an avi file in java?

    is it possible to compress an avi file in java using some tool or by not using it..?

    someone please reply me


  2. #2
    Junior Member
    Join Date
    Jan 2013
    Location
    Chennai, India
    Posts
    3
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: how can i compress a video file for example an avi file in java?

    Java provides standard Zip and GZip Outputstream using which you can compress the files. Or, you can go for 3rd Party libraries like Apache Commons Compress.

  3. The Following User Says Thank You to kajasweb For This Useful Post:

    vigneshwaran (October 24th, 2013)

Similar Threads

  1. Conversion of any image file to text file in Java...'
    By suyog53 in forum File I/O & Other I/O Streams
    Replies: 17
    Last Post: September 23rd, 2012, 08:37 AM
  2. Java I/O File code; how to read/write file
    By ryu2le in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: September 18th, 2011, 05:51 PM
  3. Replies: 10
    Last Post: January 12th, 2011, 05:48 AM
  4. Java error while Playing Video file.
    By ravigirismiles in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 7th, 2010, 11:09 AM
  5. insert(embed) a file object (.txt file) in MS excel sheet using java.
    By jyoti.dce in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 12th, 2010, 08:16 AM