Branden Archer

Results 159 comments of Branden Archer

This app is currently not being actively developed: https://github.com/brarcher/video-transcoder#note-from-developer The Transifex link was removed, as no new translations are being requested as this time: https://github.com/brarcher/video-transcoder/commit/a17395b0a695139f8ddd89d8b826c7786d538272#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 If there is interest in...

I think that one is able to request to join the team then request new languages. If you send me a request through Transifex I'll approve it. If you already...

All the translations are from volunteers, such as yourself (: I've accepted a new request on Transfiex for French (though the usernames do not match, maybe it is you). Feel...

If someone is interested in contributing X265 support (if I do not get to it) the following needs to be done: - Add an entry to the [MediaContainer](https://github.com/brarcher/video-transcoder/blob/master/app/src/main/java/protect/videotranscoder/media/MediaContainer.java) enum, as...

Bummer. I suspect I'll need to create my own fork of FFmpeg-Android at some point to (1) build architecture-specific binaries instead of shipping all architectures in one apk, and (2)...

Thanks for taking a look, @anotherdirtbag. I'm also taking a shot at it. For right now I trying to reproduce a build on macOS before going further and get it...

@anotherdirtbag, I've finished creating a fork of both the ffmpeg binaries (https://github.com/brarcher/ffmpeg-android) and the java wrappers (https://github.com/brarcher/ffmpeg-android-java). The ffmpeg-android project builds x86 and arm on Travis-CIto ensure it builds successfully,...

Thanks for the interest in this application. The backbone of the application is a FFmpeg binary, which is used to convert between different formats. I've seen other applications which use...

The FPS setting would only reduce the number of frames which were played per second, and if there were more frames present in the original video they would be discarded;...

This is interesting. Typically if the video options are invalid the application will throw an error and refuse to encode anything. If you could provide some of the following it...