Welcome to Dream.In.Code
Become a Java Expert!

Join 149,535 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 1,504 people online right now. Registration is fast and FREE... Join Now!




how to convert the avi format files to mpeg format

 
Reply to this topicStart new topic

how to convert the avi format files to mpeg format, in this i want to make java program with which i can convert the file

Rating  4
vinitp
3 Jul, 2007 - 09:17 PM
Post #1

New D.I.C Head
*

Joined: 3 Jul, 2007
Posts: 1


My Contributions
in this i want to make java program with which i can convert the file format... so to do this how should i proceed....reply back
User is offlineProfile CardPM
+Quote Post

1lacca
RE: How To Convert The Avi Format Files To Mpeg Format
3 Jul, 2007 - 10:46 PM
Post #2

code.rascal
Group Icon

Joined: 11 Aug, 2005
Posts: 3,822



Thanked: 12 times
My Contributions
Mpeg is a codec. AVI is a container format, it can contain video compressed with virtually unlimited type of compressors.
So first step:
1) write an AVI parser, that finds out, what codec is used to compress the video that is inside the AVI file
2) use that codec to decompress the video (and audio) stream - you must have the codec for this, which is tricky: either way you tra to find Java implementations of ALL the codecs you might encounter, or try to use ones installed on the OS (this is however a platform dependent thing, so you'll break the transportability of your application - or to put it another way: you have to write it so that it works on all the OSes you want to use
3) use an mpeg codec to compress the raw video stream (mpeg codecs for Java is probably available, so you don't have to worry about the things mentioned above)

That's all. Point 1 and 3 are not that worrisome, point 2 makes this project quite difficult.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/7/09 09:09PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live Java Help!

Java Tutorials

Reference Sheets

Java Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month