Skip to content

Commit 30aed5b

Browse files
authored
Add details to README
1 parent 3f1ea63 commit 30aed5b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Video Transcoder
22
[![Build Status](https://travis-ci.org/brarcher/video-transcoder.svg?branch=master)](https://travis-ci.org/brarcher/video-transcoder)
33

4+
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?
5+
6+
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.
7+
8+
The application requires very few permissions, and never attempts to access the Internet.
9+
10+
If there is any interest in improving this project, kindly submit a pull request with proposed changes.
11+
12+
# Screenshots
13+
14+
[<img src="https://github.com/brarcher/video-transcoder/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-01.png" width=250>](https://github.com/brarcher/video-transcoder/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-01.png)
15+
[<img src="https://github.com/brarcher/video-transcoder/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-02.png" width=250>](https://github.com/brarcher/video-transcoder/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-02.png)
16+
[<img src="https://github.com/brarcher/video-transcoder/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-03.png" width=250>](https://github.com/brarcher/video-transcoder/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-03.png)
17+
18+
# Building
19+
20+
To build, use the gradle wrapper scripts provided in the top level directory of the project. The following will
21+
compile the application and run all unit tests:
22+
23+
GNU/Linux, OSX, UNIX:
24+
```
25+
./gradlew build
26+
```
27+
28+
Windows:
29+
```
30+
./gradlew.bat build
31+
```
32+
433
# Thanks
534

635
This application uses the following image:

0 commit comments

Comments
 (0)