Enum VideoEditAspectRatio
- Namespace
- VisioForge.Core.Types.VideoEdit
- Assembly
- VisioForge.Core.dll
Specifies the aspect ratio used in video editing operations.
public enum VideoEditAspectRatioFields
Same = 0-
Keeps the original aspect ratio of the input source.
AR4To3 = 1-
Forces a standard 4:3 aspect ratio (e.g., 640x480, 800x600).
Common for older television broadcasts and computer monitors.
AR16To9 = 2-
Forces a widescreen 16:9 aspect ratio (e.g., 1280x720, 1920x1080).
The standard for HD and 4K video.
Remarks
This enum allows you to enforce a specific aspect ratio for the output video, regardless of the input source dimensions.