Book Image

Python Multimedia

By : Ninad Sathaye
Book Image

Python Multimedia

By: Ninad Sathaye

Overview of this book

Multimedia applications are used by a range of industries to enhance the visual appeal of a product. This book will teach the reader how to perform multimedia processing using Python. This step-by-step guide gives you hands-on experience for developing exciting multimedia applications using Python. This book will help you to build applications for processing images, creating 2D animations and processing audio and video. Writing applications that work with images, videos, and other sensory effects is great. Not every application gets to make full use of audio/visual effects, but a certain amount of multimedia makes any application a lot more appealing. There are numerous multimedia libraries for which Python bindings are available. These libraries enable working with different kinds of media, such as images, audio, video, games, and so on. This book introduces the reader to the most widely used open source libraries through several exciting, real world projects. Popular multimedia frameworks and libraries such as GStreamer,Pyglet, QT Phonon, and Python Imaging library are used to develop various multimedia applications.
Table of Contents (13 chapters)
Python Multimedia Beginner's Guide
Credits
About the Author
About the Reviewers
Preface

Installation and download prerequisites


The installation prerequisites for this chapter are same as the ones in Chapter 2, Working with Images. Please refer to that chapter for further details.

It is important to download all the images required for this chapter from the Packt website at http://www.packtpub.com/. We will be using these images throughout this chapter in the image processing code. Additionally, please download the PDF file, Chapter 3 Supplementary Material.pdf from Packt website. This is very important if you are reading a hard copy of this book which is printed in black and white. In the upcoming sections such as "Tweaking Colors", we compare the images before and after processing. In the black and white edition, you won't be able to see the difference between the compared images. For example, the effects such as changed image color, modified contrast, and so on, won't be noticeable. The PDF file contains all these image comparisons. So please keep this file handy while working...