radek-k / FFMediaToolkit

FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
MIT License
352 stars 56 forks source link

Combining two videos #115

Closed DaveHooper2 closed 2 years ago

DaveHooper2 commented 2 years ago

Hi, Is it possible to combine two videos in the same format with this library?

radek-k commented 2 years ago

This library is useful if you want to process video or audio data. I recommend using Xabe.FFmpeg to combine videos. See https://ffmpeg.xabe.net/joining_videos.html