-
### This issue respects the following points:
- [x] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
Hey guys, I've been following a tutorial on https://gamemaker.io/en/blog/bs-tech-automate-builds to create automatic builds on Android, that should be working. But when I try to run, the following mes…
-
```
.../ld: warning: skipping incompatible libavutil/libavutil.a while searching for avutil
.../ld: error: cannot find -lavutil
```
I encounter the above error when compelling ffmpeg3.1.2 for android…
-
Looking at https://repo.maven.apache.org/maven2/org/bytedeco/ffmpeg/6.1.1-1.5.10/ it seems there's no android-arm or android-x86 builds, unlike the previous version at https://repo.maven.apache.org/ma…
-
@adrielcafe With Android 10 the converter is not working anymore because ffmpeg can't be executed. As you are using the ffmpeg library by WritingMinds and they haven't added Android 10 support yet, wo…
-
### Checklist
- [X] I've verified that I'm running the latest [**stable version**](https://github.com/BobbyESP/Spowlo/releases/latest/) of Spowlo or any later [**preview versions**](https://github.co…
-
ffmpeg_opt.c:880: error: undefined reference to 'av_format_set_data_codec'
/home/wfl/code/leixiaohua/simplest_ffmpeg_mobile/simplest_ffmpeg_android_transcoder/jni/cmdutils.c:2092: error: undefined ref…
-
Hello there. We a startup team want to use build.rs to build FFmpeg for Android. But we encountered a lot of problems and failed. It will be great if someone can help to add supporting FFmpeg Android …
-
I would like to request DSD audio payback support for MPV-Android. DSD is an alternative to the more commonly used PCM, and is said to have superior sound quality or richness when it comes to music.
-
**Description**
command = ' -ss $startPoint -i "$videoPath" -t ${endPoint - startPoint} -avoid_negative_ts make_zero -c:a aac -crf 15 -c:v libx264 -preset veryfast ' + '-y "$outputPath"';
input…