Table of Contents

Enum TVSystem

Namespace
VisioForge.Core.Types.FFMPEGEXE
Assembly
VisioForge.Core.dll

FFMPEG EXE TV System.

public enum TVSystem

Fields

None = 0

Unknown or default.

PAL = 1

PAL (Phase Alternating Line). Standard: 625 lines, 50 Hz (25 fps interlaced). Resolution: 720x576 (SD), 768x576 (square pixels). Used in: Europe, Australia, parts of Asia and Africa.

NTSC = 2

NTSC (National Television System Committee). Standard: 525 lines, 59.94 Hz (29.97 fps interlaced). Resolution: 720x480 (SD), 640x480 (square pixels). Used in: North America, Japan, parts of South America.

Film = 3

Film. Standard: 24 fps progressive. Used for: Cinema production and film-to-video transfers. Note: Often converted to 23.976 fps for NTSC compatibility.