Movie Maker Timeline Control

AVCHDAspectRatio Property

Description
   Set/Get the 16:9 or 4:3 scale of AVCHD file.

Property Type
    Read/Write property

Data Type
    long

Syntax

TimelineControl.AVCHDAspectRatio[= value]

Example

[Visual Basic Syntax]
TimelineControl1.SetVideoTrackResolution 720, 480
TimelineControl1.OutputType=11
TimelineControl1.AVCHDAudioBitrate =256
TimelineControl1.AVCHDVideoBitrate =4096
TimelineControl1.AVCHDVideoFrameRate = 25
TimelineControl1.AVCHDAudioSampleRate = 48000
TimelineControl1.AVCHDWidth = 1280
TimelineControl1.AVCHDHeight = 720
TimelineControl1.AVCHDAspectRatio = 0
iresult = TimelineControl1.Save("c:\yourfolder\yourfile.m2ts")