You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added `whenFFmpegIsReady()` to properly wait for ffmpeg state.
29
+
* Fixed `killRunningProcesses()` to properly kill the execution.
30
+
* Added a `FFmpeg.getInstance()` overload to work with a `ContextProvider` instead of a context. It is a fix for a common memory leak caused by storing the context internally. Old factory method is still supported but marked as deprecated.
31
+
* Fixed `isFFmpegCommandRunning()` to properly return running state status. (thanks to @pawaom)
32
+
33
+
34
+
### Help needed
35
+
36
+
* to update ffmpeg binary versions for all architectures
37
+
* to test the fixes
38
+
* to build and publish the fork somewhere more common
0 commit comments