.net - Split, encode and join video parts in C# -


It is possible to split the file into several parts. Is it possible to convert each part into symbolic words and then include them again? The idea is to encode a video on more computers. Thank you.

You can call ffmpeg.exe from your C # code to complete it. There are also some libraries available to complete it.


Comments