Expression Encoder ForumQuestions and discussions regarding Expression Encoder, a feature of Expression Media which offers encoding, enhancement, and publishing of rich media experiences to Microsoft Silverlight.© 2009 Microsoft Corporation. All rights reserved.Wed, 25 Nov 2009 10:46:44 Z57b923c0-99e1-4dca-a3ff-f18ddbea57abhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/9a1624c8-94bd-4b25-a1b7-e9e2e383ea1fhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/9a1624c8-94bd-4b25-a1b7-e9e2e383ea1fHooniushttp://social.expression.microsoft.com/Profile/en-US/?user=HooniusEncoder SDK DeploymentHi<br/><br/>How can i deploy the Encode SDK DLLs?  So i have to physically install Encoder on the server for it to work?<br/><br/>cheers<br/><br/>TimFri, 20 Nov 2009 13:42:33 Z2009-11-25T10:46:44Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/27dc261c-1a47-4a80-bb5d-9f8e8154716fhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/27dc261c-1a47-4a80-bb5d-9f8e8154716fShayThaihttp://social.expression.microsoft.com/Profile/en-US/?user=ShayThaiConstant 404 when publishing Smooth StreamingWhen trying to publish a IIS Smooth Streaming job via WebDAV I constantly get this error:<br/><br/>&quot;A WebDav publishing error occurred: The remote server returned an error: (404) Not Found&quot;<br/><br/>I get this error when the publish of the .ismv file starts. Is this a network connection issue that the publish times out?Thu, 24 Sep 2009 23:13:02 Z2009-11-25T09:40:59Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/ed41beb9-0d41-4a09-ba29-dc0cfcab316chttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/ed41beb9-0d41-4a09-ba29-dc0cfcab316cshake_a82http://social.expression.microsoft.com/Profile/en-US/?user=shake_a82Expression Encoder 3: Green artifacts after encoding<div class=post-text> <p>Some of the videos I encode using the Expression Encoder 3.0 have green lines at the bottom. Since I have no prior experience with encoding, I have no clue about why this is happening. Though I think it might have something to do with the format of the videos I am encoding. I am using some very basic code:<code></code></p> <p> <pre>DirectoryInfo dInfo = new DirectoryInfo(@&quot;E:\temp\wmv&quot;); Job job = new Job(); job.JobId = &quot;TESTING&quot;; foreach (FileInfo fInfo in dInfo.GetFiles()) { Console.WriteLine(&quot;Adding file ---&gt; {0}&quot;,fInfo.FullName); MediaItem mediaItem = new MediaItem(fInfo.FullName); mediaItem.OutputFileName = fInfo.Name; mediaItem.ApplyPreset(Presets.VC1BroadbandVBR); mediaItem.OutputFormat.AudioProfile = new WmaAudioProfile(); job.MediaItems.Add(mediaItem); } job.OutputDirectory = @&quot;E:\temp\wmv&quot;; job.CreateSubfolder = true; job.EncodeProgress += new EventHandler&lt;EncodeProgressEventArgs&gt;(job_EncodeProgress); job.Encode(); </pre> <code></code></p> </div> <hr class=sig> shakeTue, 17 Nov 2009 08:54:36 Z2009-11-25T09:03:54Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/0f2634f2-283c-4339-8edd-a036b4dc7fadhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/0f2634f2-283c-4339-8edd-a036b4dc7fadMBoud InfiniEDGEhttp://social.expression.microsoft.com/Profile/en-US/?user=MBoud%20InfiniEDGENew to Encoder 3Hi all,<br/> <br/> I am very new to Encoder.  I recently started a new job with a company as a videographer.  My boss installed Expression and asked me to learn how to encode streaming media.  Any advice or suggestions as to where I should start would be helpful.  Thanks in advance for you help.   Tue, 24 Nov 2009 19:14:44 Z2009-11-24T21:26:29Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/65481adc-a697-4914-b69c-8ddd9d71393bhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/65481adc-a697-4914-b69c-8ddd9d71393bPierluigi A.http://social.expression.microsoft.com/Profile/en-US/?user=Pierluigi%20A.Quicktime, Encoder 3 & Win7<p>Is necessary install quicktime player for mp4 etc..?</p>Tue, 24 Nov 2009 13:32:49 Z2009-11-24T18:10:11Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/fa002b49-b56f-4a9c-abb5-1251b4a762ebhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/fa002b49-b56f-4a9c-abb5-1251b4a762ebar8894http://social.expression.microsoft.com/Profile/en-US/?user=ar8894HTTP streaming?With Flash Media Server it's possible to stream video using a HTTP compatible protocol. With Windows Media HTTP is not available(?) and the streaming protocol used is often blocked by web proxy servers.<br/><br/>Will Expression/Silverlight allow HTTP video streaming similar to Flash Media?<br/><br/>ThanksTue, 24 Nov 2009 14:07:53 Z2009-11-24T14:07:55Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/3401bdb8-4fd0-4933-a31b-41b7f9176462http://social.expression.microsoft.com/Forums/en-US/encoder/thread/3401bdb8-4fd0-4933-a31b-41b7f9176462JBNPreshttp://social.expression.microsoft.com/Profile/en-US/?user=JBNPresCaptions & Subtitles in Expression Encoder 3I have looked at a training video &amp; read through the software help that says you can do captions and subtitles in LIVE encoding using the script command option.  While I have followed the directions in both to the letter I can't get it to work.  Is there a solution for EE3 that gives me that function that is simple? :-)  I am not a developer so some of the terms I don't know.  Thank you for any help!!!Tue, 24 Nov 2009 13:59:00 Z2009-11-24T13:59:01Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/ef51dc65-72d5-4c21-aee2-63556b7239b1http://social.expression.microsoft.com/Forums/en-US/encoder/thread/ef51dc65-72d5-4c21-aee2-63556b7239b1János Jankahttp://social.expression.microsoft.com/Profile/en-US/?user=J%u00e1nos%20JankaExpression Encoder is always crashing - Invalid value for audio bitrate<p>Hi,<br/><br/>I can't encode movies because Encoder is always crashing. It occurs when I import a movie using the button &quot;import&quot;. I've tried to find out the source of this problem with VS debugger:<br/><br/>&quot;Invalid value for audio bitrate. at line 16, position 14&quot;<br/><br/>It is the same error using Encoder 3 Screen Capture:<br/><a href="http://social.expression.microsoft.com/Forums/en-US/encoder/thread/44ea68b9-d107-4922-bcf7-186a862a0474">http://social.expression.microsoft.com/Forums/en-US/encoder/thread/44ea68b9-d107-4922-bcf7-186a862a0474</a></p>Sun, 22 Nov 2009 03:01:30 Z2009-11-24T09:57:01Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/0d842a90-761c-4284-b4c4-afb258aedb9ahttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/0d842a90-761c-4284-b4c4-afb258aedb9aOguz Mazlumhttp://social.expression.microsoft.com/Profile/en-US/?user=Oguz%20MazlumEncoder 3 SDK questions<p>Hi,</p> <p>I am creating a test application to publish stream from webcam/camera to a publishingpoint on WMS. However I can't change the output format like quality/codec/bitrate of the stream.  The properties that I want to use are readonly. Or am I doing something wrong?</p> <p>For example this:</p> <p><br/>outputFormat.VideoProfile.Codec = VideoCodec.VC1;</p> <p>gives the error</p> <p>Error 1 Property or indexer 'Microsoft.Expression.Encoder.Profiles.VideoProfile.Codec' cannot be assigned to -- it is read only</p> <p>But outputFormat.VideoProfile.Codec should be get/set enabled.</p> <p>Also how can I use outputFormat.VideoProfile.Bitrate to assign a bitrate and can I assign a overlay image like when encoding a file? I also tried to use Presets but those also gives me error that they are read only. For the record I am using WindowsMediaPublishingPointOutputFormat().</p>Thu, 30 Jul 2009 18:23:54 Z2009-11-23T19:28:17Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/0183fb7f-0458-4a70-ac35-953ec0619b12http://social.expression.microsoft.com/Forums/en-US/encoder/thread/0183fb7f-0458-4a70-ac35-953ec0619b12PhreQuencYViiihttp://social.expression.microsoft.com/Profile/en-US/?user=PhreQuencYViiiEncoding LESS then 5.1 audio tracks to WMA Pro 5.1I have a few sources with 5 channel, 4 channel, and etc. audio, and when I go to encode them EE3 gives me an error. What can I do to keep what I can? Or am I going to have to use stereo?Sat, 21 Nov 2009 13:09:58 Z2009-11-23T19:09:13Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/3f299c91-3378-4e8e-ae3e-11a87a44b102http://social.expression.microsoft.com/Forums/en-US/encoder/thread/3f299c91-3378-4e8e-ae3e-11a87a44b102DarthMurdicidehttp://social.expression.microsoft.com/Profile/en-US/?user=DarthMurdicideFree Expression Encoder 3 EXTREMELY slow - SOLVED<p>SEE ORIGINAL PROBLEM BELOW.  I found the solution.  I purchased the full version of Expressions Encoder 3 (turns out you can buy just the Encoder for $49), and voila, I'm back to full speed.  Turns out there are features (I don't honestly know what they are) on the licensed version that are not on the free version which make encoding happen dramatically faster.  I'm back to encoding an HD 1080p file, at 8GB, at 2 and a half hours.<br/><br/><br/>ORIGINAL PROBLEM:<br/>I originally had the 60-day trial version of Expression Encoder 3.  Absolutely loved it.  I could encode a 1080p movie into a .wmv file in about 2.5 hours.  Now, two thinkg have changed.  1) I went from the 60-day trial version to the free version of Expression Encoder and 2) I upgraded from Windows Vista Home Premium 64-bit to Windows 7 Pro 64-bit.  Now that I've done these two things, my encoding time on the exact same movie has increased from 2.5 hours to about 9 hours.  What is causing this, Encoder or the OS upgrade?  Is the free version of Encoder different than the trial version, &quot;dumbed down&quot; to where it would cause longer encoding?  To get the faster encoding, do I need to buy the &quot;full&quot; version of Encoder?  I want to know something definite before I go spending $149 (which looks like the cheapest way to get Encoder).  Please advise, and thank you for your time.</p>Tue, 17 Nov 2009 11:14:26 Z2009-11-24T01:16:04Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/2c517384-0ccc-41b4-9f70-60f586b568bdhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/2c517384-0ccc-41b4-9f70-60f586b568bdPhreQuencYViiihttp://social.expression.microsoft.com/Profile/en-US/?user=PhreQuencYViiiAnimation artifactsI encoded a cartoon to WMV and I'm getting some weird black lines when stuff is moving. Is this because of the framerate or something? It isn't horrible but it is noticable.Thu, 19 Nov 2009 14:26:17 Z2009-11-23T15:37:27Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/b397df8c-02ba-4349-8d22-78e26797ce5ehttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/b397df8c-02ba-4349-8d22-78e26797ce5eExpressionNoobhttp://social.expression.microsoft.com/Profile/en-US/?user=ExpressionNoobpushing C# I am using C# in VS 2008 SP2 with Expression Encoder 3 <br/> <br/> using the Live example I have came up with this code: <br/> <br/>                  LiveDevice Video = null; // This is connected to a comboBox so the user can select the device<br/>                  LiveDevice Audio = null;// same for this...<br/>                  LiveJob job = new LiveJob();<br/> <br/>                 WindowsMediaPublishingPointOutputFormat push = new WindowsMediaPublishingPointOutputFormat();<br/>          <br/>                 push.UserName = &quot;XXXXXXXXX&quot;;<br/>                 push.Password = getString(); // This gets a Security String<br/>                 push.VideoProfile.FrameRate = 3.5; // Set low for testing               <br/>                 push.VideoProfile.AutoFit = true;<br/>                 push.VideoProfile.Complexity = VideoComplexity.Fastest;                <br/>                 push.PublishingPoint = new Uri(&quot;http://yoda:8050/MyPush&quot;); // Used Media Encoder 9 and have connected to it.<br/>                 job.OutputFormat = push;<br/> <br/>                 job.ActivateSource(job.AddDeviceSource(Video, Audio));<br/> <br/>                 job.StartEncoding();<br/>                                 <br/>                 while (play)<br/>                 {<br/>                     <br/>                 }<br/> <br/>                 job.StopEncoding();<br/> <br/> <br/> This video and audio start up but it does not connect to the server or throw an error. (yoda is the server!)<br/> I have also tried using the servers IP but still the same thing.....<br/> <br/> Please tell me I am missing a line of code some where :) <br/> <br/> <br/> <br/> Thanks<br/> ExpressionNoobMon, 14 Sep 2009 13:37:32 Z2009-11-23T15:26:11Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/36637c90-e97d-4d3f-8c68-2433b78536b8http://social.expression.microsoft.com/Forums/en-US/encoder/thread/36637c90-e97d-4d3f-8c68-2433b78536b8PhreQuencYViiihttp://social.expression.microsoft.com/Profile/en-US/?user=PhreQuencYViiiEE3 sees VOBs as a shorter time then they areWhen I import a 23 minute VOB, EE3 is seeing it as 12 minutes long...any ideas?Fri, 20 Nov 2009 13:49:05 Z2009-11-23T15:56:21Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/694dad1f-5384-4580-8e32-b022f0a29f6ahttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/694dad1f-5384-4580-8e32-b022f0a29f6aElsinore77http://social.expression.microsoft.com/Profile/en-US/?user=Elsinore77capture a streaming signalHi everybody,<br/> <br/>  is now possible, using expression Encoder 3 SDK, to capture and manipulate a streaming signal (for example from some decoder)?<br/> <br/> I'm working on a big business application and have to develop some procedure that swithces from a file source to streaming signal source......Is it now possible?<br/> <br/> thank youWed, 11 Nov 2009 10:35:47 Z2009-11-23T11:32:42Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/4e1d076b-b690-48d2-aeba-da23c418f40ahttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/4e1d076b-b690-48d2-aeba-da23c418f40aSiva Sivakumarhttp://social.expression.microsoft.com/Profile/en-US/?user=Siva%20SivakumarCapturing picture<p class=MsoNormal style="margin:0mm 0mm 10pt"><span style="font-family:Calibri;font-size:small">Could we produce still photos from .mov and.wmv files in Expression Encoder 3? If yes, please provide some guidance.</span></p>Sat, 21 Nov 2009 12:36:09 Z2009-11-23T04:25:37Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/106c38c1-3186-4370-9d97-936833a60011http://social.expression.microsoft.com/Forums/en-US/encoder/thread/106c38c1-3186-4370-9d97-936833a60011GearWorldhttp://social.expression.microsoft.com/Profile/en-US/?user=GearWorldPlaylist visual weirdoHi,<br/><br/>Look at this little video I did <a href="http://gearworld.dyndns.org:8082/?VIDEO=1&amp;PL=4">http://gearworld.dyndns.org:8082/?VIDEO=1&amp;PL=4</a> showing the playlist having some kind of visual problem.<br/>Any idea how I can work around this ?<br/><br/>There's 4 videos in the playlist and at first we just see the 2 first ones and then if I scroll down I start seeing the third one and if I scroll down even more, I can barely see the 4th one but the 4th one never stays but the 3th did stay after scrolling...<br/>Sun, 22 Nov 2009 19:03:38 Z2009-11-22T19:03:40Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/70d28a59-ec47-4c2d-b2d1-cc890e2a8faehttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/70d28a59-ec47-4c2d-b2d1-cc890e2a8faeGearWorldhttp://social.expression.microsoft.com/Profile/en-US/?user=GearWorldHow to start playing a video on ExpressionMediaPlayer.ExpressionPlayer by C# code<span lang=EN> <p>I've been struggling on how I can start playing a video automaticly. Here's the code I actually have in the Loaded event :</p> <p>ep.GoToPlaylistItem(3); // There's really 3 videos in the play list...<br/>ep.Play();</p> <p>What it does is simply start the player with a Trianble in the middle and when I click on it it's the first video that plays.<br/><br/>Plase where do I have to put this code make sure I can automaticly start a videon on the play list.<br/>Thank you</p> </span><span style="font-family:Arial;font-size:x-small"><span style="font-family:Arial;font-size:x-small"><font face=Arial size=2><font face=Arial size=2></font></font></span><font face=Arial size=2></font></span>Thu, 19 Nov 2009 18:42:05 Z2009-11-22T18:45:15Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/44ea68b9-d107-4922-bcf7-186a862a0474http://social.expression.microsoft.com/Forums/en-US/encoder/thread/44ea68b9-d107-4922-bcf7-186a862a0474János Jankahttp://social.expression.microsoft.com/Profile/en-US/?user=J%u00e1nos%20JankaExpression Encoder 3 Screen CaptureThis application is always showing a window with the following text:<br/><br/>&quot;Invalid value for audio bitrate. at line 16, position 14&quot;<br/><br/>I've already tried to change the audio bitrate, but it doesn't seem a good idea.Sun, 22 Nov 2009 02:46:28 Z2009-11-22T02:46:29Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/34807af9-6324-4c2c-8a5a-e9ffe5ed025dhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/34807af9-6324-4c2c-8a5a-e9ffe5ed025dtytan8http://social.expression.microsoft.com/Profile/en-US/?user=tytan8Subtitles, are they supported and how?I'm encoding mt2s files with integrated subtitles, but I don't see any way to include them in Expression +IIS.  Also, would i be able to add more common subtitle formats as SRTs?  <br/> <br/> <em><strong>Thanks in advance.</strong> </em>Sun, 22 Nov 2009 02:12:22 Z2009-11-22T02:12:23Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/4110f14c-f492-4090-ac72-65d6bce80584http://social.expression.microsoft.com/Forums/en-US/encoder/thread/4110f14c-f492-4090-ac72-65d6bce80584JBNPreshttp://social.expression.microsoft.com/Profile/en-US/?user=JBNPresJust to be sure......Expression Encodre 3 is the upgrade from Expression Media 2?  If so I do not see the &quot;Stream Configuration&quot; under the encoding tab that will allow me to enable Script Stream.Thu, 19 Nov 2009 16:44:10 Z2009-11-21T20:52:36Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/29babe37-e110-4f25-81b5-904301e8fbf7http://social.expression.microsoft.com/Forums/en-US/encoder/thread/29babe37-e110-4f25-81b5-904301e8fbf7stevekirby123http://social.expression.microsoft.com/Profile/en-US/?user=stevekirby123in-stream video ads using script commands I am using expression encoder 2 to live stream our events. We are now getting advertisers that want to run video ads during our broadcast. They want these ads to be tracked by impressions...so I will need to pull these video ads from servers (links) where they are stored. Can I do this by using the script command option? from my research, it looks like this is the way...but I need some help. When I use captions in the script command option it works fine. But I'm not sure what &quot;type&quot; and &quot;command&quot; to use to switch streams in the middle of a broadcast. If this makes since, please point me in the right direction...Thank you very much!Wed, 26 Nov 2008 16:31:18 Z2009-11-21T08:49:42Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/db8e7b78-eca4-451a-9a8f-84ba0033f223http://social.expression.microsoft.com/Forums/en-US/encoder/thread/db8e7b78-eca4-451a-9a8f-84ba0033f223tytan8http://social.expression.microsoft.com/Profile/en-US/?user=tytan8Low volume when encoding AC3 5.1 soundtracks.Hi there,<br/> <br/> I'm fairly new to Expression.  Working with m2ts files with AC3 5.1 audio tracks, converting them to the IIS  H.264 CBR preset.  Even if I use another preset, the converted file's volume is <em>extremely</em> low.  The preset is for 192kbps stereo, but the audio turns out to be less than half its original.  Is there something I'm not aware of?  <strong><br/> <br/> Thanks in advance.</strong>Sat, 21 Nov 2009 00:19:43 Z2009-11-22T01:54:42Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/639734a9-d2c0-4b5e-b2de-96f908298784http://social.expression.microsoft.com/Forums/en-US/encoder/thread/639734a9-d2c0-4b5e-b2de-96f908298784pascalhhttp://social.expression.microsoft.com/Profile/en-US/?user=pascalhEncoder 3 Crashes / SDK gives errorhello<br/>i tried to use live encoding to stream from a usb webcam to windows media services running on ws2003. when i try to preconnect or start encoding the encoder crashes.<br/>i tried to use the sdk. using the live sample, i changed to use the cam instead of a file and to push to a server instead of broadcasting. when i run it i get the following error on the line job.StartEncoding();<br/><br/>   bei System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)<br/>   bei System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)<br/>   bei ThrowHRESULT(Int32 hr)<br/>   bei MS.Internal.Expression.Encoder.Live.LiveEncode.StartEncoding(String strOutputFileName, ProfileWrapper profile, IDictionary`2 metadata, Int64 nBufferWindowInMillis)<br/>   bei Microsoft.Expression.Encoder.Live.LiveJob.StartEncoding()<br/>   bei Live.Program.Main(String[] args) in C:\Programme\Microsoft Expression\Encoder 3\SDK\Samples\Live\Program.cs:Zeile 68.<br/>   bei System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)<br/>   bei System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)<br/>   bei Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()<br/>   bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)<br/>   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)<br/>   bei System.Threading.ThreadHelper.ThreadStart()<br/><br/>any ideas?<br/><br/>thanks in advance.Mon, 24 Aug 2009 22:20:38 Z2009-11-20T20:16:25Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/3dafd791-4282-45cf-b485-66043df54b93http://social.expression.microsoft.com/Forums/en-US/encoder/thread/3dafd791-4282-45cf-b485-66043df54b93Mr Underwurldehttp://social.expression.microsoft.com/Profile/en-US/?user=Mr%20UnderwurldeFramerate conversion problemsHi all,<br/><br/>Being in the UK, I prefer to have all my vidoe files encoded at 25fps PAL to avoid the horrible jerkiness seen on films/vidoes when the scene is panning across the screen.  Static or action scenes are fine as the framerate difference between 24/25/30fps is not noticable.  This is becoming more of an issue over here as more and more people buy into Bluray unaware that they are all at 24fps native whereas DVD's were region locked at 25fps PAL.....<br/>Anyway, my problem is that no matter what settings I chose within media encoder, the framerate always ouptuts as per the source.  I have tried this with 24fps MKV's and 30fps avi's with the same result.  For info, it also does this with both the 32bit and 64bit versions of Windows Media Encoder as well.<br/>Really annoyed as Expression Encoder is spot on for converting to Xbox 360 wmv's but the lack of working framerate conversion really spoils it for me!<br/><br/>Any ideas?<br/><br/>Cheers,<br/><br/>Mr Underwurlde.<br/><br/><br/>  Wed, 18 Nov 2009 11:18:33 Z2009-11-20T22:49:46Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/a5513ed1-b3ad-47d6-8df1-c1be9a7defeahttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/a5513ed1-b3ad-47d6-8df1-c1be9a7defeamillrhttp://social.expression.microsoft.com/Profile/en-US/?user=millrOnProgress seems too loop through 100% multiple timesUsing EE3 SDK to convert WMV files to Silverlight Smooth Streaming.  When monitoring the progress via an OnProgress event handler it seems to go from 0 to 100 2-3 times before actually completing.  What is the EncodeProgressEventArgs.Progress Property actually reporting?Thu, 19 Nov 2009 21:20:49 Z2009-11-19T23:33:05Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/b8358a41-2488-456b-bc1f-1b35cc29e102http://social.expression.microsoft.com/Forums/en-US/encoder/thread/b8358a41-2488-456b-bc1f-1b35cc29e102kio2008http://social.expression.microsoft.com/Profile/en-US/?user=kio2008Crop there isn't on Encode --> VideoHi at all<br/>I have Encoder 3<br/>Now i'm learning how to crop a video<br/>The guide say, go on Encode panel and then go on Video profile and click crop<br/>But i don't see crop, where is crop inside encode panel ?<br/>Wed, 18 Nov 2009 21:29:25 Z2009-11-19T17:01:51Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/82509305-4017-4958-9417-c284495c504dhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/82509305-4017-4958-9417-c284495c504dmg215199http://social.expression.microsoft.com/Profile/en-US/?user=mg215199Encoding Memory StreamI need to be able to encode a memory stream as a live source and feed it to silverlight.  Basically, I am capturing RTP traffic and would like to play this with silverlight live.  I can already work with the audio and encode/decode it in a number of different formats and can play it with desktop application.  What I would like to be able to do is play this over the web, live using silverlight.  <br/> <br/> Is there any way to do this currently?  Looking through the API it looks like you can only work with devices and files.... It would be great if you could describe the format that your input stream is (aac/mp3/wav/etc, samplerate, etc) and then pass it memorystream/byte chunks and have this be encoded.  <br/> <br/> Is this possible?  If not, are there any plans of allowing this type of functionality in a future release? <br/> <br/> Thanks.Mon, 16 Nov 2009 20:49:37 Z2009-11-19T15:44:14Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/5ea5e4ee-4971-4f61-b31f-c7400755c60chttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/5ea5e4ee-4971-4f61-b31f-c7400755c60cRichard4RThttp://social.expression.microsoft.com/Profile/en-US/?user=Richard4RTExpression Encoder SDK Live Source Problems<p style="line-height:125%;background:white"><span style="line-height:125%;font-family:'Segoe UI','sans-serif';color:black;font-size:11.5pt">We have a WME9 SDK application that I want to move to EESDK.<br/><br/>I see an update to EE3 Was released, is there any update to the ability to select the source pin of the video capture card yet,   as this really limits the ability to change to EE.<br/><br/>My Application runs as a service so all settings are read from a config file,   I tired just setting up a Profile in EE3 (xel) but it seems the input source is not stored in that file.  <br/><br/>Does this look like it may be in an updated version?<br/><br/>the PC has multiple Capture devices ( SDI Card,  and an osprey card with Composite and Svideo Inputs) and we need to select PAL or NTSC sources.<br/><br/>I can’t find much documentation on this.  I would be happy if i could pre-configure a number of XEL's and then   just select those with livejob.load.<br/><br/>I have managed to select the different Live sources (different audio and video sources)  but without the extra selections there is not much we can do with EESDK for live.<br/><br/>Anyone had any luck with this?<span style="">   </span>The app is in VB.NET<span style="">  </span>and I am using VS2008<br/><br/>Many Thanks<br/><br/>Richard</span></p>Thu, 19 Nov 2009 13:57:45 Z2009-11-19T13:57:45Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/26431d03-512e-4664-b2cd-4cb1398445b0http://social.expression.microsoft.com/Forums/en-US/encoder/thread/26431d03-512e-4664-b2cd-4cb1398445b0Jeremy Thakehttp://social.expression.microsoft.com/Profile/en-US/?user=Jeremy%20ThakeReduce size of outputted mp4I took the default settings to output to H.264 iPhone in Expression Encoder 3 and found that my .mp4 was around 140Mb (420x340) from a source screen (1024x768). How can I reduce the overall file size of the file? What settings should I be changing?<hr class="sig">SharePoint Solution Architect, Perth Australia - MCTS WSS Dev, WSS Adm, MOSS Dev, MOSS Adm - <a href="http://www.readify.net/">Readify</a> - <a href="http://wss.made4the.net/">http://wss.made4the.net/</a>- <a href="http:///www.sharepointdevwiki.com/">http://www.sharepointdevwiki.com/</a>Wed, 18 Nov 2009 02:46:26 Z2009-11-18T23:35:13Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/44f4e2ff-b7fc-43af-bdd1-ed21844ae9b0http://social.expression.microsoft.com/Forums/en-US/encoder/thread/44f4e2ff-b7fc-43af-bdd1-ed21844ae9b0Siva Sivakumarhttp://social.expression.microsoft.com/Profile/en-US/?user=Siva%20SivakumarExpression Encoder 3 full version<p><span style="line-height:115%;font-family:'Calibri','sans-serif';font-size:11pt">My understanding is Expression Web 3 includes Expression Encoder3 without IIS Smooth Streaming (free version). If one needs full version that is with IIS Smooth Streaming has to buy separately. Am I correct?</span></p>Wed, 18 Nov 2009 09:44:24 Z2009-11-18T23:29:42Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/b670485f-2ef4-4b53-8288-86864df333a2http://social.expression.microsoft.com/Forums/en-US/encoder/thread/b670485f-2ef4-4b53-8288-86864df333a2don1zerhttp://social.expression.microsoft.com/Profile/en-US/?user=don1zerHelp automating EE3 like WME9I have been using WMecoder 9 with the sample scheduler within the SDK samples.  The content has been live classroom captures using an Osprey video capture card.  I am having dificluty figuring out EE3 and it's SDK.  I am not a programmer.<br/><br/>I have been able to use the task schedule to start an EE3 Live profile with the desired settings, but can't start the encoding. I would appreciate help automating the starting a profile with a duration.<br/><br/>DonWed, 18 Nov 2009 19:06:41 Z2009-11-18T19:06:44Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/5432e4d0-cf48-4dc6-9256-d2d8833702eahttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/5432e4d0-cf48-4dc6-9256-d2d8833702eapablopecorahttp://social.expression.microsoft.com/Profile/en-US/?user=pablopecoraCan I let the users upload a video on my site and encode them with .NET and the Encoder SDK 3.0?<p style="margin:0in;font-family:Calibri;font-size:11pt">Hi.</p> <p style="margin:0in;font-family:Calibri;font-size:11pt">I'm planning a website that will include Silverlight Smoth Streaming.</p> <p style="margin:0in;font-family:Calibri;font-size:11pt">I want the users of the site to be able to upload any video in the site (let's say like youtube) and my site to encode the uploaded videos in the Smooth Streaming format. (like Microsoft Expression Encoder would do, but web)</p> <p style="margin:0in;font-family:Calibri;font-size:11pt">Is is possible using the Encoder SDK?</p> <p style="margin:0in;font-family:Calibri;font-size:11pt"> </p> <p style="margin:0in;font-family:Calibri;font-size:11pt">Thanks in advance.</p> <p style="margin:0in;font-family:Calibri;font-size:11pt"> </p> <p style="margin:0in;font-family:Calibri;font-size:11pt">PnP</p><hr class="sig">PnPWed, 18 Nov 2009 18:35:56 Z2009-11-18T18:35:57Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/e7a49691-572d-4eab-bfac-6e30171b3346http://social.expression.microsoft.com/Forums/en-US/encoder/thread/e7a49691-572d-4eab-bfac-6e30171b3346JSfBayhttp://social.expression.microsoft.com/Profile/en-US/?user=JSfBayVideo output shorter than sourceHi All,<br/> <br/> I'm trying to encode a GIF into a WMV file using the Encoder 3 SDK. My GIF has a duration of 0.0.1.740 (1 second and 740 milliseconds). The video resulting from the encoding is only 1 second and 560 milliseconds so a few frames are missing.<br/> <br/> Below is the slightly simplified snippet of my code doing the encoding. What am I missing?<br/> <br/> Thanks in advance for your replies.<br/> Jim<br/> <br/> <br/> MediaItem item = new MediaItem(&quot;thegif.gif&quot;);<br/> Job job = new Job();<br/> job.MediaItems.Add(item);<br/> item.OutputFormat = new WindowsMediaOutputFormat();<br/> Size orgSize = item.OriginalVideoSize;<br/> item.OutputFormat.VideoProfile = new AdvancedVC1VideoProfile()<br/> {<br/>    Size = new Size(orgSize.Width, orgSize.Height),<br/>    Bitrate = new ConstantBitrate(1000)<br/> };<br/> <br/> job.OutputDirectory = @&quot;C:\whereto&quot;;<br/> job.CreateSubfolder = false;<br/> job.Encode();<br/>Tue, 17 Nov 2009 19:19:01 Z2009-11-17T19:19:03Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/dedde46a-af1f-4ab9-9ae1-b66309278639http://social.expression.microsoft.com/Forums/en-US/encoder/thread/dedde46a-af1f-4ab9-9ae1-b66309278639Coisa2http://social.expression.microsoft.com/Profile/en-US/?user=Coisa2An update to Expression Encoder V3 is now available<p>Installed Expression Encoder 3 October QFE update.  The update causes a Data Exectuion Prevention Error when opening a recent project.  Also, when opeing a new project and importing a wmv.<br/><br/>Uninstalling the updates seems to have resolved the problem<br/><br/>The Following errors in the event log:<br/>1.<br/>System</p> <p>  - Provider <br/>   [ Name]  Application Error <br/>  - EventID 1000 <br/>   [ Qualifiers]  0 <br/>   Level 2 <br/>   Task 100 <br/>   Keywords 0x80000000000000 <br/>  - TimeCreated <br/>   [ SystemTime]  2009-11-16T18:34:38.000Z <br/>   EventRecordID 5624 <br/>   Channel Application <br/>   Computer xxxxxxxxxxxx<br/>   Security <br/> - EventData <br/>   EncoderUI.exe <br/>   3.0.1332.0 <br/>   4a5d30d0 <br/>   ntdll.dll <br/>   6.0.6002.18005 <br/>   49e03821 <br/>   c0000005 <br/>   0006653f <br/>   1158 <br/>   01ca66eb40351a75 <br/><br/>2.<br/>- System <br/>  - Provider <br/>   [ Name]  Application Error <br/>  - EventID 1000 <br/>   [ Qualifiers]  0 <br/>   Level 2 <br/>   Task 100 <br/>   Keywords 0x80000000000000 <br/>  - TimeCreated <br/>   [ SystemTime]  2009-11-16T18:34:14.000Z <br/>   EventRecordID 5623 <br/>   Channel Application <br/>   Computer xxxxxxxxxx <br/>    Security <br/> - EventData <br/>   EncoderUI.exe <br/>   3.0.1332.0 <br/>   4a5d30d0 <br/>   nvSCPAPI.dll <br/>   7.16.11.9062 <br/>   4a891469 <br/>   c0000005 <br/>   00017d20 <br/>   1158 <br/>   01ca66eb40351a75</p>Mon, 16 Nov 2009 18:55:23 Z2009-11-18T23:50:56Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/ddc493c7-ea04-43f5-95b4-1285f26fa489http://social.expression.microsoft.com/Forums/en-US/encoder/thread/ddc493c7-ea04-43f5-95b4-1285f26fa489Oop Oophttp://social.expression.microsoft.com/Profile/en-US/?user=Oop%20OopMissing AC3 Codec in Expression Encoder 3I've got Expression Encoder 3 + IIS Smooth Streaming installed on my Win7 RTM machine (I downloaded both Win7 and Expression as part of my MSDN membership).<br/><br/>When I import a wtv file recorded with Windows Media Center into Expression, it gives me an error:<br/><br/>Error: Cannot find audio codec: Unknown Value 46adbd28-6fd0-4796-93b2-155c51dc048d<br/><br/>This seems to only happen on files that have Dolby Digital/AC3. Back when my machine was running Vista and Expression 2.0, I remember having problems with wtv files in Expression because of Dolby Digital AC3, which I was able to solve by installing AC3Filter.<br/><br/>However, I was under the impression that Expression Encoder 3 added support for Dolby Digital/AC3, thus making AC3Filter (or other such solutions) un-necessary.Sun, 09 Aug 2009 00:33:22 Z2009-11-17T09:16:43Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/0eeb20e5-1ae6-42a4-9202-12c5b4105a2dhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/0eeb20e5-1ae6-42a4-9202-12c5b4105a2dEd Breyhttp://social.expression.microsoft.com/Profile/en-US/?user=Ed%20BreyRedistributable filesI installed <a title="Microsoft Expression Encoder 3" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b6c8015b-e5de-46c0-98cd-1be12eef89a8&amp;displaylang=en" title="Microsoft Expression Encoder 3">Microsoft Expression Encoder 3</a> but don't see any Redist.* file in the &quot;C:\Program Files\Microsoft Expression\Encoder 3&quot; folder. I also have the full version of Encoder 3 from MSDN on a 64-bit OS, but likewise, there is no Redist.* in &quot;C:\Program Files (x86)\Microsoft Expression\Encoder 3&quot;.<br/> <br/> It seems like the intent is that DLLs in the SDK folder are meant to be redistributed, but I'd like to verify. I'd also like to know whether the recommended destination for these files is the GAC.<br/>Fri, 13 Nov 2009 11:40:17 Z2009-11-17T04:50:35Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/83376685-2e9a-47f9-9ab1-c7279ff2641ehttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/83376685-2e9a-47f9-9ab1-c7279ff2641eGabeoldhttp://social.expression.microsoft.com/Profile/en-US/?user=GabeoldVideo laggingHello,  <div><br/></div> <div>I have been trying to live stream a webcam through expression encoder and display it in silverlight. I first ran the encoding through Expression Encoder 3 with success. I was able to encode and broadcast, then pick up the footage in silverlight using a MediaElement. I next tried to create my own console app to do the encoding using the Expression Encoder 3 SDK. This is where the problems begin. I can start streaming the video, then open my silverlight application and view the stream. as you start to get about 5-10 seconds into watching, the video starts to get slower which it continues to do until it freeze ( about 30-40 seconds in). I know it is not a problem with the silverlight application as it is the same application that was running the media being streamed from Expression Encoder. </div> <div><br/></div> <div>The code for my console app is similar to that found here <a href="http://social.expression.microsoft.com/Forums/en-US/encoder/thread/eddc4651-e4f8-447e-9fb2-98f9c6a1957f">http://social.expression.microsoft.com/Forums/en-US/encoder/thread/eddc4651-e4f8-447e-9fb2-98f9c6a1957f</a>.</div> <div><br/></div> <div>Anyone know whats wrong or have any suggestion to fix this?</div> <div><br/></div> <div>Cheers,</div> <div>Gabe Young </div>Tue, 17 Nov 2009 03:37:58 Z2009-11-17T03:38:01Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/7ef95f24-43cc-40c2-837f-30f54a97c43fhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/7ef95f24-43cc-40c2-837f-30f54a97c43fEinewtonhttp://social.expression.microsoft.com/Profile/en-US/?user=EinewtonHelp - Moving from Encoder 9 to Expression Encoder 3: Multi Publishing Points.I'm trying to update my code for the new Expressions 3, and I can't seem to get the same functionality out of 3 as i did with 9. <div><br/></div> <div>I'm not able to get the SDK to Push to a publishing point on a remote server, and broadcast at the same time. I have one feed, that i'd like to push to a remote server and broadcast. This is possible in WME 9, but not that i can see in EE3.</div> <div><br/></div> <div>If anyone can shine some light on the matter, that would be much appreciated.</div> <div><br/></div> <div>I just use the IWMEncBroadcast to broadcast out, and set everything up and call PrepareToEncode on my encoder object, and that will open up port 8080 on the encoder so i can open windows media player and go directly to the encoder object (&quot;http://servername:8080&quot;) and see the feed, while the same feed is being pushed out to the remote server...</div> <div><br/></div> <div>Is there a way to do that in EE3?</div> <div><br/></div> <div><span style="font-family:'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;font-size:13px;line-height:16px">This is possible to do in the Windows Media Encoder 9 User Interface. In WME9, it allows you to check both Broadcast and Publish. However, in Expression Encoder 3, it has a ratio box that only allows you to choose Broadcast OR Publish, but not both.</span></div> <div><br/></div> <div>Thanks!</div> <div> <div style="color:Black;background-color:White"> <pre><span style="color:Blue">Dim</span> _EncBroadcast <span style="color:Blue">As</span> IWMEncBroadcast _EncBroadcast.PortNumber(WMENC_BROADCAST_PROTOCOL.WMENC_PROTOCOL_HTTP) = _BroadcastPort _Encoder.PrepareToEncode </pre> </div> <br/></div>Thu, 05 Nov 2009 19:55:18 Z2009-11-16T19:54:20Zhttp://social.expression.microsoft.com/Forums/en-US/encoder/thread/c575c5be-99dc-4473-bdc8-25e59f1a91b3http://social.expression.microsoft.com/Forums/en-US/encoder/thread/c575c5be-99dc-4473-bdc8-25e59f1a91b3phil7http://social.expression.microsoft.com/Profile/en-US/?user=phil7How to enumerate live capture devices in EE3 SDK C#?<span style="font-size:11pt;color:#1f497d;font-family:'Calibri','sans-serif'">I love the EE3 live streaming capability! I ran several hours of tests with customized presets on 8 core Xeon server and the encoding quality beats that of WME at the same bandwidth.  EE3 makes better use of the available CPU's and allows me to tweak the VC-1 Advanced encoding parameters to get better live streaming results on the same hardware compared to WME. <strong>Thanks to the EE3 team for the fantastic work on the live streaming part!<br/></strong>Now I need to automate the live encoding, but unfortunately the live encoding example in the SDK does not show how to capture audio and video from a “LiveDevice” source. It only shows how to live stream from a “FileSource”. I need to capture from a Ospray 700HD HD-SDI source and would also like to capture from USB webcam and FireWire DVCAM.<br/><br/>How do I enumerate the live capture devices?<br/>How do I select the LiveDevice source in code?<br/><br/><span style="font-size:10pt;color:#2b91af;font-family:'Courier New'">LiveDevice</span><span style="font-size:10pt;font-family:'Courier New'"><span style="color:#000000"> videoDevice = </span><span style="color:red"><strong><span style="text-decoration:underline">???</span>; // what goes here?</strong><br/></span></span><span style="font-size:10pt;color:#2b91af;font-family:'Courier New'">LiveDevice</span><span style="font-size:10pt;font-family:'Courier New'"><span style="color:#000000"> audioDevice = </span><span style="color:red"><strong><span style="text-decoration:underline">???</span>; // and here?<br/></strong></span></span><span style="color:#1f497d"></span><span style="font-size:10pt;color:#2b91af;font-family:'Courier New'">LiveDeviceSource</span><span style="font-size:10pt;font-family:'Courier New'"><span style="color:#000000"> liveSource = job.AddDeviceSource(videoDevice, audioDevice);<br/><span style="font-size:11pt;color:#1f497d;font-family:'Calibri','sans-serif'"><br/>PS: A complete live streaming PS script or C# example that captures from devices should be part of the SDK. Does anybody know if the codeplex project that was promised on the EE3 team blog is already on the way?<br/><br/>Thanks for your help!<br/><br/>Philipp</span></span></span></span>Mon, 27 Jul 2009 17:08:02 Z2009-11-16T09:12:04Z