vladjerca/FFMpegSharp

so strange about filesize

Closed this issue · 2 comments

in FFProbe.cs, I found file size from

info.Size = Math.Round(videoSize + audioSize, 2);

but I think filesize should be fileInfo.Length?

It's equivalent, feel free to open a PR if you think the result is better this way.

It's equivalent, feel free to open a PR if you think the result is better this way.