tasy5kg
tasy5kg
我的项目是 Java 语言,minSdkVersion 为 24 ,Android Studio 版本 4.0.1。 引入 SaveState 0.2.3 版本后,build 不通过,提示要求 minSdkVersion 不低于 26;移除 SaveState 后 build 通过。 但我好像没有在文档中找到关于 minSdkVersion 的限制。这是怎么回事呢? 编译时的错误信息: ``` Error: Invoke-customs are only...
**Description** ```FFprobeKit.execute(command).getOutput()``` result is not as expected, no matter what the commands and files are. --- **To Reproduce** Sometimes I want to get media properties with FFprobe commands. As sample...
```FFprobeKit.getMediaInformation("av1_encoded_video.mkv").mediaInformation``` will returns ```null```, even if the media information can be read. [AV1-encoded video sample (0.2MB)](https://file.hu60.cn/file/hash/mkv/a33e7cf541cd54430e8f18501f08e8e1291892.mkv?attname=VID_20220204_174655~3_5dog.mkv) --- _```saf:26.mkv``` is the AV1-encoded video sample above._ Code fragment: ```Kotlin FFprobeKit.getMediaInformation("saf:26.mkv") ```` Result:...
There are currently more and more users using large-screen Android devices, and these devices often allow users to resize the App window, which makes it necessary for us to display...
Background: Termux is a Linux terminal emulator on the Android platform. We can install FFmpeg in it by executing `pkg install ffmpeg`, and the current provided version is `6.1.1`. Recently,...