.mov file writer
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Anybody know of a .net based (ideally C#) .mov (video format) file writer? If not, can anybody point me to a DLL I can use for this? Thanks, Chris
The best I can suggest is to try using ffmpeg called from within .net (http://www.ffmpeg.org/[^]). It won't be pretty or particularly secure.
-
The best I can suggest is to try using ffmpeg called from within .net (http://www.ffmpeg.org/[^]). It won't be pretty or particularly secure.