Skip to content

brarcher/video-transcoder

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.tx
June 16, 2018 18:09
app
January 5, 2019 18:55
August 19, 2018 15:12
January 3, 2018 23:33
January 24, 2018 16:02
February 18, 2018 12:53
October 2, 2022 16:54
June 14, 2018 14:25
January 4, 2018 21:22
March 16, 2017 17:47
March 16, 2017 17:47

Video Transcoder

Build Status

Get it on F-Droid Get it on Google Play

Do you want to encode videos on your phone into different formats, trim videos, or extract audio? Are you looking for a free solution which will not take your information?

Video Transcoder is an application which uses the open source program FFmpeg to transcode video files from one format to another. By selecting the video to process, details for the video are provided and the desired settings can be configured.

The following media containers are supported: Avi, Flv, Gif, Matroska, Mp3, Mp4, Ogg, Opus, WebM. Additionally, these are the supported video codecs: H.264, MPEG-1, MPEG-2, MPEG-4, VP8, VP9, Xvid.

The application requires very few permissions, and never attempts to access the Internet.

Screenshots

Building

To build, use the gradle wrapper scripts provided in the top level directory of the project. The following will compile the application and run all unit tests:

GNU/Linux, OSX, UNIX:

./gradlew build

Windows:

./gradlew.bat build

Note from Developer

This app is currently looking for a volunteer to take over development. If you are interested, please reach out.