CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2009
    Posts
    61

    Video Encoder in windows

    hi..
    I want to design a software which can encode mpg file to wma
    Can any one give some help

    its very urgent, i tried but getting any feasible solution

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Video Encoder in windows

    its very urgent
    Have you any idea what it takes ? Don't think you will do this in 1 or 2 days. btw. .. there are a lot of programs that can do this... why reinvent the wheel ?

  3. #3
    Join Date
    Dec 2008
    Posts
    114

    Re: Video Encoder in windows

    Just use MM apis. 15 minutes to do it (or 2 by copying SDK samples..)

  4. #4
    Join Date
    Jun 2009
    Posts
    61

    Re: Video Encoder in windows

    Sir how to Get MM apis or where i wil get sample....

  5. #5
    Join Date
    Jun 2009
    Posts
    61

    Re: Video Encoder in windows

    From where i will get CWavRiffParser class not working
    saying class is not there.. i am using vista

  6. #6
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: Video Encoder in windows

    CWavRiffParser is included in the WavSource sample on MSDN. See http://msdn.microsoft.com/en-us/libr...54(VS.85).aspx
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured