Home
MediaFramework website setup
- Details
- Category: Uncategorised
- Published on Wednesday, 30 March 2011 23:23
- Written by Super User
- Hits: 96
To everyone reading this:
Sorry it took so long for me to get around to this. With my schooling and a new baby brother in the mix and my parents working two jobs it will take me time to get things updated but I will get them updated as soon as possible.
Source code will be regularly updated via SVN and as soon as we find a decent artist (definition: someone who can create a logo better than me) we will update the logo from the default Joomla! one.
We will also be publishing examples onto the site here and possibly uploading them to the main project site for download. The most thorough example we currently have is the MediaPlayer that comes with the project.
If anyone wants to help on the project, feel free to shoot me an e-mail as of this publishing there is only me.
Have fun,
Mike
P.S. We will need people who know a good deal about COM interop and Media Foundation as Media Foundation is something that needs work on. Also, people who are better than me at designing UIs are also very useful. Oh yeah, we could use some entry-level developers to give us input on what people want so we can focus on those parts first.
AviFile library
- Details
- Category: Uncategorised
- Published on Friday, 01 April 2011 06:47
- Written by Super User
- Hits: 159
To Everyone:
If you haven't found out by now, MediaFramework will not compile unless you have the AviFile library present. This neat library can be found over on CodeProject at: http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx.
Thanks to Corinna John for this library or else saving animations would not be possible.
MediaFramework Team
P.S. We will start work sometime next week or tomorrow on optimizing the animation player. One of the developers had a brain blast on how to make it run better and faster.
MediaFramework 3/31/2011
- Details
- Category: Updates
- Published on Thursday, 31 March 2011 21:51
- Written by Super User
- Hits: 62
MediaFramework update 3/11/2011 has been uploaded via SVN.
Major changes:
- DirectShow and TunerLib assemblies (for COM interop) have been merged into a new assembly: MediaFramework.Native. This will make it easier to tweak our COM interfaces and for adding classes that will communicate with the underlying OS.
- WPF support was removed from the Video Mixing Renderer. There was a really weird error dealing with the loading of the PresenationCore assembly when the exception should have been of a COMException type when the VMR fails to load. If someone wants to implement WPF, do so in another assembly.
- TV tuning is on the fritz. We are trying to migrate from WDM to BDA to allow for HDTV capture.
- All classes in the MediaFramework.Native folder in the MediaFramework assembly have been moved into the new MediaFramework.Native assembly. This is the preferred location for any interop code.
That's all in this update. We will try to have the next update ready as soon as possible.
MediaFramework Team
P.S. If someone also wants to implement DVB support, feel free to do so. I live in the US so we need someone who lives in a country other than the US or Japan to implement it or has a DVB card.

