Branden Archer

Results 159 comments of Branden Archer

Note to self: This needs to have the Android emulator setup as part of the GitHub Action: https://github.com/marketplace/actions/android-emulator-runner

The app does support this use case, although the main button on the UI "Select Video" would imply otherwise. One can select an audio file, then select an output container...

> I was wondering why create a limitation of it being a video file if conversion is happening using the ffmpeg libraries. Oh, I see what you mean. I tried...

Can you clarify what a general purpose transcoder would be? My motivation for this application is to have a way to transcode some media formats into others, and also have...

> for a broader range of media formats, instead of the small list of formats the application supports. I'm 100% for supporting additional formats. The formats the app currently supports...

Can you give some examples of what one may enter? I assume that doing so would be a workaround for a feature the app currently does not expose via the...

The the app is basically a wrapper for ffmpeg, it is often "just a case of calling ffmpeg with the right parameters" (: My understanding is the following would need...

I believe it uses the native progress bar instead of the appcompat library to pull in more modern UI components.

I recently created a change which reduces the size of the header for the title, but find that I did not merge it in yet. That change is https://github.com/brarcher/loyalty-card-locker/pull/213. I...

> for some reason it refused to install as an upgrade on top of the version installed by f-droid This is because I do not have the signing key that...