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

3

6

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.

Beaded answered 6/5, 2010 at 16:1 Comment(0)
K
4

http://ffmpegdotnet.codeplex.com/

Karmen answered 6/5, 2010 at 17:18 Comment(0)
E
1

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.

Eberhardt answered 28/5, 2010 at 15:1 Comment(0)
U
1

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

Unleavened answered 1/6, 2010 at 18:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.