hi I need to know if there is a library/api/sdk to program an application to convert dvd to mpeg/avi/any streamable format. Requesting your advices reg this.
-Alexius Luke
+ Reply to Thread
Results 1 to 6 of 6
-
Alexius Luke
i-Broadcast, INC,
Tokyo,Japan -
I believe that FlaskMPEG is open source: http://www.flaskmpeg.net/
Regards.Michael Tam
w: Morsels of Evidence -
Have you had a look at DirectShow from the DirectX SDK?
Or are you talking about a codec api?
(I.e any DirectShow Object is decoded/encoded thru a codec filter, my question is: do you have a codec and want to include this as filter in to your program or do you want to implemnt a codec from an api?)
jaa mata ne -
My need is to create an application-DVD to MPEG/AVI converter.
My beleif is DVD codec is available on the net. If so then is there a directx/another api which has extended this codec into a encoder kind of api.
ex: WMEncoder has api to write an application which converts files of different format into WMFiles.
Same way my application needs to convert dvd files into mpeg files.
Cud this be written using directx api's. But in directx the high-level api has only methods to do high-level op's(open,play,....) for dvd.
thanking you,
Alexius LukeAlexius Luke
i-Broadcast, INC,
Tokyo,Japan -
DVD movies are mpeg(2) files.In what mpeg format do you want to convert this?Maybe you should have a look at avisynth.There is a dll which can at least open an mpeg and decode the frames.The next step will be, convert this frame into you format and encode again (to your target mpeg format).For this you need an encoder (like CCE or tmpgenc or any other encoder).
Have you tried graphedit for this task?
With DirectShow you can create a filter and connect the pins doing the same.You can plugin your application between an output pin of one filter (say output of dvd mpeg filter) and input of the encoder (or whatever the next step may be).
Jaa mata ne -
dragonsf is right , here are some resources for a encoder and a decoder to help you ..
ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg2/software/
you can get more info also here http://www.chiariglione.org/mpeg/index.htm
and here
http://www.mpeg.org/MPEG/MPEG-content.html
Similar Threads
-
Best way to copy DVD/BD to a home Library
By Krisruds in forum DVD RippingReplies: 13Last Post: 11th Feb 2011, 08:44 -
Want to archive my DVD library to my HTPC
By Memo_182 in forum Media Center PC / MediaCentersReplies: 3Last Post: 26th May 2008, 19:45 -
Managing my HDD and DVD disk library
By cigarshaped in forum Newbie / General discussionsReplies: 3Last Post: 18th May 2008, 19:05 -
A pretty good DVD library manager
By NeilH in forum Newbie / General discussionsReplies: 0Last Post: 8th Oct 2007, 14:23