Log in

View Full Version : Programming a DVD player application


Qjimbo
26th December 2005, 19:58
Does anyone know where the best place to start is when writing a DVD player app? It doesn't have to be any thing fancy, I'm going to use the standard DirectShow stuff. But I'm hoping to somehow analyze the decoded audio (I'd only need one channel really), and develop a way of mapping out the silent parts and skipping them.

Any resources you folks can point me to about it?
Thanks!

Kurtnoise
26th December 2005, 21:17
what language would you like to use ? C/C++/C#, Delphi ??

Qjimbo
26th December 2005, 21:29
Oh I program in Delphi! I was a bit nervous about putting it in case there were no resources for that language and it put people off posting.

CyberShaman
31st December 2005, 20:47
http://www.progdigy.com/ is a good resource for Delphi.

Also be sure to study the Microsoft's DirectShow help from DirectX SDK or from here (http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/directx9_c/directx/htm/directshow.asp) .

Sirber
2nd January 2006, 23:49
I haerd of a SDK to use DirectX with delphi... but I don,t remember the name. It has DVD playback...

Qjimbo
8th January 2006, 17:25
Thanks for the links guys! I did find quite a cool thing called MPEG2Lib, which provides a more controllable MPEG2 player, but it has no audio support! I do have a more ambitious plan in mind involving actually cutting the vob file up into each non-silent section, but I'll have to read up on the vob and ac3 spec :P This is gonna be quite challenging.

celyo
9th January 2006, 11:56
You also should try www.clootie.ru packages and see MS DirectShow Docs.

Btw my player is also developed in delphi.