Skip to content

HanumanInstitute.FFmpeg v2.0

Compare
Choose a tag to compare
@mysteryx93 mysteryx93 released this 14 Jul 21:51
· 16 commits to master since this release
7d3553c

After over 3 years, version 2.0 is ready!

  • Modernized the code
  • Renamed project to HanumanInstitute.FFmpeg
  • It now works on Windows, Linux and MacOS!
  • Renamed IProcessWorkerFactory as IProcessService and moved paths config into AppPaths class
  • Refactored to only expose the necessary public API and rely less on Dependency Injection
  • Since it no longer heavily relies on manual Dependency Injection, all IOC configuration projects have been removed. All you need is to register IProcessService and configure it.
  • Fixed breaking changes with latest version of FFmpeg.
  • Use avs2yuv instead of avs2pipemod.
  • Sample project has been rewritten using Avalonia UI to be cross-platform.