Branden Archer

Results 27 issues of Branden Archer

You do not mention a license for your code, either in a LICENSE file or in a comment block in the java source files. On your wordpress site you answer...

In addition to running unit tests, these additional checks ensure that certain failures will not make it into the code base unintentionally.

Allow exclusionary tags to omit scenarios If a user passes in a tag for which no scenario should run, e.g. --tag=-A then the expectation is that no scenario with that...

I'm seeing the following crash in a report from my application on Google Play when using v2.0.3: ``` java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2778) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2856) at android.app.ActivityThread.-wrap11 (Unknown Source) at...

This adds support for the [FindBugs](http://findbugs.sourceforge.net/) java static analysis tool. It will scan the java source of the Android project and determine if any known bugs exist. To run this...

This creates a GitHub Action for building and testing the project, as an attempt to replace Travis-CI.

Cropping in FFmpeg: https://video.stackexchange.com/questions/4563/how-can-i-crop-a-video-with-ffmpeg

Information about format: https://fileinfo.com/extension/mts Question about using ffmpeg: https://video.stackexchange.com/questions/12156/how-can-i-convert-mts-file-avchd-to-mp4-by-ffmpeg-without-re-encoding-h264-v

Right now there is no percentage reporting, nor where in the video is the encoding now and what is the endpoint.

Normalizing audio requires two passes, one to determine the peak audio value and one to perform the necessary filter. https://peterforgacs.github.io/2018/05/20/Audio-normalization-with-ffmpeg/