Questions tagged [tao.ffmpeg]

3 questions
3
votes
1 answer

Is out there any code example\tutorial on encoding video\audio using .net Tao.FFmpeg?

Is out there any code example\tutorial on encoding video\audio using .net Tao.FFmpeg?
Rella
  • 65,003
  • 109
  • 363
  • 636
3
votes
1 answer

Is there any readable Tao.FFMPEG how to?

So FFmpeg is grate lib and there are some wrappers for it in C#. Tao is one of my choise. But how to use it 0) In general 1) with live http streams 2) with FLV format There is Tao.FFmpeg help which comes with TAO installl but it is just not for me…
Rella
  • 65,003
  • 109
  • 363
  • 636
0
votes
2 answers

Simple way to grab thumbnail of FLV in ASP.NET without changing permissions on server?

I'm looking for a simple way to grab thumbnails of FLVs in ASP.NET, without having to change any permissions/settings on the server. Ideally, nothing is installed on the server machine, but if necessary, small tools such as FFmpeg are fine. I've…
Rhys Causey