From 30aed5be9904139dc2769a1b61dd949034fd9ada Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sun, 14 Jan 2018 00:48:40 -0500 Subject: [PATCH] Add details to README --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 3cace2a2..f0b0db8c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,35 @@ # Video Transcoder [![Build Status](https://travis-ci.org/brarcher/video-transcoder.svg?branch=master)](https://travis-ci.org/brarcher/video-transcoder) +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 application requires very few permissions, and never attempts to access the Internet. + +If there is any interest in improving this project, kindly submit a pull request with proposed changes. + +# Screenshots + +[](https://github.com/brarcher/video-transcoder/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-01.png) +[](https://github.com/brarcher/video-transcoder/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-02.png) +[](https://github.com/brarcher/video-transcoder/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-03.png) + +# 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 +``` + # Thanks This application uses the following image: