totocaster
totocaster

Reputation: 6363

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

Is there any library that can covert input video (of some specific video files) to f4v or flv programatically in c# .NET?

Thanks in advance.

Upvotes: 6

Views: 1930

Answers (3)

Hamed
Hamed

Reputation: 209

Take a look at http://www.intuitive.sk/fflib/

Upvotes: 1

eglasius
eglasius

Reputation: 36037

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

ps. you can easily modify it if you need any extra features of ffmpeg. We did, only because we are using it to slice music/videos, but you should be able to use it as is.

Upvotes: 1

Related Questions