Viscom Software VideoCap ActiveX Control

UseMP4EncoderPlugin Property

Description:   

Enables/disables use MP4 Encoder plugin. ( need purchased MP4 Encoder plugin). The MP4 Encoder only work on windows 7 or windows 8 or above.
 

Usage:   

VideoCap1.UseMP4EncoderPlugin[= value]

Data Type:   

BOOL

Example:   

This code demonstrates how to use UseMP4EncoderPlugin property.

Private Sub Capture_Click()
     VideoCap1.UseMp4EncoderPlugin = True
     VideoCap1.Mp4Videobitrate = Val(txtmp4videobitrate)
     VideoCap1.Mp4Audiobitrate = Val(cboaudiobitrate.List(cboaudiobitrate.ListIndex))
     VideoCap1.Mp4AudioSamplerate = Val(cboaudiosamplerate.List(cboaudiosamplerate.ListIndex))
     VideoCap1.Mp4H264Profile = cboh264profile.ListIndex
     VideoCap1.Mp4VideoBitMode = cbovideobitmode.ListIndex
     VideoCap1.CaptureFileName = "c:\output\yourfile.mp4"
      result = Me.VideoCap1.Start
End Sub


Value:   

True or False