tomaszzmuda / Xabe.FFmpeg

.NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from dotnet core application.

Home Page:https://xabe.net/product/xabe_ffmpeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_totalTime Incorrect for Concatination

proletariatpatryk opened this issue · comments

When running Concatenate _totalTime is calculated incorrectly. When parsing output from FFmpeg it will always return as 1 day when it finds the value of -t in args.

#400 Fixes issue