- 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
- 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
...
}
.
- Tutorial for Navigation Drawer Menu: link
- 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