Extracting audio from WMV
-
Hi guys i need to extract audio from a WMV file. I never try this kind of task before. So any one tell me how can i achieve this in .NET
ganesh_IT wrote:
i need to extract audio from a WMV file
There's plenty of command-line tools that offer this kind of functionality. The easiest way would be to launch one of those from your own application.
ganesh_IT wrote:
I never try this kind of task before
That doesn't entitle you to a walk-through. It's generally a good idea to research the topic and attempt something - that way you can ask more specific questions.
ganesh_IT wrote:
So any one tell me how can i achieve this in .NET
There's an article over here[^], might be a good place to start your adventure :)
I are Troll :suss:
-
Hi guys i need to extract audio from a WMV file. I never try this kind of task before. So any one tell me how can i achieve this in .NET