From: bruno on 26 Feb 2010 03:31 I need to convert AVI files to WMV format in a ASP.NET app. The App, being hosted on external IIS provider, can't shell any EXE program, so I'm looking for a DLL library. I didn't find any solution on the web. Any suggestions? -- bruno
From: Alexey Smirnov on 26 Feb 2010 07:39 On Feb 26, 9:31 am, bruno <br...(a)community.nospam> wrote: > I need to convert AVI files to WMV format in a ASP.NET app. > The App, being hosted on external IIS provider, can't shell any EXE program, > so I'm looking for a DLL library. I didn't find any solution on the web. > Any suggestions? > > -- > bruno Check this http://all4dotnet.com/features.aspx Hope this helps
From: bruno on 26 Feb 2010 09:21 Thaks for your response. Unfortunatly it's a wrapper that use ffmpeg.EXE converter. I found a C# library version of ffmpeg.dll but any example on how to use it to convert avi files. -- bruno "Alexey Smirnov" wrote: > On Feb 26, 9:31 am, bruno <br...(a)community.nospam> wrote: > > I need to convert AVI files to WMV format in a ASP.NET app. > > The App, being hosted on external IIS provider, can't shell any EXE program, > > so I'm looking for a DLL library. I didn't find any solution on the web. > > Any suggestions? > > > > -- > > bruno > > Check this http://all4dotnet.com/features.aspx > > Hope this helps > . >
From: Andy O'Neill on 26 Feb 2010 11:35 "bruno" <bruno(a)community.nospam> wrote in message news:E3144420-EA1C-4FA6-A671-7E98C87E2F90(a)microsoft.com... > Thaks for your response. > Unfortunatly it's a wrapper that use ffmpeg.EXE converter. > I found a C# library version of ffmpeg.dll but any example on how to use > it > to convert avi files. > -- > bruno google on windows media encoder automation ot windows media encoder sdk WME is free.
From: bruno on 1 Mar 2010 16:07 I tried WME but unfortunatly it requires a software installation and I can't install any software on the web server. -- bruno "Andy O'Neill" wrote: > > "bruno" <bruno(a)community.nospam> wrote in message > news:E3144420-EA1C-4FA6-A671-7E98C87E2F90(a)microsoft.com... > > Thaks for your response. > > Unfortunatly it's a wrapper that use ffmpeg.EXE converter. > > I found a C# library version of ffmpeg.dll but any example on how to use > > it > > to convert avi files. > > -- > > bruno > google on > windows media encoder automation > > ot > windows media encoder sdk > > WME is free. > > . >
|
Next
|
Last
Pages: 1 2 Prev: Covert javascripts to use in code behind form Next: Get GridView row index |