Click here to Skip to main content
15,881,882 members
Everything / Media

Media

media

Great Reads

by Steve Hoult
Creation of an Audio analysis framework to enable developers with little to no understanding of audio analysis to develop audio-driven games
by Maxim Kartavenkov
This is a guide on how to configure your application, service or driver to handle appearing the new devices or device removal avoiding reboot request.
by Rion Williams
Common approaches to responsive design
by Mukit, Ataul
Why sometimes AVI files captured through video camera recording cannot be opened when the camera loses power (similar case for downloaded AVI when internet goes off) and how to solve it

Latest Articles

by Maxim Kartavenkov
This is a guide on how to configure your application, service or driver to handle appearing the new devices or device removal avoiding reboot request.
by Steve Hoult
Creation of an Audio analysis framework to enable developers with little to no understanding of audio analysis to develop audio-driven games
by Anthony Fountaine
A quick and easy way to extract multiple video clips from GoPro video footage
by Ravimal Bandara
An implementation of Bag-Of-Feature descriptor based on SIFT features using OpenCV and C++ for content based image retrieval applications.

All Articles

Sort by Score

Media 

22 May 2011 by Mukit, Ataul
Why sometimes AVI files captured through video camera recording cannot be opened when the camera loses power (similar case for downloaded AVI when internet goes off) and how to solve it
22 May 2011 by Mukit, Ataul
Adjust Audio/Video Synchronization of an AVI file
16 Apr 2010 by imagiro
Ever had to enumerate the supported media files under Windows for example for the filter-string for GetOpenFileName?Here is a simple solution (using ATL for the registry access):void EnumSupportedMediaFileTypes(){ CRegKey key; CString s; DWORD dwLen; DWORD dw =...
16 Aug 2012 by marshalDavout
Draws a sequence of ascending numbers evenly spaced on a grid system for use on game maps and such.
6 Dec 2013 by AdventureDriver
The goal is to clean-up double entries in Windows Media Player playlists because the player doesn’t do that itself. For that, a WPL class has been written, and a program that uses that class.
26 Dec 2015 by Gregory Morse
Custom Media Sink for use with Media Foundation Topologies and WinRT/WRL MediaCapture
27 Oct 2012 by MattSparks
Resuable Playlist Control for Use with COM Media Player Objects Such as Window Media Player