Click here to Skip to main content
15,881,757 members
Articles / Multimedia / Video

H.264 CUDA Encoder DirectShow Filter in C#

Rate me:
Please Sign up or sign in to vote.
5.00/5 (36 votes)
16 Jul 2012CPOL2 min read 220.9K   12.2K   75  
Article describes how to make H.264 Video Encoder DirectShow Filter using NVIDIA encoder API in C#
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Russian Federation Russian Federation
I'm a professional multimedia developer (more than 10 years) in any kind of applications and technologies related to it, such as DirectShow, Direct3D, WinMM, OpenGL, MediaFoundation, WASAPI, Windows Media and other including drivers development of Kernel Streaming, Audio/Video capture drivers and audio effects. Have experience in following languages: C, C++, C#, delphi, C++ builder, VB and VB.NET. Strong knowledge in math and networking.

Comments and Discussions