Skip to content

Android ffmpeg library used to change a video's resolution or frame rate

Notifications You must be signed in to change notification settings

alainpimentel/Android_ffmpeg

Repository files navigation

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

About

Android ffmpeg library used to change a video's resolution or frame rate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages