Skip to content
chrisidefix edited this page Mar 4, 2015 · 1 revision

Welcome to the python-video-converter wiki!


Overview

Basic introduction and quick-start instruction can be found inside the README.md file.

Documentation

Extended examples to use python-video-converter with focus on different quality settings for individual codecs.

H.264/AVC

encoder_options:

Theora

encoder_options:

  • quality (audio quality. Range is 0-10(highest quality) 5-7 is a good range to try (default is 200k bitrate))

DivX, VP8, H.263, Flv, MPEG-1, MPEG-2

nothing

MediaStreamInfo

  • codec
  • bitrate

FFMpeg

  • DEFAULT_JPEG_QUALITY (4, see documentation of converter.FFMpeg.thumbnail() for details)

EXamples

TODO