Skip to content

Commit 466ef92

Browse files
committed
Updated Readme.
1 parent 9f15bc1 commit 466ef92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ppt2video/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PPT TO VIDEO CONVERTOR
22
This automated script can be used on Windows to convert Power Point
33
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.
45
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.
56

67
## Virtual environment
@@ -21,7 +22,8 @@ UseTimingsAndNarrations<br>
2122
DefaultSlideDuration<br>
2223
VertResolution<br>
2324
FramesPerSecond<br>
24-
Quality variables**
25+
Quality variables<br>
26+
user_input_list**
2527

2628
with desired values in convertor.py, more instructions are in the script, and run it:
2729
```

0 commit comments

Comments
 (0)