A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
Arne is working in C# in DotNet which if you are not a coder isn't going to work for you.
Try:
This assumes the presentation in 16:9
Open the vb editor (ALT f11)
INSERT > Module and paste in the code below
Sub MkVideo()
If ActivePresentation.CreateVideoStatus <> ppMediaTaskStatusInProgress Then
ActivePresentation.CreateVideo FileName:=Environ("USERPROFILE") & "\Desktop\test.wmv", _
UseTimingsAndNarrations:=True, _
VertResolution:=1080, _
FramesPerSecond:=25, _
Quality:=100
Else: MsgBox "There is another conversion to video in progress"
End If
End Sub
Go back to the normal edit window VIEW > Macros > RunIt may take quite a while!
The video will be on the desktop called test.wmv