-
Notifications
You must be signed in to change notification settings - Fork 190
Home
chrisidefix edited this page Mar 4, 2015
·
1 revision
Welcome to the python-video-converter wiki!
Basic introduction and quick-start instruction can be found inside the README.md file.
Extended examples to use python-video-converter with focus on different quality settings for individual codecs.
encoder_options:
- preset (common presets are ultrafast, superfast, veryfast, faster, fast, medium(default), slow, slower, veryslow)
- quality (constant rate factor, range:0(lossless)-51(worst), default:23, recommended: 18-28)
- profile (default: not-set, for valid values see: http://mewiki.project357.com/wiki/X264_Settings#profile)
- tune (default: not-set, for valid values see: http://mewiki.project357.com/wiki/X264_Settings#profile)
encoder_options:
- quality (audio quality. Range is 0-10(highest quality) 5-7 is a good range to try (default is 200k bitrate))
nothing
- codec
- bitrate
- DEFAULT_JPEG_QUALITY (4, see documentation of
converter.FFMpeg.thumbnail()
for details)
TODO