Metadata-Version: 2.0
Name: androidvideo
Version: 1.0.0
Summary: Create Android compatible videos that play in ANY Android device without third party software.
Home-page: https://github.com/CarloRodriguez/androidvideo
Author: Carlo Eduardo Rodriguez Espino
Author-email: carloeduardorodriguez@gmail.com
License: GPL
Download-URL: https://github.com/CarloRodriguez/androidvideo/archive/master.zip
Keywords: android video videos compatible play
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2.7

## Create Android Compatible Videos

Create Android compatible videos that play in ANY Android device
without third party software. Based
on [Android Supported Media Formats](https://developer.android.com/intl/es/guide/appendix/media-formats.html#recommendations).

*Playability depends in device resolution only, i.e. HD 720p video
  won't play correctly on 240x320 resolution device*

**DEPENDS ON [FFmpeg ](https://www.ffmpeg.org/)**

## Video quality

Choose a video quality between following options:

* low -> Low quality
* hq  -> High quality
* hd  -> HD 720p (N/A on all devices)

## Usage

`androidvideo [quality] [video input] [output filename without extension]`

**Example**

`androidvideo hq input.mov output`

Will output an `output.mp4` file.

## Installation

Please make sure you have [FFmpeg ](https://www.ffmpeg.org/)
installed. Run `ffmpeg -version` to check installation.

`pip install androidvideo`

## Help

Run `androidvideo -h` for help.


