Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

MPEG reader/writer

  Asked By: Juana    Date: Jun 30    Category: Java    Views: 650
  

I just wanted to know if you have any reference/tools to read/write
from/to video files. I am about to write a program to process videos
regardless of the format/codec used in the data files.
Is DirectShow appropriate? Of course the platform is windows. I need some
SDK/API reference. Any info?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Aaron Evans     Answered On: Jun 30

I guess DirectX set of interfaces must be a right choice, it contians series of video  streaming editing stuff, although I used them once but I'm not an expert in it, but read a great deal about them

 
Answer #2    Answered By: Salvatore Kelly     Answered On: Jun 30

Have you been envolved deploying JMF in your design?
As for formats the latest (not crossplatfrom one) version can decode as
well as encode mpeg files:

java.sun.com/.../formats.html

 
Didn't find what you were looking for? Find more on MPEG reader/writer Or get search suggestion and latest updates.




Tagged: