It is possible to split file into many parts.Is it possible every part encode and after that join them again? The idea is to encode one video on more computers.
In .NET
Thank you
It is possible to split file into many parts.Is it possible every part encode
Share
You can call ffmpeg.exe from your c# code to accomplish this. There are also some libraries that are available to accomplish this.