amazedsaint
amazedsaint

Reputation: 7642

Is there a way in Silverlight to compress the video from webcam before it is saved?

We are capturing some video from a webcam in Silverlight, and I'm looking forward for a solution to encode the video real-time before it is getting saved, so that the file size is not bloated up too much. Is there an already available solution, or whether we've to write some custom codecs?

Upvotes: 1

Views: 350

Answers (1)

udooz
udooz

Reputation: 21

from a codec point, I found a open source project. http://silverlightencoder.codeplex.com/. Please verify.

Upvotes: 2

Related Questions