简体   繁体   English

Expression Encoder SDK源代码以编程方式编码在Apple设备上播放的视频

[英]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 browsers: 我正在使用VS 2010,C#,并且找到以下链接,该链接具有SDK源代码,可通过编程方式对视频进行编码,以在安装了MS Silverlight的浏览器上播放:

http://www.cognifide.com/blogs/marketing-technology/microsoft-smooth-streaming-part-3/ http://www.cognifide.com/blogs/marketing-technology/microsoft-smooth-streaming-part-3/

However, the source codes from that link are used to programmically encode videos in only Silverlight output. 但是,该链接中的源代码仅用于在Silverlight输出中以编程方式对视频进行编码。 The output files for Silverlight come with extensions like .ism, .ismc, .ismv Silverlight的输出文件带有扩展名,例如.ism,.ismc,.ismv

I am looking for C# source codes using the same Expression Encoder SDK in VS 2010 to do the same function to programmatically encode videos played on Apple devices. 我正在寻找在VS 2010中使用相同的Expression Encoder SDK的C#源代码,以执行相同的功能来以编程方式对在Apple设备上播放的视频进行编码。 For Apple encoded files, I expect some source codes that can encode and generate files of extensions as .m3u8, .ts, .ismx, and manifest file .ism 对于Apple编码的文件,我希望一些源代码可以编码并生成扩展名为.m3u8,.ts,.ismx和清单文件.ism的文件。

I am using Expression Encoder 4.0 我正在使用Expression Encoder 4.0

您链接的示例使用的是iOS设备无法读取的WindowsMediaOutputFormat()WmaAudioProfile() ,因此请尝试将这些类替换为Mp4OutputFormatAacAudioProfile ,然后查看其工作方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM