Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / media

Media

media

Great Reads

by Mukit, Ataul
Adjust Audio/Video Synchronization of an AVI file
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 brochpirate
An iPhone media player designed specifically for listening to audiobooks
by Ravimal Bandara
An implementation of Bag-Of-Feature descriptor based on SIFT features using OpenCV and C++ for content based image retrieval applications.

Latest Articles

by Mukit, Ataul
Adjust Audio/Video Synchronization of an AVI file
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 brochpirate
An iPhone media player designed specifically for listening to audiobooks
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 

by Mukit, Ataul
Adjust Audio/Video Synchronization of an AVI file
by MattSparks
Resuable Playlist Control for Use with COM Media Player Objects Such as Window Media Player
by Gregory Morse
Custom Media Sink for use with Media Foundation Topologies and WinRT/WRL MediaCapture
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 =...
by marshalDavout
Draws a sequence of ascending numbers evenly spaced on a grid system for use on game maps and such.
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
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.