Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add intent for encoding file #70

Merged
merged 8 commits into from
Apr 1, 2018
Merged

Add intent for encoding file #70

merged 8 commits into from
Apr 1, 2018

Commits on Apr 1, 2018

  1. Configuration menu
    Copy the full SHA
    103efd8 View commit details
    Browse the repository at this point in the history
  2. Split startEncode into two parts

    One part, with no argument, will take the encode parameters
    from the UI and use them. The second part will accept parameters
    and start encoding. This change will be relevant soon when
    an intent can also start encode, which provides its own
    arguments.
    brarcher committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    ff8c38a View commit details
    Browse the repository at this point in the history
  3. Load FFprobe during init

    brarcher committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    a70f571 View commit details
    Browse the repository at this point in the history
  4. Use FFprobe to get media info

    ffprobe can output media info in json format, which makes
    parsing easier and less brittle. As the the FFmpeg Android
    library includes ffprobe, make use of it.
    brarcher committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    a429306 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3fac23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73ca47b View commit details
    Browse the repository at this point in the history
  7. Add ability to skip ENCODE intent dialogs

    This is to allow for automated testing using the ENCODE
    intent interface.
    brarcher committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    43014ed View commit details
    Browse the repository at this point in the history
  8. Add simple shell script test

    This test does not check all supported formats, and does not do
    any validation on the encoded file to ensure it was what was
    asked for. For now, all this test does is show that the arguments
    were accepted and that something was produced.
    brarcher committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    d79b31c View commit details
    Browse the repository at this point in the history