File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PPT TO VIDEO CONVERTOR
2
2
This automated script can be used on Windows to convert Power Point
3
3
Presentation slides into mp4 video format using win32com.client.
4
+ A user can add custom text slides before each presentation slide to be included in the video.
4
5
For other systems it would require to use Python2.7 version to be able to install pypiwin32/pywin32 cause of the syntax incompatibility with Python3.
5
6
6
7
## Virtual environment
@@ -21,7 +22,8 @@ UseTimingsAndNarrations<br>
21
22
DefaultSlideDuration<br >
22
23
VertResolution<br >
23
24
FramesPerSecond<br >
24
- Quality variables**
25
+ Quality variables<br >
26
+ user_input_list**
25
27
26
28
with desired values in convertor.py, more instructions are in the script, and run it:
27
29
```
You can’t perform that action at this time.
0 commit comments