Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.09 KB

README

FFmpeg video manipulation app for android

What is this repository for?

  • App for Android. Change Resolution and Frame Rate of existing videos.
  • Using the FFMPEG Library for Android by Guardian Project
  • Using the aFileChooser library by iPaulPro for file browsing

How do I get set up?

  • Clone Repository
  • Clone guardianproject and add it as a library
  • Clone aFileChooser, add it as a library, and change the following code of FileUtils.java:
#!java
public static Intent createGetContentIntent() {
    ...
    // The MIME data type filter
    intent.setType(MIME_TYPE_VIDEO); // to browse

    ...
}

.

Programming

  • Tutorial for Navigation Drawer Menu: link

TODO

  • Show a progress bar when videos are being converted, problably undeterministic
  • Have a history of the videos converted, maybe even a log for errors
  • Fix videos orientation bug