本文介绍了我们可以通过c#以mpeg格式录制视频文件吗的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们可以通过c#录制mpeg格式的视频文件吗?
Can we record a video file in mpeg format through c#?
推荐答案
nidhijain1555写道:
nidhijain1555 wrote:
我们可以通过c#
以mpeg格式录制视频文件吗?是的!
现在?上周,我们已经指导您如何转换Mpeg格式的任何视频文件.你尝试过吗?
这是给您的新链接:
以DirectX.Capture类库的Windows Media视频格式保存视频文件 [ ^ ]
您需要添加一个新类,以使用相应的编码器/解码器将其转换为MPEG.
Yes!
Now? Last week we already directed you about how to convert any video file in Mpeg format. Did you tried that?
Here is a new link for you:
Video File Saving in Windows Media Video Format for the DirectX.Capture Class Library[^]
You need add a new class to it to convert it into MPEG using respective encoder/decoder.
这篇关于我们可以通过c#以mpeg格式录制视频文件吗的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!