Skip to content

FFmpeg.NET v1.0.1

Compare
Choose a tag to compare
@mysteryx93 mysteryx93 released this 19 Mar 03:50
· 9 commits to master since this release

What's new:

  • Moved time left calculation into TimeLeftCalculator class, and it is no longer called automatically by FFmpegProcess.
  • Time left calculation has been rewritten to reduce overhead.
  • FFmpegProgress has been renamed to FFmpegStatus to avoid confusion with FFmpegProcess