androidvideo

Create Android compatible videos that play in ANY Android device without third party software.


Keywords
android, video, videos, compatible, play
License
GPL-2.0+
Install
pip install androidvideo==1.0.0

Documentation

Create Android Compatible Videos

Create Android compatible videos that play in ANY Android device without third party software. Based on Android Supported Media Formats.

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

DEPENDS ON FFmpeg

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 installed. Run ffmpeg -version to check installation.

pip install androidvideo

Help

Run androidvideo -h for help.