ffmpeg doesn't respect the culture of the client. Therefor parsing the duration of for example 00:05.31 on a german machine resulted in 531 seconds instead of 5 seconds and 310 ms. Fixed it by using InvariantCulture where the decimal point is always a point and not a comma.
ffmpeg doesn't respect the culture of the client. Therefor parsing the duration of for example 00:05.31 on a german machine resulted in 531 seconds instead of 5 seconds and 310 ms. Fixed it by using InvariantCulture where the decimal point is always a point and not a comma.