

VideoWatermark: apply watermark to the video (PNG image or just a text).CutCropResize: code snippets to cut/crop/resize videos.Concat: merge several videos into one resulting file (with complex filter and 'concat' demuxer).NET library: all you need is one assembly (FFMpeg is embedded into DLL and extracted on first use) can resize/crop/cut/split/merge video files, combine video and audio from different files, transcode live video stream from C# Stream input (Webcam, RTSP URL, file) to C# Stream output (streaming server URL, file).all ffmpeg command-line options are supported.

