-
### Describe the bug
When I click resume playback, the video plays from the beginning and does not continue from where I last saw the video. I tried fast-forwarding the video and it still doesn't wor…
-
[Here is the output recorded audio file from Android.](https://drive.google.com/file/d/1njOERM7XRc5fc0OEpUfCNtyHeeebgMws/view?usp=sharing)
-
Hello,
I have been trying to implement this library to my project and I have been trouble running just this code.
`
new AndroidFFMPEGLocator(this);
new Thread(new Runnable() {
…
-
Hi, thank you for your lib.
can we use this lib in android?
for example using .so files instead of ffmpeg binary...
-
![image](https://user-images.githubusercontent.com/56886417/177243942-4312749e-138a-46ac-b1b4-2ec6e79c5785.png)
My project cannot run successfully,
-
### Description
The app crashes with the example provided (logs below).
### Platform
Android Emulator
### Backtracking step (if has)
1. Used example main file with dependencies video_player…
-
# $ ./compile-ffmpeg.sh all
# [*] check archs
FF_ALL_ARCHS = armv5 armv7a arm64 x86 x86_64
FF_ACT_ARCHS = armv5 armv7a arm64 x86 x86_64
#
# [*] check env armv5
FF_ARCH=armv5
FF_BUILD_OPT=
---
## […
-
I compiled the libraries and tried to run my application. But I'm getting this error:
`
E AndroidRuntime: FATAL EXCEPTION: qtMainLoopThread
E AndroidRuntime: Process: cz.jech.muzika, PID: 8427
E…
-
Process: com.example.greyson.audio_test, PID: 10746
java.lang.Error: Decoding via a pipe will not work: Could not find…
-
Hi. I have a Java Android app that writes between 30 to 50 images to disk then produces a mp4 video. Originally I have them in `byte[]` format but turn them into JPEG Bitmaps that then are written to …