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
{{ message }}
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
Some ffmpeg features like FFREPORT requires setting environment variables. iOS/tvOS has a native setenv method that can be used for this purpose. However, Android does not provide a built-in API method to set environment variables.
There is already have a setNativeEnvironmentVariable method in MobileFFmpeg Android API. It is used internally by API functions. Increasing its visibility can help users who need to set environment variables in order to use those ffmpeg features.
The text was updated successfully, but these errors were encountered:
Some
ffmpeg
features likeFFREPORT
requires setting environment variables.iOS
/tvOS
has a nativesetenv
method that can be used for this purpose. However,Android
does not provide a built-in API method to set environment variables.There is already have a
setNativeEnvironmentVariable
method inMobileFFmpeg
Android API. It is used internally by API functions. Increasing its visibility can help users who need to set environment variables in order to use thoseffmpeg
features.The text was updated successfully, but these errors were encountered: