CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Location
    Bangalore,India
    Posts
    5

    Help needed reg asf format

    Hi Everyone,
    I need the source code which converts an asf file into a mpeg file as part of my graduation project. can anyone help me or atleast ger me the asf format in detailed, as far I came to know from Microsoft that they use Microsoft Mpeg 4 Ver 3 codec to encode the raw bitstream and this compressed file is packetised as per asf format. I also downloaded asf specs from their site, but its very brief, Is it poss to decode an asf file using this format alone.
    U can get that asf specs from this link
    http://www.microsoft.com/windows/win...spec11300e.asp

    Pls help me to resolve this issue.
    My mail id is [email protected],

    Rgds,
    Ansi

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    It is better (as even mentioned in the article too), to use these SDKs: http://www.microsoft.com/windows/win...te/develop.asp

  3. #3
    Join Date
    May 2002
    Location
    Bangalore,India
    Posts
    5

    Re

    Hi ,
    Thanx for ur help. But those SDK's just provide the interface thro' which I can interact with asf bitstreams. This 'll be useful if I'm going to work in Windows Os, but wat if If I work in Linx.
    So I want to write the code which must be independent of the platform.

    Hope I'm clear enough.
    Regards
    Ansi
    mail to me at [email protected]

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