English 中文(简体)
如何获得议员4的正确部分(档案)?
原标题:How to get sound portion of an MP4 (video file)?

我正在开发一个窗口电话7应用程序,并播放录像。 我愿获得视频文件(MP4)的正确部分,并对声音作一些改进。 我认为,作为AAC框架在MP4中可以节省下来。 (权利?) 我怎么能从手工艺品4的档案中提取声音?

由于这是一个视频文件,它可能是巨大的文件。 因此,向云层上载和加工不会有好选择。 由于该工作计划7的申请,我无法使用无遗的 d: 在纯C#中是否有办法? 任何开放源工具/工具?

感谢!

问题回答

MP4是一种集装箱格式,现实地说,正确的部分总是自动取款机。 它可以是MP3,也可以是任何其他不同的录音形式。 你们也许想的是M4A,我认为这要求非洲排雷中心或拉美加勒比国家联盟。

关于音频提取问题,应当能够使用公正管理的密码从MP4中提取录音。 须在MP4格式上阅读(,例如:也值得阅读),然后通过查找自己的录音地点和复制件。 即便如此,你也不得不承认,当你自己没有获得任何支持的录音形式时。

可能已经建立了一个网上图书馆,能够做到这一点,但我不知道。 这可能不是很受欢迎的,因为管理法肯定不是从中处理这一问题的最佳途径,但考虑到这是Windows Telephone,正如你指出的那样,这是你的唯一途径。

亲爱!





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签