Branden Archer
Branden Archer
Looking over the content of the proposed FAQ, I think that some of this information would be better placed in the first section of the README instead of a separate...
Go ahead and change the commit to add to the README. Much of the content is already present in the README or in the privacy-policy file. See what content is...
I agree that getting the cursor in just the right place is not easy. Hopefully the arrows on the side will help. If someone were interested in contributing changes to...
The ffmpeg android dependency is from https://github.com/brarcher/ffmpeg-android. There should be a binary build of that project included in https://github.com/brarcher/ffmpeg-android-java, when is then included in Video Transcoder. Building with gradle should...
Thanks for the interest in the project. My intention was to create an application for transcoding, rather than a full video editor. There is still much work to do in...
You mean to crop the image, right? This request is fine. I'll probably not work on it myself, though. If someone were interested in contributing this I would be happy...
Hm. I attempted to set it up so that the service which does the encoding runs in the foreground, so that it does get CPU when it needs. I though...
Hm. The device I'm testing with is also Android 7, and it appeared to work there as well. What I do see is that the encoding progress is slower when...
I tried an experiment yesterday, setting the app to encode the audio from a 4 hour video overnight while plugged in. 8 hours later it was ~90% complete. After another...
It is unfortunate that including ffprobe effectively doubles the size of the app (19MB for x86 and 17MB for ARM). Initially I used ffmpeg instead of ffprobe (see [this commit](https://github.com/brarcher/video-transcoder/commit/a429306b34083099ca46c77a4063cde90485364e))....