Description
Gets or sets video bitrate in kBit/s. The default value is 400.
Type
long (read/write)
Remarks
The lower VideoBitrate, the worse quality of embedded video,
however the smaller the size of Flash movie.
Example
This example enables export of embedded video and sets video bitrate 512.
Sub VideoOperations()
Dim fs As New FlashSpringAPI.FlashSpring
fs.OpenPresentation "d:\temp\test.ppt"
fs.Settings.Media.VideoBitrate = 512
fs.Settings.Media.ExportVideo = True
fs.GenerateFlash "c:\presentations", "myMovie.swf", OM_SOLID, "Standard"
fs.ClosePresentation
fs.ClosePowerPoint
End Sub
See Also
AudioBitrate Property