Questions tagged [expression-encoder-4]

Expression Encoder 4 used for encode high quality videos for devices and the web, Silverlight video experiences with customizable templates, capture your PC’s screen actions for training and demos and prepare video with simple edits and overlays

Expression Encoder 4 used for encode high quality videos for devices and the web, Silverlight video experiences with customizable templates, capture your PC’s screen actions for training and demos and prepare video with simple edits and overlays

http://www.microsoft.com/expression/products/Encoder4_Overview.aspx

17 questions
9
votes
1 answer

How to redirect video stream in ASP.NET

let suppose there is a continuous http video stream (encoding is H.264) comming from a camera which URL is http://xyz.com/videostream due to some security reasons I can not expose this URL to my users (or assume this is accessible only with in…
7
votes
1 answer

Recording Selenium test execution with Expression Encoder 4 SDK fails on build server

We run Selenium tests nightly on our TeamCity build server. We have some tests that fail intermittenly during our nightly run. Screenshots of failed tests haven't really provided an answer, so I want to record the execution of failed tests. I have…
3
votes
1 answer

realtime stream from screencapture with microsoft expression encoder

Is it possible to stream in real-time a part of the screen for the local network? The ScreenCaptureJob can only stream to a file, and if a want to broadcast the file, it blocks because it's used by another process. jobScreenCap = new…
3
votes
1 answer

Command Line Script for Microsoft Expression Encoder Licensing

does anybody know how to activate Microsoft Expression Encoder 4 using Command Line Script. if yes, can you please guide me on how to do this. Currently this is what i only have and it's not yet working because it still requires me to manually…
Allan Chua
  • 9,305
  • 9
  • 41
  • 61
2
votes
1 answer

Custom capture size using Microsoft Expression Encoder

I have lines of C# code with which I am able to record screen. But I cannot find a workaround in order to determine custom video output size. My screen resolution is 1920x1080, although i try to assign new size for the record It remains…
1
vote
1 answer

Viewing two live streams at once using expression encoder 4 wpf

I'm trying to stream two live feeds from two different sources using Microsoft expression encoder 4 on WPF platform, i tried to streaming one feed only and it works fine and i can switch between the two sources, but when i try to stream both of them…
Sam Nasser
  • 311
  • 5
  • 13
1
vote
1 answer

What are the limitations of each VC1 profile?

When I'm trying to a conversion with the following parameters: mediaItem.OutputFormat.VideoProfile = new MainVC1VideoProfile() { Size = new System.Drawing.Size(1920, 1200), Bitrate…
1
vote
1 answer

Can I play xesc file on Silverlight?

It seems very weird and I can't understand it, Why xesc, the output of Expression Encoder 4 Screen Capture, can't be play on Silverlight?? Why ScreenCaptureVideoProfile codec is always unknown? doesn't the left hand know what the right hand is…
0
votes
1 answer

Expression Encoder ScreenCaptureJob not recording

Hi I was wondering if anyone would have a solution to my problem here? I have started to use ScreenCaptureJob in my TestAutomation Framework and found that for some reason, although it may work I find that if I leave my PC logged in for the very…
0
votes
0 answers

How to mirror (flip horizontally) and image using expression encoder and .net 4.5

I am building a application and it seems that image is wrongly mirrored (if I raise my left finger up, it shows my right finder is raised and vice versa). Here is some of my code
0
votes
0 answers

Expression Encoder Free version vs Pro version

I am evaluating a media encode/playback technology for my media project[I need to do stuff like clipping/trimming/joining video, screen capture, add overlays etc], its a WPF/C# based project. I have gone through Expression Encoder/Media…
0
votes
1 answer

c# - expression encoder - does not capture system audio

I'm trying to capture my webcam and system audio using Expression Encoder, the webcam works fine but the system audio is just silent. I followed the tutorial here: CodeProject Expression Encoder Tutorial but it isn't working for me properly. When I…
0
votes
1 answer

multiple audio streams in smooth streaming manifest

How to add multiple audio tracks in a manifest like THIS. Actually I have two publish points, one for Video+Audio and one for Audio only. I want to play both feeds in SMF together. EE doesn't support this. How to do it? How they added multiple audio…
waghekapil
  • 321
  • 1
  • 5
  • 22
0
votes
2 answers

Microsoft ENcoder SDK memory leak

I am using EE4 and every time I call _deviceSource.PreviewWindow = new PreviewWindow(new HandleRef(picBox, picBox.Handle)); the memory use increases by around 60 MB. The problem is that when I close the form and dispose all the resources on _job and…
0
votes
1 answer

Expression encoder: change file name after encoding

I'm using Microsoft Expression Encoder and this is my code using (LiveJob job = new LiveJob()) { // Creates file source for encoding LiveFileSource fileSource = job.AddFileSource(DataDirectory); // Sets…
1
2