Library for communicating FLV / F4V in C # .NET?

Is there a library that can hide the input video (of some specific video files) in f4v or flv programmatically in C # .NET?

Thanks in advance.

+6
c # flash flv video
source share
3 answers
+4
source share

This code does very well: http://jasonjano.wordpress.com/2010/02/09/a-simple-c-wrapper-for-ffmpeg/

ps. you can easily change it if you need additional ffmpeg functions. We did this only because we use it to cut music / video, but you must use it as is.

+1
source share
+1
source share

All Articles