Scott Hanselman

Expression Media Encoder - Preview Update for Silverlight RC

August 01, 2007 Comment on this post [2] Posted in Silverlight
Sponsored By

Microsoft Expression Media Encoder Preview I'm using the Expression Media Encoder right now to prepare the video of John Lam that I recorded during his recent visit to Portland. If you work with video and you haven't tried this app, do check it out. It does one thing and one thing only - it preps video for presentation, presumably via Silverlight.

As of today, make sure you get both packages:

Even though I use Sony Vegas for my video editing (Note to self, get boss to buy me a copy, as I'm on my 4th 30-day trial) the A/B Compare stuff in Media Encoder are reason enough to use it.

Open Media Encoder and drag/drop a video into it. Hit A/B Compare and now drag a small bit in the timeline to select a range of time, perhaps 30 seconds, then press Build Preview. Notice that the preview screen will split with a yellow line. If you double click on the line it will toggle between horizontal and vertical. After the Compare is rendered, hit play and drag the yellow line back and forth to compare the before and after. Love that crap.

Lam Silverlight After you've found a nice compression ratio that fits your needs, click on the Output Properties dealie in the upper right corner.  Click "custom" in the Thumbnail section and select a frame for use as your thumbnail.

Under Job Output, select a template. The template will say "Silverlight RC." 

ODD: for some strange reason, my favorite template called "Clean" wasn't updated for the Silverlight RC. You can go edit the templates yourself from the C:\program Files\Microsoft expression\Media Encoder 1.0\Templates\en. I'll probably go update "Clean" later, unless the guy who did "Clean" reads this blog and hears my plea. It was an awesome template.

A folder will be created with everything you need to upload. Put it all up on your site and you're all set. You can also edit the template's startPlayer.js and put your file in the  mediaUrl spot as seen below. 

function get_mediainfo(mediainfoIndex) {
    switch (mediainfoIndex) {        

        case 0:
            return  { "mediaUrl": "JohnLamIronRuby.wmv",
                      "placeholderImage": "",
                      "chapters": [               
                                  ] };                                                                
                          
        default:
             throw Error.invalidOperation("No such mediainfo");
     }
}

I should have this video up soon.

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
August 07, 2007 22:46
Scott.. Thx for the feedback on Clean. I'll see what I can do
August 09, 2007 0:13
Scott. I have added Clean back to the latest builds, just for you :)
Cheers
Warren

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.