August 2015
Intermediate to advanced
246 pages
4h 21m
English
The package used to load multimedia is not included in the previous recipe. So, we need to modify the previous recipe if we want to use the GStreamer. In this recipe, we are going to create a package of an app that loads a video.
We will use an app within multimedia. We are going to utilize the same code of the app used in the recipe Including multimedia for Windows in this chapter, that is, the code in e2.py file.
This app needs the file GOR.mov, which is the video that will be played. Also, it is highly recommended to read the previous recipe as the packaging process is explained in detail there.
Again, we are going to work directly in the terminal of the PyInstaller directory. We will create ...
Read now
Unlock full access