Questions tagged [expression-encoder-sdk]

The Microsoft Expression Encoder SDK gives a developer access to all the tools to create encoded video and audio that will meet their streaming or broadcasting needs. This topic will provide an overview of all the options available to users of the SDK.

53 questions
0
votes
1 answer

Windows Expression Encoder ScreenCaptureJob Issue

Well, it's quite simple. When I try to create a new ScreenCaptureJob: job = new ScreenCaptureJob(); It says that the name 'job' does not exist in the current context. I have imported Microsoft.Expression.Encoder.ScreenCapture so I don't know what…
0
votes
0 answers

How to find WebCam

There is a very good solution how to use WebCam via MS Expression Encoder SDK. So this code Dim vidDevices = EncoderDevices.FindDevices(EncoderDeviceType.Video) returns the list of the installed video devices. My question is: how to get WebCam as…
NoWar
  • 36,338
  • 80
  • 323
  • 498
0
votes
1 answer

Snapshot from webcam using expression encoder

Been using the example i found at http://www.codeproject.com/Articles/285964/WPF-Webcam-Control to make some webcam functionality that I need. I'm mostly interested in snapshots, and i can get them to work in the example above without any issue. …
Phil
  • 1,852
  • 2
  • 28
  • 55
0
votes
1 answer

Expression Encoder SDK source codes to programmatically encode videos played on Apple devices

I am working with VS 2010, C#, and I find the following link that has SDK source codes to programmatically encode videos to play on MS Silverlight-installed…
user1219702
  • 201
  • 1
  • 4
  • 12
0
votes
1 answer

There is no way to encode video smooth streaming

What you need to install so I can encode video smooth streaming through the encoder? - where I pointed out to be smooth streaming
Mediator
  • 14,951
  • 35
  • 113
  • 191
0
votes
1 answer

Generate Video in C# using Microsoft Expression Encoder and a series of bitmaps

I need to generate a video in C#. I am messing around with Microsoft Expression Encoder but what I have is a series of bitmaps at specific time indices. Is there a way to use the Microsoft Expression Encoder to encode a video using a series of…
whitehawk
  • 2,429
  • 29
  • 33
0
votes
1 answer

Create directshow filter object in expression encoder sdk

I have a directshow filter that can be used by expression encoder. Is it possible to create two objects of this filter using expression encoder sdk( two projects)? Thanks in advance.
-1
votes
2 answers

Capture still image with Microsoft Expression Encoder SDK

I was playing around with my webcam and started to create a small application (using the Microsoft Expression Encoder SDK), where the images of the webcam are streamed to a picturebox on a winform [1]. So far, everything went pretty smooth. But now…
muellerd
  • 1
  • 1
  • 2
1 2 3
4