SysChat

SysChat (http://www.syschat.com/forum.php)
-   Development (http://www.syschat.com/software-support/development/)
-   -   query about programming (http://www.syschat.com/query-about-programming-1793.html)

sandyzden 03-17-2007 01:27 AM

query about programming
 
Hi,
i am a novice programmer and i want to program a media player of my own
please give me tips on tools i should be using and some programming guide
to program it:help:

William_Wilson 03-17-2007 08:14 AM

a video playback program takes more than just a little code, in fact to start off with a basic player you should pick a language to code in, as well as a format you wish to handle, if not a single file, as there are hundreds of codecs which you may be wanting to encorporate.

ervindm 03-19-2007 11:11 AM

If you just want to develop a personalized player and you want to finish it as soon as possible you could simple use Visual Basic and exploit the power of the media libraries of windows.

C++ is also a good language to start with, but the route is too steep. There are lots of libraries and codecs usage examples on this language.

If you want to develop a lightweight and cross platform media player. your best bet is to you use Java with Java Media Framework.

I hope that I become of any help with you.

Thanks! :)


All times are GMT -4. The time now is 03:28 AM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54