Releases: mysteryx93/FFmpeg.NET
Releases · mysteryx93/FFmpeg.NET
FFmpeg.NET v1.1.2
Version 1.1.2 is ready!
What's new:
- Last patch introduced a bug where media info wouldn't always be parsed, fixed
- Added argument to Run method to specify whether to read Standard or Error output
- Added MediaInfo.GetVersion method
FFmpeg.NET v1.1.1
FFmpeg.NET v1.1
Version 1.1 is ready!
What's new:
- Now targets .NET Standard and should work on any platform
- Fixed and tweaked too many aspects to list -- overall it's a lot more mature
Source code with sample available below.
FFmpeg.NET v1.0.1
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