asp.net mvc - How to multiplex a video file and audio file in C# -


i capturing audio , video of user server disk. saving video , audio separately. want multiplex both audio , video , save single file in c#. how can able in asp.net c#. have searched implementation didn't sufficient code. there methods directly in c# or can include other dll files. how can using c#

it depends on container format want, open source tool can use ffmpeg.

btw, question quite similar this one.

edit; have not tried library out myself, might looking for: a simple c# wrapper avifile library


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -