Where are the v9 codecs?

From: Michael Kennedy [UB] (mkennedy_at_REMOVETHIS.unitedbinary.com)
Date: 07/13/04

  • Next message: Neil Smith [MVP Digital Media]: "Re: Where are the v9 codecs?"
    Date: Mon, 12 Jul 2004 23:37:53 -0700
    
    

    Hi,

    I'm new to this SDK so please bear with me and please help.

    I'm trying to make a program that uses the Windows Media Encoder SDK 9 to
    convert MPG (2) video to WMV with a configurable quality. I have been
    working with this snippit of code but it only returns Windows Media 8 and
    related codecs. Any ideas on what I'm doing wrong? Also, any links to more
    information and especially samples for configuration the output for this
    transformation.

    -------------------------------------------------------------------
    WMEncoderLib.WMEncoder encoder = new WMEncoderLib.WMEncoder();

    IWMEncProfileCollection ProColl = encoder.ProfileCollection;
    IWMEncProfile Pro;
    for (int i = 0; i < ProColl.Count; i++)
    {
       Pro = ProColl.Item(i);
       System.Diagnostics.Trace.WriteLine(Pro.Name);
       // ...
    }
    -------------------------------------------------------------------

    This is the output of that loop.

    Thanks in advance,
    Michael

    Windows Media Video 8 for Color Pocket PCs (225 Kbps)
    Windows Media Video 8 for Color Pocket PCs (150 Kbps)
    Windows Media Video 8 for Dial-up Modems or Single-channel ISDN (28.8 to 56
    Kbps)
    Windows Media Video 8 for LAN, Cable Modem, or xDSL (100 to 768 Kbps)
    Windows Media Video 8 for Dial-up Modems or LAN (28.8 to 100 Kbps)
    Windows Media Video 8 for Dial-up Modems (28.8 Kbps)
    Windows Media Video 8 for Dial-up Modems (56 Kbps)
    Windows Media Video 8 for Local Area Network (100 Kbps)
    Windows Media Video 8 for Local Area Network (256 Kbps)
    Windows Media Video 8 for Local Area Network (384 Kbps)
    Windows Media Video 8 for Local Area Network (768 Kbps)
    Windows Media Video 8 for Broadband (NTSC, 700 Kbps)
    Windows Media Video 8 for Broadband (NTSC, 1400 Kbps)
    Windows Media Video 8 for Broadband (PAL, 384 Kbps)
    Windows Media Video 8 for Broadband (PAL, 700 Kbps)
    Windows Media Audio 8 for Dial-up Modem (Mono, 28.8 Kbps)
    Windows Media Audio 8 for Dial-up Modem (FM Radio Stereo, 28.8 Kbps)
    Windows Media Audio 8 for Dial-up Modem (32 Kbps)
    Windows Media Audio 8 for Dial-up Modem (Near CD quality, 48 Kbps)
    Windows Media Audio 8 for Dial-up Modem (CD quality, 64 Kbps)
    Windows Media Audio 8 for ISDN (Better than CD quality, 96 Kbps)
    Windows Media Audio 8 for ISDN (Better than CD quality, 128 Kbps)
    Windows Media Video 8 for Dial-up Modem (No audio, 28.8 Kbps)
    Windows Media Video 8 for Dial-up Modem (No audio, 56 Kbps)
    Windows Media 8 Fair Quality based VBR for Broadband
    Windows Media 8 High Quality based VBR for Broadband.
    Windows Media 8 Best Quality based VBR for Broadband.
    Screen Video High (CBR)
    Screen Video/Audio High (CBR)
    Screen Video (CBR)
    Screen Video/Audio
    Screen Video Medium (CBR)
    Screen Video/Audio Medium (CBR)


  • Next message: Neil Smith [MVP Digital Media]: "Re: Where are the v9 codecs?"

    Relevant Pages

    • Re: Pushing the boat out at 20k
      ... Perhaps it is fortunate that they don't make it easy to play in ... 20 kbps, 32 kHz, mono 1-pass CBR ... I've seen things like that before in Windows Media Player's ...
      (alt.radio.digital)
    • Strange video at low bitrate...
      ... Windows Media Video V7 ... You can view this stream here with the windows media player: ... ....when I make the bitrate less than about 40 Kbps, ... ghosting, it's exactly 5 fps, etc.) but below that I get strange behavior. ...
      (microsoft.public.windowsmedia.sdk)
    • Re: How to convert a problematic video file?
      ... the Codec says "Windows Media Audio 9 Standard, Windows Media Video 9 ... It may not compress very much, though, without losing image quality. ...
      (comp.sys.mac.hardware.video)
    • Re: New OpenVMS-Integrity Video
      ... >>Which si why choosing an open non proprietary standard to dissminate ... Maybe they will believe Microsoft then because even Windows Media 9 can ... Windows Media Video without requiring the Advanced Systems Format ...
      (comp.os.vms)
    • Memory Leak while using ASFwriter 9 filter
      ... I am developing a live caputre application that capture video and encode ... it to online ASF file format (using Windows Media Video 9 codec). ...
      (microsoft.public.win32.programmer.directx.video)

    Loading