Sign in
Media Foundation Team Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Debug
Managed
Media Foundation
Media Session
Media Source
Metadata
MF
MFCopy
MFMediaPropDump
MFSimpleEncode
MFT
MFTrace
Multiplexing
Sink Writer
Source Reader
Tracing
Transcode API
Transcoding
Browse by Tags
MSDN Blogs
>
Media Foundation Team Blog
>
All Tags
>
media foundation
Tagged Content List
Blog Post:
Automating Trace Analysis
mfblog
In our last post , we discussed how to examine Media Foundation traces manually, using TextAnalysisTool.NET. This time, we present a few scripts to automate the process and identify problems more quickly. Getting Started First, install Perl , GraphViz , and Gnuplot . Then open a command prompt...
on
27 Oct 2010
Blog Post:
Analyzing Media Foundation traces
mfblog
As we mentioned in our previous blog post , log files generated by MFTrace quickly become huge, and it can be difficult to sort out interesting traces from background noise. This blog post will share a few tips to help analyze those log files. TextAnalysisTool.NET One (free) tool that we often use is...
on
9 Sep 2010
Blog Post:
Using MFTrace to Trace Media Foundation
mfblog
We are continuing our series on Media Foundation and its tracing by introducing a new tool available in the latest Windows SDK : MFTrace. This tool is similar to Event Viewer: Both tools collect traces which give some insight into what Media Foundation and its components are doing. However, MFTrace is...
on
11 Aug 2010
Blog Post:
MFDub
mfblog
Summary MFDub is a simple linear video editor built on Media Foundation, modeled after the free video editor VirtualDub. MFDub can open any file format that can be resolved by the MF source resolver , display frames of video from the file, apply a series of video or audio effects implemented as MF transforms...
on
12 Mar 2010
Blog Post:
MFManagedEncode
mfblog
MFManagedEncode.exe This is a managed tool written in C# and XAML that converts files from one media format to another. The source code is provided to use as a reference on how to interop with source reader , sink writer and the transcode API from a managed environment. The sample previews media...
on
18 Feb 2010
Blog Post:
MFMediaPropDump
mfblog
This is a command line tool showcasing the Windows 7 Media Foundation APIs to read media source attributes and metadata. It also shows how to leverage the Windows Media Format SDK to read DRM properties. The source code can be useful for learning about Media Foundation. The built executable can be useful...
on
11 Jan 2010
Blog Post:
MFCopy
mfblog
MFCopy.exe - This is a command line tool showcasing the Windows 7 Media Foundation source reader and sink writer APIs. This tool copies multimedia files from one multimedia container to another. Copying can involve simply remultiplexing the streams, transcoding to convert the streams to a different format...
on
16 Dec 2009
Blog Post:
MFSimpleEncode
mfblog
MFSimpleEncode.exe - This is a command line tool that transcodes files from one media format to another. The source code is provided to use as a reference if you write your own transcode application. This tool uses the Media Foundation transcode API , which was introduced in Windows 7. Techniques: Transcoding...
on
2 Dec 2009
Page 1 of 1 (8 items)