Questions tagged [expression-encoder]

Microsoft Expression Encoder SDK is a tool which allows to record from the window screen, audio devices and/or video devices to computer or stream over the net.

Microsoft Expression Encoder SDK is a tool which allows to record from the window screen, audio devices and/or video devices to computer or stream over the net.

Formally know as windows media encoder.

Functionalities:

  • Record screen.
  • Record from video source(camera).
  • Record from audio device(microphone).
  • Stream to IIS.
  • Edit Videos.

3 different editions are available:

enter image description here

The Expression Encoder 4 SDK comes with a couple samples to get started with. You can see the examples on the msdn expression encoder page.

Resources:

  1. Reference to the class library
  2. What is new in Expression Encoder 4
  3. Code Samples
  4. Getting Started
  5. Books:
77 questions
0
votes
1 answer

Mixing multiple live MMS streams (mms://server) using expression encoder SDK

Expression encoder SDK can accept sources from a LiveDeviceSource or from a LiveFileSource, but both can't support mms streams. The question is, is there a way to include a live mms stream in an encoding LiveJob? And then, possibily a way to mix…
amazedsaint
  • 7,642
  • 7
  • 54
  • 83
0
votes
0 answers

PUT API request - (IIS media services API)

I'm trying to complete a PUT request to the IIS media services API - to try and set a publishing point to "stopped" state. I've read the following link, which hasn't helped me very…
Phil Golding
  • 433
  • 3
  • 10
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
2 answers

Expression Encoder 3 SDK screen capture C# sample?

I am using VSTS 2008 + .Net 3.5 + C# + Microsoft Expression 3 SDK. I want to capture screen and output a wmv file. I tried hard but can not found C# samples from Google. Any reference samples?
0
votes
1 answer

Simulating Start and Stop archive in Expression Encoder 3 SDK

I would like to be able to start an encoding session and then like in Windows Media Encoder 9, start and stop recording my live stream while the encoder is still running. Is this possible?
JustNeph
  • 761
  • 3
  • 10
  • 25
0
votes
1 answer

Silverlight Player Blank When Changing ism file

I am trying to get silverlight smooth streaming going on a site I am bilding and it works fine with the big buck bunny sample code which looks like this:
Al Katawazi
  • 7,192
  • 6
  • 26
  • 39
0
votes
1 answer

Capturing Video from Screen, massive file size?

I'm using ScreenCaptureJob to try to capture video of my screen. While it works fine, the issue is that the files sizes are HUGE. A 2-3 minute recording will have a whopping 600 MB file size. I've tried reducing the framerate but it doesn't do much,…
user2463732
  • 29
  • 2
  • 10
0
votes
1 answer

Create installer for multiple applications

Good day. I am trying to create an installer for a C# application. The C# application is only one file with two empty directories (videos, photos) . For the application to function correctly, it is necessary to have Microsoft Expression Encoder 4…
Fakt7
  • 187
  • 4
  • 15
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

Transform manager error with large files only

I'm using IIS Transform Manager to transcode my .ISMV files. All the configuration is working file with small size files like 100 MB, 400 MB.. etc But when I try to transcode 1.36 GB file, I'm getting following error (I'm using VC-1 IIS Smooth…
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…
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
1 answer

Video capture using Expression Encoder in WPF

I am need to capture video and click images via camera, in My application. I am a bit new to WPF and searching on google I found that ExpressionEncoder dll is used to perform video captures in WPF. I also need to change brightness, Contrast,…
Hardik
  • 1,716
  • 6
  • 27
  • 41
0
votes
1 answer

How to use an AudioProfile with an Expression Encoder Job

I'm trying to encode a WMA10 file, but need to set the VBR Quality. private void Encode() { MediaItem mediaItem; mediaItem = new MediaItem(this.fileNameToEncode); using (Job job = new Job()) { WmaAudioProfile wmaProfile =…
Louis Waweru
  • 3,572
  • 10
  • 38
  • 53
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